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-09-05T00:26:23.116Z||main|||||INFO|500||The following profiles are active: basic 2021-09-05T00:26:32.517Z||main|||||INFO|500||Starting service [Tomcat] 2021-09-05T00:26:32.518Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-09-05T00:26:32.602Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-09-05T00:26:34.900Z||main|||||INFO|500||catdb-pool - Starting... 2021-09-05T00:26:35.050Z||main|||||INFO|500||catdb-pool - Start completed. 2021-09-05T00:26:35.451Z||main|||||INFO|500||reqdb-pool - Starting... 2021-09-05T00:26:35.458Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-09-05T00:26:35.535Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-09-05T00:26:35.655Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-09-05T00:26:36.034Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-09-05T00:26:36.800Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-05T00:26:38.552Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-05T00:26:38.599Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-09-05T00:26:39.074Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-05T00:26:39.228Z||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-09-05T00:26:40.340Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-05T00:26:41.331Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-09-05T00:26:41.351Z||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$$2ed5412.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-09-05T00:26:41.353Z||main|||||WARN|500||The sdc end point is not alive 2021-09-05T00:26:44.117Z||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-09-05T00:26:46.658Z||main|||||WARN|500||--- 2021-09-05T00:26:46.658Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-09-05T00:26:46.658Z||main|||||WARN|500||--- 2021-09-05T00:26:47.109Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-09-05T00:26:51.558Z||main|||||INFO|500||Started Application in 32.751 seconds (JVM running for 33.898) 2021-09-05T00:26:51.594Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-05T00:26:51.596Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-05T00:26:51.609Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-05T00:26:51.631Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-05T00:26:51.709Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2056530e-948e-432a-b6b6-25eec24725df url= /sdc/v1/artifactTypes 2021-09-05T00:26:51.709Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-05T00:26:51.966Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-09-05T00:26:51.993Z||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-09-05T00:26:52.013Z||scheduling-1|||||DEBUG|500||create keys 2021-09-05T00:26:52.020Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-09-05T00:26:52.046Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:26:52.065Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5fef6386-c5d4-47cd-98f7-eaf58c91480d url= /sdc/v1/registerForDistribution 2021-09-05T00:26:52.172Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5fef6386-c5d4-47cd-98f7-eaf58c91480d url= /sdc/v1/registerForDistribution 2021-09-05T00:26:52.172Z||scheduling-1|||||INFO|500||start DistributionClient 2021-09-05T00:26:52.182Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:26:52.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:26:52.188Z||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-09-05T00:26:52.188Z||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-09-05T00:26:52.188Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:26:52.189Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:26:52.190Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-09-05T00:27:02.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:27:02.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:27:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:27:52.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:27:52.188Z||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-09-05T00:27:52.188Z||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-09-05T00:27:52.188Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:27:52.188Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:28:01.742Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:28:01.743Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:28:52.181Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:28:52.182Z||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-09-05T00:28:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:28:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:28:52.185Z||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-09-05T00:28:52.186Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:29:01.735Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:29:01.735Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:29:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:29:52.182Z||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-09-05T00:29:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:29:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:29:52.186Z||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-09-05T00:29:52.186Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:30:01.729Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:30:01.730Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:30:52.181Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:30:52.183Z||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-09-05T00:30:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:30:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:30:52.185Z||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-09-05T00:30:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:31:01.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:31:01.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:31:52.181Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:31:52.182Z||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-09-05T00:31:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:31:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:31:52.184Z||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-09-05T00:31:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:32:01.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:32:01.734Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:32:52.181Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:32:52.182Z||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-09-05T00:32:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:32:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:32:52.185Z||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-09-05T00:32:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:33:01.733Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:33:01.735Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:33:52.181Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:33:52.183Z||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-09-05T00:33:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:33:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:33:52.185Z||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-09-05T00:33:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:34:01.727Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:34:01.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:34:52.181Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:34:52.182Z||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-09-05T00:34:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:34:52.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:34:52.185Z||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-09-05T00:34:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:35:01.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:35:01.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:35:52.181Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:35:52.182Z||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-09-05T00:35:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:35:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:35:52.185Z||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-09-05T00:35:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:36:01.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:36:01.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:36:18.762Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-09-05T00:36:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:36:52.182Z||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-09-05T00:36:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:36:52.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:36:52.187Z||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-09-05T00:36:52.188Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:37:01.731Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:37:01.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:37:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:37:52.182Z||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-09-05T00:37:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:37:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:37:52.184Z||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-09-05T00:37:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:38:01.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:38:01.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:38:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:38:52.182Z||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-09-05T00:38:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:38:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:38:52.184Z||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-09-05T00:38:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:39:01.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:39:01.731Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:39:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:39:52.183Z||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-09-05T00:39:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:39:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:39:52.185Z||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-09-05T00:39:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:40:01.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:40:01.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:40:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:40:52.182Z||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-09-05T00:40:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:40:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:40:52.184Z||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-09-05T00:40:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:41:01.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:41:01.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:41:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:41:52.182Z||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-09-05T00:41:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:41:52.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:41:52.184Z||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-09-05T00:41:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:42:01.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:42:01.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:42:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:42:52.182Z||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-09-05T00:42:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:42:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:42:52.184Z||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-09-05T00:42:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:43:01.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:43:01.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:43:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:43:52.182Z||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-09-05T00:43:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:43:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:43:52.184Z||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-09-05T00:43:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:44:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:44:01.728Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:44:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:44:52.182Z||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-09-05T00:44:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:44:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:44:52.184Z||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-09-05T00:44:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:45:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:45:01.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:45:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:45:52.182Z||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-09-05T00:45:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:45:52.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:45:52.184Z||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-09-05T00:45:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:46:01.728Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:46:01.728Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:46:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:46:52.182Z||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-09-05T00:46:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:46:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:46:52.184Z||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-09-05T00:46:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:47:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:47:01.727Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:47:52.182Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:47:52.183Z||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-09-05T00:47:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:47:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:47:52.185Z||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-09-05T00:47:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:48:01.736Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:48:01.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:48:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:48:52.183Z||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-09-05T00:48:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:48:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:48:52.185Z||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-09-05T00:48:52.186Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:49:01.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:49:01.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:49:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:49:52.182Z||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-09-05T00:49:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:49:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:49:52.184Z||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-09-05T00:49:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:50:01.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:50:01.728Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:50:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:50:52.182Z||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-09-05T00:50:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:50:52.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:50:52.185Z||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-09-05T00:50:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:51:01.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:51:01.725Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:51:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:51:52.182Z||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-09-05T00:51:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:51:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:51:52.184Z||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-09-05T00:51:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:52:01.728Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:52:01.731Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:52:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:52:52.182Z||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-09-05T00:52:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:52:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:52:52.184Z||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-09-05T00:52:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:53:01.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:53:01.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:53:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:53:52.183Z||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-09-05T00:53:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:53:52.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:53:52.185Z||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-09-05T00:53:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:54:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:54:01.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:54:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:54:52.182Z||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-09-05T00:54:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:54:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:54:52.184Z||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-09-05T00:54:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:55:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:55:01.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:55:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:55:52.182Z||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-09-05T00:55:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:55:52.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:55:52.185Z||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-09-05T00:55:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:56:01.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:56:01.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:56:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:56:52.182Z||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-09-05T00:56:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:56:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:56:52.184Z||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-09-05T00:56:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:57:01.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:57:01.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:57:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:57:52.182Z||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-09-05T00:57:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:57:52.183Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:57:52.184Z||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-09-05T00:57:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:58:01.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:58:01.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:58:52.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:58:52.182Z||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-09-05T00:58:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:58:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:58:52.184Z||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-09-05T00:58:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:59:01.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:59:01.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T00:59:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:59:52.182Z||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-09-05T00:59:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T00:59:52.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T00:59:52.185Z||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-09-05T00:59:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:00:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:00:01.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:00:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:00:52.182Z||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-09-05T01:00:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:00:52.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:00:52.184Z||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-09-05T01:00:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:01:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:01:01.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:01:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:01:52.182Z||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-09-05T01:01:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:01:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:01:52.184Z||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-09-05T01:01:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:02:01.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:02:01.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:02:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:02:52.182Z||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-09-05T01:02:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:02:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:02:52.184Z||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-09-05T01:02:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:03:01.725Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:03:01.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:03:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:03:52.182Z||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-09-05T01:03:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:03:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:03:52.184Z||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-09-05T01:03:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:04:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:04:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:04:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:04:52.182Z||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-09-05T01:04:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:04:52.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:04:52.185Z||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-09-05T01:04:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:05:01.733Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:05:01.733Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:05:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:05:52.182Z||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-09-05T01:05:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:05:52.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:05:52.184Z||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-09-05T01:05:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:06:01.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:06:01.723Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:06:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:06:52.182Z||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-09-05T01:06:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:06:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:06:52.184Z||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-09-05T01:06:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:07:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:07:01.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:07:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:07:52.182Z||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-09-05T01:07:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:07:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:07:52.184Z||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-09-05T01:07:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:08:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:08:01.726Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:08:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:08:52.182Z||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-09-05T01:08:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:08:52.183Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:08:52.184Z||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-09-05T01:08:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:09:01.727Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:09:01.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:09:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:09:52.182Z||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-09-05T01:09:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:09:52.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:09:52.184Z||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-09-05T01:09:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:10:01.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:10:01.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:10:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:10:52.182Z||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-09-05T01:10:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:10:52.183Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:10:52.184Z||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-09-05T01:10:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:11:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:11:01.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:11:52.186Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:11:52.186Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:11:52.192Z||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-09-05T01:11:52.192Z||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-09-05T01:11:52.192Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:11:52.192Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:12:01.740Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:12:01.740Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:12:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:12:52.183Z||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-09-05T01:12:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:12:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:12:52.184Z||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-09-05T01:12:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:13:01.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:13:01.738Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:13:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:13:52.183Z||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-09-05T01:13:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:13:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:13:52.184Z||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-09-05T01:13:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:14:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:14:01.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:14:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:14:52.182Z||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-09-05T01:14:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:14:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:14:52.186Z||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-09-05T01:14:52.186Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:15:01.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:15:01.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:15:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:15:52.182Z||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-09-05T01:15:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:15:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:15:52.184Z||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-09-05T01:15:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:16:01.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:16:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:16:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:16:52.182Z||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-09-05T01:16:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:16:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:16:52.184Z||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-09-05T01:16:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:17:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:17:01.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:17:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:17:52.182Z||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-09-05T01:17:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:17:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:17:52.184Z||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-09-05T01:17:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:18:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:18:01.726Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:18:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:18:52.182Z||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-09-05T01:18:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:18:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:18:52.184Z||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-09-05T01:18:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:19:01.720Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:19:01.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:19:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:19:52.182Z||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-09-05T01:19:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:19:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:19:52.185Z||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-09-05T01:19:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:20:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:20:01.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:20:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:20:52.182Z||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-09-05T01:20:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:20:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:20:52.185Z||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-09-05T01:20:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:21:01.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:21:01.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:21:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:21:52.183Z||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-09-05T01:21:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:21:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:21:52.184Z||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-09-05T01:21:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:22:01.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:22:01.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:22:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:22:52.183Z||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-09-05T01:22:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:22:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:22:52.184Z||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-09-05T01:22:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:23:01.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:23:01.728Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:23:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:23:52.183Z||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-09-05T01:23:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:23:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:23:52.184Z||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-09-05T01:23:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:24:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:24:01.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:24:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:24:52.182Z||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-09-05T01:24:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:24:52.183Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:24:52.184Z||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-09-05T01:24:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:25:01.729Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:25:01.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:25:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:25:52.182Z||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-09-05T01:25:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:25:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:25:52.185Z||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-09-05T01:25:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:26:01.727Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:26:01.728Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:26:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:26:52.182Z||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-09-05T01:26:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:26:52.183Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:26:52.184Z||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-09-05T01:26:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:27:01.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:27:01.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:27:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:27:52.182Z||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-09-05T01:27:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:27:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:27:52.184Z||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-09-05T01:27:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:28:01.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:28:01.722Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:28:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:28:52.182Z||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-09-05T01:28:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:28:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:28:52.184Z||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-09-05T01:28:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:29:01.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:29:01.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:29:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:29:52.182Z||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-09-05T01:29:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:29:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:29:52.184Z||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-09-05T01:29:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:30:01.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:30:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:30:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:30:52.182Z||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-09-05T01:30:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:30:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:30:52.184Z||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-09-05T01:30:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:31:01.728Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:31:01.728Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:31:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:31:52.182Z||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-09-05T01:31:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:31:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:31:52.185Z||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-09-05T01:31:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:32:01.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:32:01.728Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:32:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:32:52.182Z||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-09-05T01:32:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:32:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:32:52.184Z||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-09-05T01:32:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:33:01.719Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:33:01.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:33:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:33:52.182Z||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-09-05T01:33:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:33:52.183Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:33:52.184Z||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-09-05T01:33:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:34:01.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:34:01.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:34:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:34:52.182Z||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-09-05T01:34:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:34:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:34:52.184Z||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-09-05T01:34:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:35:01.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:35:01.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:35:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:35:52.182Z||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-09-05T01:35:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:35:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:35:52.185Z||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-09-05T01:35:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:36:01.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:36:01.727Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:36:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:36:52.182Z||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-09-05T01:36:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:36:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:36:52.184Z||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-09-05T01:36:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:37:01.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:37:01.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:37:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:37:52.182Z||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-09-05T01:37:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:37:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:37:52.184Z||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-09-05T01:37:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:38:01.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:38:01.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:38:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:38:52.182Z||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-09-05T01:38:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:38:52.183Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:38:52.184Z||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-09-05T01:38:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:39:01.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:39:01.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:39:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:39:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:39:52.184Z||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-09-05T01:39:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:39:52.184Z||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-09-05T01:39:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:40:01.729Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:40:01.730Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:40:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:40:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:40:52.187Z||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-09-05T01:40:52.187Z||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-09-05T01:40:52.187Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:40:52.187Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:41:01.737Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:41:01.738Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:41:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:41:52.183Z||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-09-05T01:41:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:41:52.183Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:41:52.184Z||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-09-05T01:41:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:42:01.749Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:42:01.749Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:42:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:42:52.182Z||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-09-05T01:42:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:42:52.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:42:52.184Z||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-09-05T01:42:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:43:01.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:43:01.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:43:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:43:52.182Z||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-09-05T01:43:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:43:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:43:52.184Z||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-09-05T01:43:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:44:01.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:44:01.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:44:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:44:52.182Z||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-09-05T01:44:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:44:52.183Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:44:52.184Z||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-09-05T01:44:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:45:01.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:45:01.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:45:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:45:52.182Z||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-09-05T01:45:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:45:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:45:52.184Z||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-09-05T01:45:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:46:01.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:46:01.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:46:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:46:52.182Z||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-09-05T01:46:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:46:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:46:52.184Z||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-09-05T01:46:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:47:01.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:47:01.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:47:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:47:52.182Z||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-09-05T01:47:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:47:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:47:52.184Z||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-09-05T01:47:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:48:01.730Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:48:01.731Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:48:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:48:52.182Z||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-09-05T01:48:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:48:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:48:52.184Z||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-09-05T01:48:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:49:01.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:49:01.725Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:49:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:49:52.182Z||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-09-05T01:49:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:49:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:49:52.184Z||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-09-05T01:49:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:50:01.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:50:01.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:50:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:50:52.182Z||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-09-05T01:50:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:50:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:50:52.184Z||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-09-05T01:50:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:51:01.726Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:51:01.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:51:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:51:52.182Z||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-09-05T01:51:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:51:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:51:52.184Z||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-09-05T01:51:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:52:01.720Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:52:01.721Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:52:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:52:52.182Z||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-09-05T01:52:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:52:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:52:52.184Z||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-09-05T01:52:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:53:01.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:53:01.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:53:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:53:52.182Z||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-09-05T01:53:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:53:52.183Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:53:52.184Z||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-09-05T01:53:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:54:01.719Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:54:01.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:54:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:54:52.182Z||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-09-05T01:54:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:54:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:54:52.184Z||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-09-05T01:54:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:55:01.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:55:01.725Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:55:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:55:52.182Z||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-09-05T01:55:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:55:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:55:52.185Z||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-09-05T01:55:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:56:01.722Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:56:01.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:56:52.181Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:56:52.182Z||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-09-05T01:56:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:56:52.183Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:56:52.184Z||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-09-05T01:56:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:57:01.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:57:01.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:57:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:57:52.182Z||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-09-05T01:57:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:57:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:57:52.185Z||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-09-05T01:57:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:58:01.723Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:58:01.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:58:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:58:52.182Z||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-09-05T01:58:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:58:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:58:52.184Z||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-09-05T01:58:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:59:01.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:59:01.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T01:59:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:59:52.182Z||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-09-05T01:59:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T01:59:52.183Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T01:59:52.184Z||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-09-05T01:59:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:00:01.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:00:01.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:00:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:00:52.182Z||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-09-05T02:00:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:00:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:00:52.184Z||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-09-05T02:00:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:01:01.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:01:01.727Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:01:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:01:52.182Z||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-09-05T02:01:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:01:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:01:52.184Z||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-09-05T02:01:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:02:01.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:02:01.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:02:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:02:52.182Z||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-09-05T02:02:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:02:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:02:52.184Z||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-09-05T02:02:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:03:01.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:03:01.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:03:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:03:52.182Z||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-09-05T02:03:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:03:52.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:03:52.184Z||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-09-05T02:03:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:04:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:04:01.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:04:52.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:04:52.182Z||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-09-05T02:04:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:04:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:04:52.184Z||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-09-05T02:04:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:05:01.731Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:05:01.731Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:05:52.182Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:05:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:05:52.184Z||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-09-05T02:05:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:05:52.184Z||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-09-05T02:05:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:06:01.729Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:06:01.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:06:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:06:52.182Z||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-09-05T02:06:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:06:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:06:52.185Z||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-09-05T02:06:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:07:01.727Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:07:01.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:07:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:07:52.182Z||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-09-05T02:07:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:07:52.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:07:52.185Z||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-09-05T02:07:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:08:01.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:08:01.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:08:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:08:52.182Z||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-09-05T02:08:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:08:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:08:52.184Z||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-09-05T02:08:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:09:01.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:09:01.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:09:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:09:52.182Z||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-09-05T02:09:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:09:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:09:52.184Z||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-09-05T02:09:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:10:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:10:01.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:10:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:10:52.182Z||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-09-05T02:10:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:10:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:10:52.184Z||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-09-05T02:10:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:11:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:11:01.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:11:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:11:52.182Z||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-09-05T02:11:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:11:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:11:52.184Z||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-09-05T02:11:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:12:01.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:12:01.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:12:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:12:52.182Z||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-09-05T02:12:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:12:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:12:52.184Z||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-09-05T02:12:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:13:01.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:13:01.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:13:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:13:52.182Z||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-09-05T02:13:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:13:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:13:52.184Z||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-09-05T02:13:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:14:01.728Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:14:01.728Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:14:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:14:52.182Z||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-09-05T02:14:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:14:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:14:52.184Z||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-09-05T02:14:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:15:01.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:15:01.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:15:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:15:52.182Z||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-09-05T02:15:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:15:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:15:52.184Z||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-09-05T02:15:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:16:01.735Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:16:01.735Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:16:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:16:52.182Z||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-09-05T02:16:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:16:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:16:52.184Z||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-09-05T02:16:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:17:01.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:17:01.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:17:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:17:52.182Z||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-09-05T02:17:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:17:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:17:52.184Z||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-09-05T02:17:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:18:01.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:18:01.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:18:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:18:52.182Z||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-09-05T02:18:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:18:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:18:52.184Z||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-09-05T02:18:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:19:01.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:19:01.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:19:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:19:52.182Z||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-09-05T02:19:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:19:52.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:19:52.184Z||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-09-05T02:19:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:20:01.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:20:01.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:20:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:20:52.182Z||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-09-05T02:20:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:20:52.183Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:20:52.184Z||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-09-05T02:20:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:21:01.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:21:01.722Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:21:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:21:52.182Z||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-09-05T02:21:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:21:52.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:21:52.185Z||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-09-05T02:21:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:22:01.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:22:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:22:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:22:52.183Z||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-09-05T02:22:52.183Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:22:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:22:52.184Z||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-09-05T02:22:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:23:01.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:23:01.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:23:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:23:52.182Z||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-09-05T02:23:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:23:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:23:52.184Z||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-09-05T02:23:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:24:01.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:24:01.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:24:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:24:52.182Z||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-09-05T02:24:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:24:52.183Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:24:52.184Z||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-09-05T02:24:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:25:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:25:01.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:25:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:25:52.182Z||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-09-05T02:25:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:25:52.183Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:25:52.184Z||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-09-05T02:25:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:26:01.721Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:26:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:26:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:26:52.182Z||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-09-05T02:26:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:26:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:26:52.184Z||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-09-05T02:26:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:27:01.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:27:01.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:27:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:27:52.182Z||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-09-05T02:27:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:27:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:27:52.184Z||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-09-05T02:27:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:28:01.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:28:01.722Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:28:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:28:52.182Z||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-09-05T02:28:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:28:52.183Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:28:52.184Z||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-09-05T02:28:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:29:01.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:29:01.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:29:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:29:52.182Z||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-09-05T02:29:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:29:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:29:52.184Z||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-09-05T02:29:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:30:01.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:30:01.719Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:30:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:30:52.182Z||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-09-05T02:30:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:30:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:30:52.184Z||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-09-05T02:30:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:31:01.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:31:01.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:31:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:31:52.182Z||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-09-05T02:31:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:31:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:31:52.184Z||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-09-05T02:31:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:32:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:32:01.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:32:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:32:52.182Z||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-09-05T02:32:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:32:52.183Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:32:52.184Z||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-09-05T02:32:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:33:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:33:01.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:33:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:33:52.182Z||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-09-05T02:33:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:33:52.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:33:52.184Z||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-09-05T02:33:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:34:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:34:01.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:34:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:34:52.182Z||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-09-05T02:34:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:34:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:34:52.184Z||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-09-05T02:34:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:35:01.723Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:35:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:35:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:35:52.183Z||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-09-05T02:35:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:35:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:35:52.184Z||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-09-05T02:35:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:36:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:36:01.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:36:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:36:52.182Z||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-09-05T02:36:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:36:52.183Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:36:52.184Z||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-09-05T02:36:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:37:01.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:37:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:37:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:37:52.182Z||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-09-05T02:37:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:37:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:37:52.184Z||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-09-05T02:37:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:38:01.719Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:38:01.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:38:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:38:52.182Z||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-09-05T02:38:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:38:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:38:52.184Z||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-09-05T02:38:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:39:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:39:01.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:39:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:39:52.182Z||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-09-05T02:39:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:39:52.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:39:52.184Z||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-09-05T02:39:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:40:01.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:40:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:40:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:40:52.182Z||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-09-05T02:40:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:40:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:40:52.184Z||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-09-05T02:40:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:41:01.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:41:01.722Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:41:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:41:52.182Z||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-09-05T02:41:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:41:52.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:41:52.184Z||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-09-05T02:41:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:42:01.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:42:01.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:42:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:42:52.182Z||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-09-05T02:42:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:42:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:42:52.184Z||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-09-05T02:42:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:43:01.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:43:01.721Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:43:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:43:52.182Z||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-09-05T02:43:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:43:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:43:52.184Z||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-09-05T02:43:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:44:01.718Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:44:01.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:44:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:44:52.182Z||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-09-05T02:44:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:44:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:44:52.184Z||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-09-05T02:44:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:45:01.722Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:45:01.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:45:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:45:52.182Z||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-09-05T02:45:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:45:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:45:52.185Z||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-09-05T02:45:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:46:01.719Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:46:01.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:46:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:46:52.182Z||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-09-05T02:46:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:46:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:46:52.184Z||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-09-05T02:46:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:47:01.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:47:01.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:47:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:47:52.182Z||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-09-05T02:47:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:47:52.183Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:47:52.184Z||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-09-05T02:47:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:48:01.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:48:01.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:48:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:48:52.182Z||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-09-05T02:48:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:48:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:48:52.184Z||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-09-05T02:48:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:49:01.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:49:01.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:49:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:49:52.182Z||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-09-05T02:49:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:49:52.183Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:49:52.184Z||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-09-05T02:49:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:50:01.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:50:01.722Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:50:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:50:52.182Z||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-09-05T02:50:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:50:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:50:52.184Z||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-09-05T02:50:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:51:01.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:51:01.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:51:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:51:52.182Z||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-09-05T02:51:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:51:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:51:52.184Z||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-09-05T02:51:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:52:01.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:52:01.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:52:52.181Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:52:52.182Z||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-09-05T02:52:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:52:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:52:52.184Z||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-09-05T02:52:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:52:52.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:52:52.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810352598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "multicloud-k8s-id", "timestamp": 1630810349998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "policy-id", "timestamp": 1630810357932, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "aai-ml", "timestamp": 1630810358328, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "multicloud-k8s-id", "timestamp": 1630810349998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "NOTIFIED" } 2021-09-05T02:52:52.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810352598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "policy-id", "timestamp": 1630810357932, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "cds", "timestamp": 1630810359249, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "aai-ml", "timestamp": 1630810358328, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "multicloud-k8s-id", "timestamp": 1630810349998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-05T02:52:52.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810352598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "policy-id", "timestamp": 1630810357932, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-05T02:52:52.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "cds", "timestamp": 1630810359249, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "aai-ml", "timestamp": 1630810358328, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "ves-openapi-manager", "timestamp": 1630810360432, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "multicloud-k8s-id", "timestamp": 1630810349998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810352598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "policy-id", "timestamp": 1630810357932, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "cds", "timestamp": 1630810359249, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "aai-ml", "timestamp": 1630810358328, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "ves-openapi-manager", "timestamp": 1630810360432, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "multicloud-k8s-id", "timestamp": 1630810349998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-05T02:52:52.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810352598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "policy-id", "timestamp": 1630810357932, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "cds", "timestamp": 1630810359249, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "aai-ml", "timestamp": 1630810358328, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "ves-openapi-manager", "timestamp": 1630810360432, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "multicloud-k8s-id", "timestamp": 1630810349998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810352598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "policy-id", "timestamp": 1630810357932, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "cds", "timestamp": 1630810359249, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "aai-ml", "timestamp": 1630810358328, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "ves-openapi-manager", "timestamp": 1630810360432, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "multicloud-k8s-id", "timestamp": 1630810349998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:52:52.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810352598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:52:52.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "policy-id", "timestamp": 1630810357932, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:52:52.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "cds", "timestamp": 1630810359249, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "aai-ml", "timestamp": 1630810358328, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:52:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "ves-openapi-manager", "timestamp": 1630810360432, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "cds", "timestamp": 1630810359249, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:52:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "ves-openapi-manager", "timestamp": 1630810360432, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "ves-openapi-manager", "timestamp": 1630810360432, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "dcae-sch", "timestamp": 1630810367691, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "policy-id", "timestamp": 1630810368640, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T02:52:52.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810368703, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T02:52:52.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "multicloud-k8s-id", "timestamp": 1630810368834, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T02:52:52.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "aai-ml", "timestamp": 1630810368853, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T02:52:52.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "cds", "timestamp": 1630810369045, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T02:52:52.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "dcae-sch", "timestamp": 1630810367691, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "policy-id", "timestamp": 1630810369646, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T02:52:52.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:52:52.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "cds", "timestamp": 1630810370057, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-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-09-05T02:52:52.617Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3f885ac-d75a-4f31-a68d-18e8610b74f4 2021-09-05T02:52:52.628Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f885ac-d75a-4f31-a68d-18e8610b74f4 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-09-05T02:52:52.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "dcae-sch", "timestamp": 1630810367691, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "multicloud-k8s-id", "timestamp": 1630810370542, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T02:52:52.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:52:52.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "policy-id", "timestamp": 1630810370650, "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-09-05T02:52:52.664Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3f885ac-d75a-4f31-a68d-18e8610b74f4 2021-09-05T02:52:52.664Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f885ac-d75a-4f31-a68d-18e8610b74f4 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-09-05T02:52:52.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "dcae-sch", "timestamp": 1630810367691, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:52:52.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "multicloud-k8s-id", "timestamp": 1630810371819, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-05T02:52:52.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:52:52.802Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:52:52.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-05T02:52:52.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3f885ac-d75a-4f31-a68d-18e8610b74f4","serviceName":"vFW 2021-09-05 02-50-15","serviceVersion":"1.0","serviceUUID":"4b4de6dc-cd87-42c6-a063-7ef182fd5c18","serviceDescription":"catalog service description","serviceInvariantUUID":"c5092636-f6d4-4cb8-9c09-4c2f1e7b9449","resources":[{"resourceInstanceName":"vFW c58371c5-aa49 0","resourceName":"vFW c58371c5-aa49","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"adde751b-ec0e-43f1-8a27-b8ceb3b9da2f","resourceInvariantUUID":"1c393aeb-a418-4564-bbbb-69c65b10addf","resourceCustomizationUUID":"cd718f8e-b59c-44d1-a690-4658d5f33977","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml","artifactChecksum":"OGYyNWU5Yzg0OTk3NjI3Y2ZiZjZiMGE5ODQ1ZjFjMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f4a1aa2-1d71-4deb-9cc7-265033a106bd","artifactVersion":"1"},{"artifactName":"vfwc58371c5aa490_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json","artifactChecksum":"OTE1ZGUzZjUwODM1NWEyYjMwNWYwYTJlNzZjOTA5ZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a0df3068-bd92-4fbe-a514-dd969939f2bf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8d3a29c1-661e-4097-8430-1ea66ca9046d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml","artifactChecksum":"NTU3NzQ2MzNkMzU3OGI4MmYzN2NhNDhiMjY5ZmU0MWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e866b011-1dad-4bea-b9df-cd67a43d6d9a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f8ba2c87-4995-473b-87c4-008d127e7454","artifactVersion":"2","generatedFromUUID":"8d3a29c1-661e-4097-8430-1ea66ca9046d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210905025015-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml","artifactChecksum":"NTEyZmQ1MGYwNjgxMDc1MTVjNWFlNjk0Mzk2YWM5N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c83f7441-7c1a-46be-8452-4f8663606cc4","artifactVersion":"1"},{"artifactName":"service-Vfw20210905025015-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar","artifactChecksum":"MDE5ZjdkNmQ2MTViOTE1NDE4MDk4YTRjYjExMjhlZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df292177-2e1b-4b1e-aedb-bf6a3aac3d20","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-05T02:52:52.811Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T02:52:52.815Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:52:52.821Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:52:52.821Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810372181, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:52.922Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-05T02:52:52.927Z||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-09-05T02:52:52.927Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:52:52.936Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:52:52.937Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:52:53.827Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T02:52:53.827Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:52:53.830Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:52:53.830Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810372181, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "NOTIFIED" } 2021-09-05T02:52:53.930Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-05T02:52:53.931Z||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-09-05T02:52:53.931Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:52:53.940Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:52:53.941Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:52:54.831Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T02:52:54.832Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:52:54.834Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:52:54.834Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810372181, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-05T02:52:54.934Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:52:54.935Z||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-09-05T02:52:54.936Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:52:54.945Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:52:54.945Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:52:55.834Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T02:52:55.836Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:52:55.838Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:52:55.838Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810372181, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:55.938Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:52:55.939Z||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-09-05T02:52:55.939Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:52:55.948Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:52:55.948Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:52:56.839Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T02:52:56.840Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:52:56.842Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:52:56.842Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810372181, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-05T02:52:56.942Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:52:56.943Z||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-09-05T02:52:56.943Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:52:56.950Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:52:56.950Z||pool-7-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:52:57.843Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T02:52:57.844Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:52:57.846Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:52:57.846Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810372181, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:52:57.946Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:52:57.947Z||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-09-05T02:52:57.947Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:52:57.955Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:52:57.956Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:52:58.846Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T02:52:58.847Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:52:58.848Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:52:58.849Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810372181, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:52:58.949Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:52:58.950Z||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-09-05T02:52:58.950Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:52:58.958Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:52:58.959Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:52:59.851Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "serviceName": "vFW 2021-09-05 02-50-15", "serviceVersion": "1.0", "serviceUUID": "4b4de6dc-cd87-42c6-a063-7ef182fd5c18", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c5092636-f6d4-4cb8-9c09-4c2f1e7b9449", "resources": [ { "resourceInstanceName": "vFW c58371c5-aa49 0", "resourceCustomizationUUID": "cd718f8e-b59c-44d1-a690-4658d5f33977", "resourceName": "vFW c58371c5-aa49", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "adde751b-ec0e-43f1-8a27-b8ceb3b9da2f", "resourceInvariantUUID": "1c393aeb-a418-4564-bbbb-69c65b10addf", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwc58371c5aa490_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "artifactChecksum": "OTE1ZGUzZjUwODM1NWEyYjMwNWYwYTJlNzZjOTA5ZjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a0df3068-bd92-4fbe-a514-dd969939f2bf", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8d3a29c1-661e-4097-8430-1ea66ca9046d", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f8ba2c87-4995-473b-87c4-008d127e7454", "generatedFromUUID": "8d3a29c1-661e-4097-8430-1ea66ca9046d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f8ba2c87-4995-473b-87c4-008d127e7454", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210905025015-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "artifactChecksum": "MDE5ZjdkNmQ2MTViOTE1NDE4MDk4YTRjYjExMjhlZjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "df292177-2e1b-4b1e-aedb-bf6a3aac3d20" } ], "workloadContext": "Production" } 2021-09-05T02:52:59.852Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-05T02:52:59.852Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4b4de6dc-cd87-42c6-a063-7ef182fd5c18 ASDC 2021-09-05T02:52:59.922Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f3f885ac-d75a-4f31-a68d-18e8610b74f4 ServiceName:vFW 2021-09-05 02-50-15 ServiceVersion:1.0 ServiceUUID:4b4de6dc-cd87-42c6-a063-7ef182fd5c18 ServiceInvariantUUID:c5092636-f6d4-4cb8-9c09-4c2f1e7b9449 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210905025015-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar ArtifactUUID:df292177-2e1b-4b1e-aedb-bf6a3aac3d20 ArtifactChecksum:MDE5ZjdkNmQ2MTViOTE1NDE4MDk4YTRjYjExMjhlZjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW c58371c5-aa49 0 ResourceCustomizationUUID:cd718f8e-b59c-44d1-a690-4658d5f33977 ResourceInvariantUUID:1c393aeb-a418-4564-bbbb-69c65b10addf ResourceName:vFW c58371c5-aa49 ResourceType:VF ResourceUUID:adde751b-ec0e-43f1-8a27-b8ceb3b9da2f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwc58371c5aa490_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json ArtifactUUID:a0df3068-bd92-4fbe-a514-dd969939f2bf ArtifactChecksum:OTE1ZGUzZjUwODM1NWEyYjMwNWYwYTJlNzZjOTA5ZjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml ArtifactUUID:8d3a29c1-661e-4097-8430-1ea66ca9046d ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env ArtifactUUID:f8ba2c87-4995-473b-87c4-008d127e7454 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env ArtifactUUID:f8ba2c87-4995-473b-87c4-008d127e7454 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-05T02:52:59.922Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b4de6dc-cd87-42c6-a063-7ef182fd5c18 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-09-05T02:52:59.955Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T02:52:59.956Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-05T02:52:59.956Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-05T02:52:59.957Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: df292177-2e1b-4b1e-aedb-bf6a3aac3d20 from URL: /sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar 2021-09-05T02:52:59.957Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-05T02:52:59.957Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:02.289Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-05T02:53:02.306Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar df292177-2e1b-4b1e-aedb-bf6a3aac3d20 98771 2021-09-05T02:53:02.308Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar ASDC sendASDCNotification 2021-09-05T02:53:02.308Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:02.308Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T02:53:02.309Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:53:02.312Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:53:02.312Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810382307, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T02:53:02.413Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-05T02:53:02.414Z||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-09-05T02:53:02.415Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:53:02.424Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:53:02.424Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:53:03.313Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T02:53:03.314Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-05T02:53:03.315Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: df292177-2e1b-4b1e-aedb-bf6a3aac3d20, URL: /sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar to file: /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:03.316Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210905025015-csar.csar 2021-09-05T02:53:03.376Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:03.376Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:04.149Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9036192600299843144/Definitions/service-Vfw20210905025015-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-09-05T02:53:06.552Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-05T02:53:06.556Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-05T02:53:06.556Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:06.556Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-09-05T02:53:06.556Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c58371c5-aa49 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:06.557Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-05T02:53:06.563Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:06.564Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:53:06.567Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria 2021-09-05T02:53:06.567Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-05T02:53:06.569Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T02:53:06.570Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:06.570Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:53:06.570Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria 2021-09-05T02:53:06.570Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-05T02:53:06.571Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T02:53:06.571Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:06.571Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is not matching search criteria 2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-05T02:53:06.574Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:06.575Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-05T02:53:06.576Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:06.576Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria 2021-09-05T02:53:06.576Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria 2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria 2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is not matching search criteria 2021-09-05T02:53:06.577Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48fb3a4a-3a0e-4b3b-a3c9-0ff410faed32 2021-09-05T02:53:06.578Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:06.591Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is not matching search criteria 2021-09-05T02:53:06.592Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-05T02:53:06.592Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-05T02:53:06.592Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-05T02:53:06.592Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-05T02:53:06.593Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-05T02:53:06.593Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-05T02:53:06.593Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-05T02:53:06.593Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-05T02:53:06.593Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-05T02:53:06.594Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-05T02:53:06.594Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-05T02:53:06.594Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-05T02:53:06.594Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1dd2d99d-4378-4b8e-ab11-382988678501 2021-09-05T02:53:06.595Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:06.595Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is not matching search criteria 2021-09-05T02:53:06.595Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-05T02:53:06.596Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-05T02:53:06.596Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-05T02:53:06.596Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-05T02:53:06.596Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-05T02:53:06.596Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-05T02:53:06.597Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-05T02:53:06.597Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-05T02:53:06.597Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-05T02:53:06.598Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-05T02:53:06.598Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-05T02:53:06.598Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-05T02:53:06.598Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e50a1de5-fbb5-4d54-b3b0-ad3290dd1370 2021-09-05T02:53:06.599Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:06.599Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:53:06.599Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:06.599Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:53:06.600Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:06.600Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:53:06.600Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:06.601Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:53:06.601Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-09-05 02-50-15 Description:catalog service description Model UUID:4b4de6dc-cd87-42c6-a063-7ef182fd5c18 Model Version:NULL Model InvariantUuid:c5092636-f6d4-4cb8-9c09-4c2f1e7b9449 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW c58371c5-aa49 Model UUID:873382e1-31a0-46f7-817c-1a06fec2a9d4 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:1c393aeb-a418-4564-bbbb-69c65b10addf Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cd718f8e-b59c-44d1-a690-4658d5f33977 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c1bb19a1-fa18-4b45-b3da-b6888ee8de5e ModelName:VfwC58371c5Aa49..base_vfw..module-0 ModelUuid:1b6b5e58-255f-417e-9e49-0b93b12d6b1c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:48fb3a4a-3a0e-4b3b-a3c9-0ff410faed32 ModelInvariantUuid:d0ee885e-8213-417b-868b-0015d0fc624a ModelName:vFW c58371c5-aa49-nodes.vfwCvfc ModelUuid:8ced5698-11a1-454f-86e7-c5ede3257b2d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:d6541f83-2b87-4977-8090-02c218f7f904 ModelInvariantUuid:f7c12e08-b376-46c1-89dc-2575857226b5 ModelName:VfwC58371c5Aa49.compute.nodes.heat.vfw ModelUuid:6c53efb0-98a2-434f-87dd-adfe287e2a70 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1dd2d99d-4378-4b8e-ab11-382988678501 ModelInvariantUuid:cd482221-231e-49c5-84be-5d00c364c310 ModelName:vFW c58371c5-aa49-nodes.vsnCvfc ModelUuid:3c2a6c8a-8519-4034-b16e-d42d238aa8bc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:ed715759-ab4b-4342-abf8-4f822d1e5fd7 ModelInvariantUuid:5720c3b1-b6f2-4fcb-a969-741b4bb2d270 ModelName:VfwC58371c5Aa49.compute.nodes.heat.vsn ModelUuid:6b52c40c-cabf-4964-9e21-84d565100a8c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e50a1de5-fbb5-4d54-b3b0-ad3290dd1370 ModelInvariantUuid:034ed36b-fa19-481c-9046-e0220e3c3a40 ModelName:vFW c58371c5-aa49-nodes.vpgCvfc ModelUuid:6da78d30-b234-496c-b3e6-f4ecca908079 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a7d9bd27-3e76-4e6c-85a5-a2e723005d37 ModelInvariantUuid:ceafe4ee-9c35-4257-a400-a5c563a3c656 ModelName:VfwC58371c5Aa49.compute.nodes.heat.vpg ModelUuid:6ec59a68-cf73-4d44-a17b-6767bc9d1d27 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-09-05T02:53:06.612Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: adde751b-ec0e-43f1-8a27-b8ceb3b9da2f 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-09-05T02:53:06.719Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||vFW c58371c5-aa49 0 2021-09-05T02:53:06.729Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: adde751b-ec0e-43f1-8a27-b8ceb3b9da2f 2021-09-05T02:53:06.729Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a0df3068-bd92-4fbe-a514-dd969939f2bf from URL: /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json 2021-09-05T02:53:06.729Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-05T02:53:06.730Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json 2021-09-05T02:53:08.717Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-05T02:53:08.718Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json a0df3068-bd92-4fbe-a514-dd969939f2bf 785 2021-09-05T02:53:08.718Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json ASDC sendASDCNotification 2021-09-05T02:53:08.718Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json 2021-09-05T02:53:08.718Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T02:53:08.719Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:53:08.721Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:53:08.721Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810388718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T02:53:08.822Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:53:08.823Z||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-09-05T02:53:08.823Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:53:08.832Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:53:08.832Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:53:09.723Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC58371c5Aa49..base_vfw..module-0", "vfModuleModelInvariantUUID": "c1bb19a1-fa18-4b45-b3da-b6888ee8de5e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1b6b5e58-255f-417e-9e49-0b93b12d6b1c", "vfModuleModelCustomizationUUID": "01647386-051a-4977-9e26-77b1bd44f7d3", "isBase": true, "artifacts": [ "8d3a29c1-661e-4097-8430-1ea66ca9046d", "f8ba2c87-4995-473b-87c4-008d127e7454" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-05T02:53:09.739Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC58371c5Aa49..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1b6b5e58-255f-417e-9e49-0b93b12d6b1c VfModuleModelInvariantUUID:c1bb19a1-fa18-4b45-b3da-b6888ee8de5e VfModuleModelDescription:NULL Artifacts UUID List:{ 8d3a29c1-661e-4097-8430-1ea66ca9046d , f8ba2c87-4995-473b-87c4-008d127e7454 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-05T02:53:09.742Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC58371c5Aa49..base_vfw..module-0", "vfModuleModelInvariantUUID": "c1bb19a1-fa18-4b45-b3da-b6888ee8de5e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1b6b5e58-255f-417e-9e49-0b93b12d6b1c", "vfModuleModelCustomizationUUID": "01647386-051a-4977-9e26-77b1bd44f7d3", "isBase": true, "artifacts": [ "8d3a29c1-661e-4097-8430-1ea66ca9046d", "f8ba2c87-4995-473b-87c4-008d127e7454" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-05T02:53:09.742Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC58371c5Aa49..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1b6b5e58-255f-417e-9e49-0b93b12d6b1c VfModuleModelInvariantUUID:c1bb19a1-fa18-4b45-b3da-b6888ee8de5e VfModuleModelDescription:NULL Artifacts UUID List:{ 8d3a29c1-661e-4097-8430-1ea66ca9046d , f8ba2c87-4995-473b-87c4-008d127e7454 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-05T02:53:09.742Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8d3a29c1-661e-4097-8430-1ea66ca9046d from URL: /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml 2021-09-05T02:53:09.742Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-05T02:53:09.742Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml 2021-09-05T02:53:10.548Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-05T02:53:10.548Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml 8d3a29c1-661e-4097-8430-1ea66ca9046d 20368 2021-09-05T02:53:10.549Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-05T02:53:10.549Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml 2021-09-05T02:53:10.549Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T02:53:10.549Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:53:10.551Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:53:10.551Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810390549, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T02:53:10.651Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:53:10.652Z||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-09-05T02:53:10.652Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:53:10.661Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:53:10.661Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:53:11.552Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f8ba2c87-4995-473b-87c4-008d127e7454 from URL: /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env 2021-09-05T02:53:11.552Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-05T02:53:11.552Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env 2021-09-05T02:53:11.695Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-05T02:53:11.696Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env f8ba2c87-4995-473b-87c4-008d127e7454 2098 2021-09-05T02:53:11.696Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-05T02:53:11.696Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env 2021-09-05T02:53:11.696Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T02:53:11.696Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:53:11.698Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:53:11.698Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810391696, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-05T02:53:11.798Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:53:11.799Z||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-09-05T02:53:11.799Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:53:11.808Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:53:11.808Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:53:12.698Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4b4de6dc-cd87-42c6-a063-7ef182fd5c18 2021-09-05T02:53:12.699Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c58371c5-aa49 0 adde751b-ec0e-43f1-8a27-b8ceb3b9da2f 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-09-05T02:53:12.728Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@418cf9ca, org.onap.sdc.toscaparser.api.parameters.Input@42e8a37e, org.onap.sdc.toscaparser.api.parameters.Input@c9854ad, org.onap.sdc.toscaparser.api.parameters.Input@f4dbbbc, org.onap.sdc.toscaparser.api.parameters.Input@29295136] 2021-09-05T02:53:12.731Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.731Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:53:12.731Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-09-05T02:53:12.732Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= cd718f8e-b59c-44d1-a690-4658d5f33977 2021-09-05T02:53:12.732Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cd718f8e-b59c-44d1-a690-4658d5f33977 matches Tosca VF Customization UUID: cd718f8e-b59c-44d1-a690-4658d5f33977 2021-09-05T02:53:12.732Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: cd718f8e-b59c-44d1-a690-4658d5f33977 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-09-05T02:53:12.737Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.737Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:53:12.738Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id cd718f8e-b59c-44d1-a690-4658d5f33977: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-09-05T02:53:12.738Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7702ed10 2021-09-05T02:53:12.738Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.738Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-05T02:53:12.738Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 01647386-051a-4977-9e26-77b1bd44f7d3 2021-09-05T02:53:12.739Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 01647386-051a-4977-9e26-77b1bd44f7d3 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-09-05T02:53:12.743Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.743Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria 2021-09-05T02:53:12.743Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T02:53:12.744Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.744Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria 2021-09-05T02:53:12.744Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T02:53:12.744Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.744Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is not matching search criteria 2021-09-05T02:53:12.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-05T02:53:12.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-05T02:53:12.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-05T02:53:12.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-05T02:53:12.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-05T02:53:12.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-05T02:53:12.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-05T02:53:12.746Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-05T02:53:12.746Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-05T02:53:12.746Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-05T02:53:12.746Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-05T02:53:12.746Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=48fb3a4a-3a0e-4b3b-a3c9-0ff410faed32 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-09-05T02:53:12.751Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria 2021-09-05T02:53:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T02:53:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is not matching search criteria 2021-09-05T02:53:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-05T02:53:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-05T02:53:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-05T02:53:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-05T02:53:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-05T02:53:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-05T02:53:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-05T02:53:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-05T02:53:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-05T02:53:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-05T02:53:12.754Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-05T02:53:12.754Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-05T02:53:12.754Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1dd2d99d-4378-4b8e-ab11-382988678501 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-09-05T02:53:12.755Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.756Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria 2021-09-05T02:53:12.756Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T02:53:12.758Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.758Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is not matching search criteria 2021-09-05T02:53:12.758Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-05T02:53:12.758Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-05T02:53:12.758Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-05T02:53:12.758Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-05T02:53:12.758Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-05T02:53:12.759Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-05T02:53:12.759Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-05T02:53:12.759Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-05T02:53:12.759Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-05T02:53:12.759Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-05T02:53:12.759Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-05T02:53:12.759Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-05T02:53:12.760Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e50a1de5-fbb5-4d54-b3b0-ad3290dd1370 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-09-05T02:53:12.761Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.761Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria 2021-09-05T02:53:12.761Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T02:53:12.762Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.762Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Node template vFW c58371c5-aa49 0 is matching search criteria 2021-09-05T02:53:12.762Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c58371c5-aa49 0] matching following query criteria: sdcType=VF, customizationUUID=cd718f8e-b59c-44d1-a690-4658d5f33977 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-09-05T02:53:12.763Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.763Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:53:12.764Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4b4de6dc-cd87-42c6-a063-7ef182fd5c18: vFW c58371c5-aa49 2021-09-05T02:53:12.764Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.764Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:53:12.764Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.764Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:53:12.764Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.764Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:53:12.765Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.765Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:53:12.765Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:53:12.765Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-05 02-50-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:53:12.765Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-09-05 02-50-15 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-05T02:53:12.978Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c58371c5-aa49 adde751b-ec0e-43f1-8a27-b8ceb3b9da2f 1 ASDC deployResourceStructure 2021-09-05T02:53:12.979Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json ASDC sendASDCNotification 2021-09-05T02:53:12.979Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json 2021-09-05T02:53:12.979Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T02:53:12.979Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:53:12.980Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:53:12.981Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810392979, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "DEPLOY_OK" } 2021-09-05T02:53:13.081Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:53:13.082Z||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-09-05T02:53:13.082Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:53:13.092Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:53:13.092Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:53:13.981Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-05T02:53:13.982Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml 2021-09-05T02:53:13.982Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T02:53:13.982Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:53:13.984Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:53:13.984Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810393981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-05T02:53:14.084Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:53:14.085Z||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-09-05T02:53:14.085Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:53:14.095Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:53:14.095Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:53:14.984Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-05T02:53:14.985Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env 2021-09-05T02:53:14.985Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T02:53:14.985Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:53:14.987Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:53:14.987Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810394984, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-05T02:53:15.088Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-05T02:53:15.089Z||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-09-05T02:53:15.089Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:53:15.098Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:53:15.098Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:53:15.988Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar ASDC sendASDCNotification 2021-09-05T02:53:15.988Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar 2021-09-05T02:53:15.989Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T02:53:15.989Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:53:15.991Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:53:15.991Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810395988, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T02:53:16.091Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:53:16.092Z||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-09-05T02:53:16.092Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:53:16.103Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:53:16.104Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:53:16.992Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T02:53:17.007Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T02:53:17.009Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T02:53:17.009Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T02:53:17.009Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T02:53:47.010Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T02:53:47.019Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T02:53:47.022Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T02:53:47.022Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T02:53:47.022Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T02:53:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:53:52.184Z||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-09-05T02:53:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:53:52.203Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:53:52.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:53:52.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "dcae-sch", "timestamp": 1630810367691, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-05T02:53:52.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:54:17.022Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T02:54:17.032Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T02:54:17.034Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T02:54:17.035Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T02:54:17.035Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T02:54:47.035Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T02:54:47.047Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T02:54:47.050Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T02:54:47.050Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T02:54:47.050Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T02:54:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:54:52.184Z||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-09-05T02:54:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:54:52.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:54:52.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:54:52.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810372181, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:54:52.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:17.050Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T02:55:17.062Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T02:55:17.065Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T02:55:17.065Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T02:55:17.065Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T02:55:47.065Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T02:55:47.074Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T02:55:47.076Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T02:55:47.076Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T02:55:47.076Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T02:55:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:55:52.184Z||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-09-05T02:55:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:55:52.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:55:52.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810372959, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T02:55:52.212Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:55:52.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "dcae-sch", "timestamp": 1630810367691, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:55:52.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:52.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "multicloud-k8s-id", "timestamp": 1630810373491, "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-09-05T02:55:52.219Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3f885ac-d75a-4f31-a68d-18e8610b74f4 2021-09-05T02:55:52.219Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f885ac-d75a-4f31-a68d-18e8610b74f4 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-09-05T02:55:52.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810372181, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "NOTIFIED" } 2021-09-05T02:55:52.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:52.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810373963, "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-09-05T02:55:52.232Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3f885ac-d75a-4f31-a68d-18e8610b74f4 2021-09-05T02:55:52.232Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f885ac-d75a-4f31-a68d-18e8610b74f4 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-09-05T02:55:52.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "dcae-sch", "timestamp": 1630810367691, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T02:55:52.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:52.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "multicloud-k8s-id", "timestamp": 1630810374494, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "DEPLOY_OK" } 2021-09-05T02:55:52.238Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:55:52.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810372181, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-05T02:55:52.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810372181, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "clamp", "timestamp": 1630810376139, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810372181, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "clamp", "timestamp": 1630810376139, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "NOTIFIED" } 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810372181, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:52.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "clamp", "timestamp": 1630810376139, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T02:55:52.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:52.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810372181, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:55:52.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:52.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "clamp", "timestamp": 1630810376139, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "clamp", "timestamp": 1630810376139, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "clamp", "timestamp": 1630810376139, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810382307, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "aai-ml", "timestamp": 1630810382797, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "clamp", "timestamp": 1630810376139, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:55:52.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:55:52.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "aai-ml", "timestamp": 1630810383802, "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-09-05T02:55:52.245Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3f885ac-d75a-4f31-a68d-18e8610b74f4 2021-09-05T02:55:52.246Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f885ac-d75a-4f31-a68d-18e8610b74f4 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-09-05T02:55:52.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810388718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T02:55:52.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:55:52.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810390549, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T02:55:52.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:55:52.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810391696, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-05T02:55:52.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:55:52.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810392979, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/vfwc58371c5aa490_modules.json", "status": "DEPLOY_OK" } 2021-09-05T02:55:52.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:55:52.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810393981, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-05T02:55:52.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:55:52.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810394984, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/resourceInstances/vfwc58371c5aa490/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-05T02:55:52.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:55:52.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810395988, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T02:55:52.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:55:52.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "clamp", "timestamp": 1630810397972, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T02:55:52.255Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:55:52.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "clamp", "timestamp": 1630810399996, "artifactURL": "/sdc/v1/catalog/services/Vfw20210905025015/1.0/artifacts/service-Vfw20210905025015-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T02:55:52.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:55:52.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:55:52.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "clamp", "timestamp": 1630810401001, "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-09-05T02:55:52.260Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3f885ac-d75a-4f31-a68d-18e8610b74f4 2021-09-05T02:55:52.260Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f885ac-d75a-4f31-a68d-18e8610b74f4 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-09-05T02:56:17.076Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T02:56:17.086Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T02:56:17.089Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T02:56:17.089Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T02:56:17.090Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T02:56:17.091Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-05T02:56:17.096Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-05T02:56:47.096Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 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-09-05T02:56:47.105Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3f885ac-d75a-4f31-a68d-18e8610b74f4 and serviceModelVersionId: 4b4de6dc-cd87-42c6-a063-7ef182fd5c18 2021-09-05T02:56:47.105Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c5092636-f6d4-4cb8-9c09-4c2f1e7b9449 2021-09-05T02:56:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:56:52.184Z||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-09-05T02:56:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:56:52.706Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:56:52.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810442598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "aai-ml", "timestamp": 1630810448328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "dcae-sch", "timestamp": 1630810447691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "ves-openapi-manager", "timestamp": 1630810440432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "cds", "timestamp": 1630810449249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810442598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "aai-ml", "timestamp": 1630810448328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "dcae-sch", "timestamp": 1630810447691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "ves-openapi-manager", "timestamp": 1630810440432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "multicloud-k8s-id", "timestamp": 1630810449998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "cds", "timestamp": 1630810449249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810442598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "aai-ml", "timestamp": 1630810448328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "dcae-sch", "timestamp": 1630810447691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "ves-openapi-manager", "timestamp": 1630810440432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "multicloud-k8s-id", "timestamp": 1630810449998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "NOTIFIED" } 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "cds", "timestamp": 1630810449249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810442598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "aai-ml", "timestamp": 1630810448328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "dcae-sch", "timestamp": 1630810447691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "ves-openapi-manager", "timestamp": 1630810440432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "multicloud-k8s-id", "timestamp": 1630810449998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-05T02:56:52.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "cds", "timestamp": 1630810449249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810442598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "aai-ml", "timestamp": 1630810448328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "dcae-sch", "timestamp": 1630810447691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "ves-openapi-manager", "timestamp": 1630810440432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "multicloud-k8s-id", "timestamp": 1630810449998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "cds", "timestamp": 1630810449249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810442598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "aai-ml", "timestamp": 1630810448328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "dcae-sch", "timestamp": 1630810447691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "ves-openapi-manager", "timestamp": 1630810440432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "multicloud-k8s-id", "timestamp": 1630810449998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-05T02:56:52.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "cds", "timestamp": 1630810449249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810442598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:56:52.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "aai-ml", "timestamp": 1630810448328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:56:52.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "dcae-sch", "timestamp": 1630810447691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "ves-openapi-manager", "timestamp": 1630810440432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "multicloud-k8s-id", "timestamp": 1630810449998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "cds", "timestamp": 1630810449249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810456608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "aai-ml", "timestamp": 1630810456615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "multicloud-k8s-id", "timestamp": 1630810449998, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:56:52.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "cds", "timestamp": 1630810457073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T02:56:52.723Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:56:52.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "multicloud-k8s-id", "timestamp": 1630810457919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T02:56:52.723Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:56:52.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "cds", "timestamp": 1630810458090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-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-09-05T02:56:52.738Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2b30c49-ca73-4821-a864-676b27e32761 2021-09-05T02:56:52.738Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2b30c49-ca73-4821-a864-676b27e32761 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-09-05T02:56:52.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "policy-id", "timestamp": 1630810457932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810458982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T02:56:52.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "multicloud-k8s-id", "timestamp": 1630810459310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T02:56:52.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "policy-id", "timestamp": 1630810457932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630810459985, "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-09-05T02:56:52.751Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2b30c49-ca73-4821-a864-676b27e32761 2021-09-05T02:56:52.751Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2b30c49-ca73-4821-a864-676b27e32761 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-09-05T02:56:52.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "policy-id", "timestamp": 1630810457932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-05T02:56:52.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "policy-id", "timestamp": 1630810457932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "multicloud-k8s-id", "timestamp": 1630810462283, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-05T02:56:52.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "policy-id", "timestamp": 1630810457932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "multicloud-k8s-id", "timestamp": 1630810463302, "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-09-05T02:56:52.792Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2b30c49-ca73-4821-a864-676b27e32761 2021-09-05T02:56:52.793Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2b30c49-ca73-4821-a864-676b27e32761 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-09-05T02:56:52.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "policy-id", "timestamp": 1630810457932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "multicloud-k8s-id", "timestamp": 1630810464304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T02:56:52.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "policy-id", "timestamp": 1630810457932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:56:52.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "aai-ml", "timestamp": 1630810466025, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T02:56:52.802Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "clamp", "timestamp": 1630810466139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "aai-ml", "timestamp": 1630810467029, "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-09-05T02:56:52.807Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2b30c49-ca73-4821-a864-676b27e32761 2021-09-05T02:56:52.807Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2b30c49-ca73-4821-a864-676b27e32761 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-09-05T02:56:52.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "clamp", "timestamp": 1630810466139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "NOTIFIED" } 2021-09-05T02:56:52.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "policy-id", "timestamp": 1630810468216, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T02:56:52.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:56:52.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "clamp", "timestamp": 1630810466139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "policy-id", "timestamp": 1630810469221, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T02:56:52.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:56:52.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "clamp", "timestamp": 1630810466139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "policy-id", "timestamp": 1630810470224, "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-09-05T02:56:52.819Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2b30c49-ca73-4821-a864-676b27e32761 2021-09-05T02:56:52.819Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2b30c49-ca73-4821-a864-676b27e32761 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-09-05T02:56:52.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "clamp", "timestamp": 1630810466139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "clamp", "timestamp": 1630810466139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:56:52.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "clamp", "timestamp": 1630810466139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:56:52.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "clamp", "timestamp": 1630810481279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T02:56:52.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "clamp", "timestamp": 1630810482353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T02:56:52.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:56:52.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "clamp", "timestamp": 1630810483356, "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-09-05T02:56:52.830Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d2b30c49-ca73-4821-a864-676b27e32761 2021-09-05T02:56:52.830Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2b30c49-ca73-4821-a864-676b27e32761 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-09-05T02:56:59.269Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0 2021-09-05T02:56:59.356Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-09-05T02:56:59.750Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0|INFO|500||Invoke 2021-09-05T02:56:59.756Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f3f885ac-d75a-4f31-a68d-18e8610b74f4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4acc5bde-a532-42c3-9baa-1a508c25932a], X-ECOMP-RequestID=[f3f885ac-d75a-4f31-a68d-18e8610b74f4], X-TransactionId=[], X-ONAP-RequestID=[f3f885ac-d75a-4f31-a68d-18e8610b74f4], Content-Type=[application/merge-patch+json]} 2021-09-05T02:56:59.913Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-05T02:57:00.397Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?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/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210905-02:56:59:921-36999], vertex-id=[172280], Content-Length=[0], Date=[Sun, 05 Sep 2021 02:56:59 GMT], Content-Type=[application/json]} 2021-09-05T02:57:00.398Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-05T02:57:00.399Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c5092636-f6d4-4cb8-9c09-4c2f1e7b9449/model-vers/model-ver/4b4de6dc-cd87-42c6-a063-7ef182fd5c18?depth=0|INFO|500||InvokeReturn 2021-09-05T02:57:00.402Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-05T02:57:00.402Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||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-09-05T02:57:00.406Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-05T02:57:00.411Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3f885ac-d75a-4f31-a68d-18e8610b74f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-05T02:57:00.412Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-05T02:57:00.413Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:00.415Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:00.415Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810620411, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T02:57:00.516Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-05T02:57:00.517Z||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-09-05T02:57:00.517Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:00.526Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:00.526Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-05T02:57:01.429Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:57:01.429Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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-09-05T02:57:01.429Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:05.716Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:05.717Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-05T02:57:05.717Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2b30c49-ca73-4821-a864-676b27e32761","serviceName":"basic_onboard_cTkwVs","serviceVersion":"1.0","serviceUUID":"acc2f7b2-5767-4e69-b916-d3dfa5f94f42","serviceDescription":"service","serviceInvariantUUID":"c497437a-c277-479a-a64d-4fef32ac3ffa","resources":[{"resourceInstanceName":"basic_onboard_cTkwVs 0","resourceName":"basic_onboard_cTkwVs","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ccf187f7-1971-4daf-b80e-a8fa2d7654df","resourceInvariantUUID":"0b3027bd-f911-4e09-bd6e-ce9349c0e5b5","resourceCustomizationUUID":"04c721a6-ace5-43cf-a6e1-aec0107b57af","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml","artifactChecksum":"ZDZiZDU1NmFkYzc2ZDczMDY0Zjc4ZmNkNjc3NGZiODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9b3780c1-bc4d-49e6-bb32-4070a9183c8b","artifactVersion":"1"},{"artifactName":"basic_onboard_ctkwvs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json","artifactChecksum":"NWRjM2NmNTU4ZTRkN2JhNzZkOTk3MjU4ZWI5N2MzOGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cad82a62-f279-478c-adb4-03f33439449e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"acbd7f0a-da47-430c-8ce3-68c3a701f0a0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ab8ea209-2c0f-4cf3-996f-f5f2d2d4b05d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"381e81d6-bf51-421a-a83b-8b565d796d08","artifactVersion":"2","generatedFromUUID":"acbd7f0a-da47-430c-8ce3-68c3a701f0a0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCtkwvs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml","artifactChecksum":"NzAwMGU1M2VhYWZjMTVmMTRiYTkxNmI1YTYzYzlhN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7416ff5a-9a1a-4cd6-abaf-41a74db8156d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCtkwvs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar","artifactChecksum":"NjdhMDc5MDVlMzRhNGFlNDQzMGRlY2IwOTU5YTE0YTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1fed71b-717b-4ee9-b063-eee08f6c27a5","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-05T02:57:05.721Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T02:57:05.721Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:05.724Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:05.724Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810621429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:57:05.826Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-09-05T02:57:05.827Z||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-09-05T02:57:05.827Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:05.836Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:05.837Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:57:06.725Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T02:57:06.726Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:06.728Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:06.728Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810621429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "NOTIFIED" } 2021-09-05T02:57:06.828Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:57:06.829Z||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-09-05T02:57:06.829Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:06.837Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:06.838Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:57:07.728Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T02:57:07.729Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:07.731Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:07.731Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810621429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-05T02:57:07.831Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:57:07.833Z||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-09-05T02:57:07.833Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:07.842Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:07.842Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:57:08.732Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T02:57:08.732Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:08.734Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:08.735Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810621429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:57:08.835Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:57:08.836Z||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-09-05T02:57:08.836Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:08.845Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:08.845Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-05T02:57:09.736Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T02:57:09.741Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:09.743Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:09.743Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810621429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-05T02:57:09.844Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:57:09.845Z||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-09-05T02:57:09.845Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:09.853Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:09.854Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:57:10.744Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T02:57:10.745Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:10.747Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:10.747Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810621429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:57:10.848Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-05T02:57:10.848Z||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-09-05T02:57:10.849Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:10.856Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:10.857Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:57:11.748Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T02:57:11.749Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:11.751Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:11.751Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810621429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:57:11.851Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:57:11.852Z||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-09-05T02:57:11.852Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:11.861Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:11.861Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-05T02:57:12.752Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "serviceName": "basic_onboard_cTkwVs", "serviceVersion": "1.0", "serviceUUID": "acc2f7b2-5767-4e69-b916-d3dfa5f94f42", "serviceDescription": "service", "serviceInvariantUUID": "c497437a-c277-479a-a64d-4fef32ac3ffa", "resources": [ { "resourceInstanceName": "basic_onboard_cTkwVs 0", "resourceCustomizationUUID": "04c721a6-ace5-43cf-a6e1-aec0107b57af", "resourceName": "basic_onboard_cTkwVs", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ccf187f7-1971-4daf-b80e-a8fa2d7654df", "resourceInvariantUUID": "0b3027bd-f911-4e09-bd6e-ce9349c0e5b5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ctkwvs0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "artifactChecksum": "NWRjM2NmNTU4ZTRkN2JhNzZkOTk3MjU4ZWI5N2MzOGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cad82a62-f279-478c-adb4-03f33439449e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "acbd7f0a-da47-430c-8ce3-68c3a701f0a0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "381e81d6-bf51-421a-a83b-8b565d796d08", "generatedFromUUID": "acbd7f0a-da47-430c-8ce3-68c3a701f0a0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "381e81d6-bf51-421a-a83b-8b565d796d08", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCtkwvs-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "artifactChecksum": "NjdhMDc5MDVlMzRhNGFlNDQzMGRlY2IwOTU5YTE0YTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f1fed71b-717b-4ee9-b063-eee08f6c27a5" } ], "workloadContext": "Production" } 2021-09-05T02:57:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-05T02:57:12.753Z|f3f885ac-d75a-4f31-a68d-18e8610b74f4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 acc2f7b2-5767-4e69-b916-d3dfa5f94f42 ASDC 2021-09-05T02:57:12.753Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:d2b30c49-ca73-4821-a864-676b27e32761 ServiceName:basic_onboard_cTkwVs ServiceVersion:1.0 ServiceUUID:acc2f7b2-5767-4e69-b916-d3dfa5f94f42 ServiceInvariantUUID:c497437a-c277-479a-a64d-4fef32ac3ffa ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCtkwvs-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar ArtifactUUID:f1fed71b-717b-4ee9-b063-eee08f6c27a5 ArtifactChecksum:NjdhMDc5MDVlMzRhNGFlNDQzMGRlY2IwOTU5YTE0YTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_cTkwVs 0 ResourceCustomizationUUID:04c721a6-ace5-43cf-a6e1-aec0107b57af ResourceInvariantUUID:0b3027bd-f911-4e09-bd6e-ce9349c0e5b5 ResourceName:basic_onboard_cTkwVs ResourceType:VF ResourceUUID:ccf187f7-1971-4daf-b80e-a8fa2d7654df ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ctkwvs0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json ArtifactUUID:cad82a62-f279-478c-adb4-03f33439449e ArtifactChecksum:NWRjM2NmNTU4ZTRkN2JhNzZkOTk3MjU4ZWI5N2MzOGM= 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/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml ArtifactUUID:acbd7f0a-da47-430c-8ce3-68c3a701f0a0 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/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env ArtifactUUID:381e81d6-bf51-421a-a83b-8b565d796d08 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/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env ArtifactUUID:381e81d6-bf51-421a-a83b-8b565d796d08 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-05T02:57:12.753Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF acc2f7b2-5767-4e69-b916-d3dfa5f94f42 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-09-05T02:57:12.784Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T02:57:12.785Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-05T02:57:12.785Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-05T02:57:12.785Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f1fed71b-717b-4ee9-b063-eee08f6c27a5 from URL: /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:12.785Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-05T02:57:12.785Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:12.948Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-05T02:57:12.953Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar f1fed71b-717b-4ee9-b063-eee08f6c27a5 71383 2021-09-05T02:57:12.953Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar ASDC sendASDCNotification 2021-09-05T02:57:12.953Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:12.953Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T02:57:12.954Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:12.956Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:12.956Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810632953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T02:57:13.056Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:57:13.057Z||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-09-05T02:57:13.057Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:13.067Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:13.067Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:57:13.956Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T02:57:13.958Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-05T02:57:13.958Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f1fed71b-717b-4ee9-b063-eee08f6c27a5, URL: /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar to file: /app/ASDC/1/service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:13.958Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:13.959Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:13.959Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:14.129Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7339888868948473886/Definitions/service-BasicOnboardCtkwvs-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-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||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-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cTkwVs 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-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:15.227Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria 2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:57:15.228Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria 2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is not matching search criteria 2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:15.229Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria 2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria 2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria 2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T02:57:15.230Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is not matching search criteria 2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=20f9015b-3464-4211-b91f-eb8ecef07ae7 2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:57:15.231Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_cTkwVs Description:service Model UUID:acc2f7b2-5767-4e69-b916-d3dfa5f94f42 Model Version:NULL Model InvariantUuid:c497437a-c277-479a-a64d-4fef32ac3ffa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_cTkwVs Model UUID:685399f5-fb25-4c95-841c-4fcab3b74abc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0b3027bd-f911-4e09-bd6e-ce9349c0e5b5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:04c721a6-ace5-43cf-a6e1-aec0107b57af NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:358e67a5-8cd9-48be-b7e6-2094f4f09abf ModelName:BasicOnboardCtkwvs..base_ubuntu18..module-0 ModelUuid:76dca897-54ed-4f3a-964d-f970cfd8f993 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:20f9015b-3464-4211-b91f-eb8ecef07ae7 ModelInvariantUuid:07bb82a4-b4ea-4ac4-a898-b32237534714 ModelName:basic_onboard_cTkwVs-nodes.ubuntu18Cvfc ModelUuid:17ba7bd3-9697-43c6-b8e2-e9595a4b8c63 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2fe12da8-059e-4216-a18d-db087c5cea18 ModelInvariantUuid:8923e72b-b989-4155-817f-0d20436fbf1a ModelName:BasicOnboardCtkwvs.compute.nodes.heat.ubuntu18 ModelUuid:bdf4edc5-171a-41fb-964f-080fdfef23f4 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-09-05T02:57:15.237Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ccf187f7-1971-4daf-b80e-a8fa2d7654df 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-09-05T02:57:15.239Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||basic_onboard_cTkwVs 0 2021-09-05T02:57:15.239Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ccf187f7-1971-4daf-b80e-a8fa2d7654df 2021-09-05T02:57:15.239Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cad82a62-f279-478c-adb4-03f33439449e from URL: /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json 2021-09-05T02:57:15.240Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-05T02:57:15.240Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json 2021-09-05T02:57:15.389Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-05T02:57:15.389Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json cad82a62-f279-478c-adb4-03f33439449e 798 2021-09-05T02:57:15.389Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json ASDC sendASDCNotification 2021-09-05T02:57:15.390Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json 2021-09-05T02:57:15.390Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T02:57:15.390Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:15.392Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:15.392Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810635389, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T02:57:15.492Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:57:15.493Z||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-09-05T02:57:15.493Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:15.502Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:15.502Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-05T02:57:16.392Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCtkwvs..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "358e67a5-8cd9-48be-b7e6-2094f4f09abf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "76dca897-54ed-4f3a-964d-f970cfd8f993", "vfModuleModelCustomizationUUID": "6c8016fd-e611-4ee1-aabe-fae888468aa0", "isBase": true, "artifacts": [ "acbd7f0a-da47-430c-8ce3-68c3a701f0a0", "381e81d6-bf51-421a-a83b-8b565d796d08" ], "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-09-05T02:57:16.398Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCtkwvs..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:76dca897-54ed-4f3a-964d-f970cfd8f993 VfModuleModelInvariantUUID:358e67a5-8cd9-48be-b7e6-2094f4f09abf VfModuleModelDescription:NULL Artifacts UUID List:{ acbd7f0a-da47-430c-8ce3-68c3a701f0a0 , 381e81d6-bf51-421a-a83b-8b565d796d08 } 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-09-05T02:57:16.400Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCtkwvs..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "358e67a5-8cd9-48be-b7e6-2094f4f09abf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "76dca897-54ed-4f3a-964d-f970cfd8f993", "vfModuleModelCustomizationUUID": "6c8016fd-e611-4ee1-aabe-fae888468aa0", "isBase": true, "artifacts": [ "acbd7f0a-da47-430c-8ce3-68c3a701f0a0", "381e81d6-bf51-421a-a83b-8b565d796d08" ], "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-09-05T02:57:16.400Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCtkwvs..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:76dca897-54ed-4f3a-964d-f970cfd8f993 VfModuleModelInvariantUUID:358e67a5-8cd9-48be-b7e6-2094f4f09abf VfModuleModelDescription:NULL Artifacts UUID List:{ acbd7f0a-da47-430c-8ce3-68c3a701f0a0 , 381e81d6-bf51-421a-a83b-8b565d796d08 } 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-09-05T02:57:16.400Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: acbd7f0a-da47-430c-8ce3-68c3a701f0a0 from URL: /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml 2021-09-05T02:57:16.400Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-05T02:57:16.401Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml 2021-09-05T02:57:16.544Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-05T02:57:16.545Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml acbd7f0a-da47-430c-8ce3-68c3a701f0a0 5033 2021-09-05T02:57:16.545Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-05T02:57:16.545Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml 2021-09-05T02:57:16.545Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T02:57:16.545Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:16.547Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:16.547Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810636545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T02:57:16.647Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:57:16.648Z||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-09-05T02:57:16.648Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:16.657Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:16.657Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:57:17.548Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 381e81d6-bf51-421a-a83b-8b565d796d08 from URL: /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env 2021-09-05T02:57:17.548Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-05T02:57:17.549Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env 2021-09-05T02:57:17.732Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-05T02:57:17.732Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env 381e81d6-bf51-421a-a83b-8b565d796d08 909 2021-09-05T02:57:17.732Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-05T02:57:17.732Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env 2021-09-05T02:57:17.733Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T02:57:17.733Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:17.735Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:17.735Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810637732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-05T02:57:17.836Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:57:17.836Z||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-09-05T02:57:17.837Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:17.846Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:17.846Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:57:18.736Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: acc2f7b2-5767-4e69-b916-d3dfa5f94f42 2021-09-05T02:57:18.737Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cTkwVs 0 ccf187f7-1971-4daf-b80e-a8fa2d7654df 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-09-05T02:57:18.746Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75a24e46, org.onap.sdc.toscaparser.api.parameters.Input@786be4a6, org.onap.sdc.toscaparser.api.parameters.Input@4b8cced9, org.onap.sdc.toscaparser.api.parameters.Input@6a8c2f6d, org.onap.sdc.toscaparser.api.parameters.Input@dbb9c04] 2021-09-05T02:57:18.747Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:18.747Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:57:18.748Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-09-05T02:57:18.748Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 04c721a6-ace5-43cf-a6e1-aec0107b57af 2021-09-05T02:57:18.748Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 04c721a6-ace5-43cf-a6e1-aec0107b57af matches Tosca VF Customization UUID: 04c721a6-ace5-43cf-a6e1-aec0107b57af 2021-09-05T02:57:18.748Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 04c721a6-ace5-43cf-a6e1-aec0107b57af 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-09-05T02:57:18.749Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:18.749Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:57:18.750Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 04c721a6-ace5-43cf-a6e1-aec0107b57af: {\"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-09-05T02:57:18.750Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c794e8e 2021-09-05T02:57:18.750Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:18.750Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-05T02:57:18.750Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6c8016fd-e611-4ee1-aabe-fae888468aa0 2021-09-05T02:57:18.750Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6c8016fd-e611-4ee1-aabe-fae888468aa0 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-09-05T02:57:18.752Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:18.752Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria 2021-09-05T02:57:18.752Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T02:57:18.752Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:18.752Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria 2021-09-05T02:57:18.752Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T02:57:18.752Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:18.753Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is not matching search criteria 2021-09-05T02:57:18.753Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-05T02:57:18.753Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-05T02:57:18.753Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=20f9015b-3464-4211-b91f-eb8ecef07ae7 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-09-05T02:57:18.754Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:18.754Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria 2021-09-05T02:57:18.755Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T02:57:18.755Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:18.755Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cTkwVs 0 is matching search criteria 2021-09-05T02:57:18.755Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cTkwVs 0] matching following query criteria: sdcType=VF, customizationUUID=04c721a6-ace5-43cf-a6e1-aec0107b57af 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-09-05T02:57:18.756Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:18.756Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:57:18.756Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid acc2f7b2-5767-4e69-b916-d3dfa5f94f42: basic_onboard_cTkwVs 2021-09-05T02:57:18.756Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cTkwVs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T02:57:18.757Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_cTkwVs 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-09-05T02:57:18.823Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cTkwVs ccf187f7-1971-4daf-b80e-a8fa2d7654df 1 ASDC deployResourceStructure 2021-09-05T02:57:18.823Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json ASDC sendASDCNotification 2021-09-05T02:57:18.824Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json 2021-09-05T02:57:18.824Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T02:57:18.824Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:18.826Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:18.826Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810638823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T02:57:18.926Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:57:18.927Z||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-09-05T02:57:18.927Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:18.936Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:18.936Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:57:19.827Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-05T02:57:19.827Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml 2021-09-05T02:57:19.828Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T02:57:19.828Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:19.831Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:19.831Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810639827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-05T02:57:19.931Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:57:19.931Z||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-09-05T02:57:19.932Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:19.940Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:19.940Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:57:20.832Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-05T02:57:20.832Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env 2021-09-05T02:57:20.833Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T02:57:20.833Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:20.836Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:20.836Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810640831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-05T02:57:20.936Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:57:20.936Z||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-09-05T02:57:20.937Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:20.945Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:20.945Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:57:21.836Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar ASDC sendASDCNotification 2021-09-05T02:57:21.837Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar 2021-09-05T02:57:21.837Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T02:57:21.838Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:21.840Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:21.840Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810641836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T02:57:21.940Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:57:21.941Z||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-09-05T02:57:21.941Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:21.950Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:21.950Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T02:57:22.841Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2b30c49-ca73-4821-a864-676b27e32761 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T02:57:22.854Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2b30c49-ca73-4821-a864-676b27e32761 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T02:57:22.857Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T02:57:22.858Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T02:57:22.858Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-05T02:57:22.862Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-05T02:57:52.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:57:52.184Z||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-09-05T02:57:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:52.810Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:52.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f885ac-d75a-4f31-a68d-18e8610b74f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810620411, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T02:57:52.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:57:52.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810621429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:57:52.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:57:52.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810621429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "NOTIFIED" } 2021-09-05T02:57:52.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:57:52.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810621429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-05T02:57:52.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:57:52.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810621429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T02:57:52.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:57:52.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810621429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-05T02:57:52.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:57:52.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810621429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T02:57:52.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:57:52.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810621429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "NOTIFIED" } 2021-09-05T02:57:52.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-05T02:57:52.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810632953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T02:57:52.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:57:52.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810635389, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T02:57:52.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:57:52.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810636545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T02:57:52.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:57:52.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810637732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-05T02:57:52.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:57:52.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810638823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/basic_onboard_ctkwvs0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T02:57:52.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:57:52.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810639827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-05T02:57:52.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:57:52.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810640831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/resourceInstances/basic_onboard_ctkwvs0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-05T02:57:52.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:57:52.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-05T02:57:52.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810641836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCtkwvs/1.0/artifacts/service-BasicOnboardCtkwvs-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T02:57:52.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:57:52.862Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2b30c49-ca73-4821-a864-676b27e32761 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-09-05T02:57:52.867Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2b30c49-ca73-4821-a864-676b27e32761 and serviceModelVersionId: acc2f7b2-5767-4e69-b916-d3dfa5f94f42 2021-09-05T02:57:52.867Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c497437a-c277-479a-a64d-4fef32ac3ffa 2021-09-05T02:57:52.868Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c497437a-c277-479a-a64d-4fef32ac3ffa/model-vers/model-ver/acc2f7b2-5767-4e69-b916-d3dfa5f94f42?depth=0 2021-09-05T02:57:52.873Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-09-05T02:57:52.909Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c497437a-c277-479a-a64d-4fef32ac3ffa/model-vers/model-ver/acc2f7b2-5767-4e69-b916-d3dfa5f94f42?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-09-05T02:57:52.910Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c497437a-c277-479a-a64d-4fef32ac3ffa/model-vers/model-ver/acc2f7b2-5767-4e69-b916-d3dfa5f94f42?depth=0|INFO|500||Invoke 2021-09-05T02:57:52.933Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c497437a-c277-479a-a64d-4fef32ac3ffa/model-vers/model-ver/acc2f7b2-5767-4e69-b916-d3dfa5f94f42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-05T02:57:53.009Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c497437a-c277-479a-a64d-4fef32ac3ffa/model-vers/model-ver/acc2f7b2-5767-4e69-b916-d3dfa5f94f42?depth=0|INFO|500||InvokeReturn 2021-09-05T02:57:53.009Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c497437a-c277-479a-a64d-4fef32ac3ffa/model-vers/model-ver/acc2f7b2-5767-4e69-b916-d3dfa5f94f42?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210905-02:57:52:940-29312], vertex-id=[192720], Content-Length=[0], Date=[Sun, 05 Sep 2021 02:57:52 GMT], Content-Type=[application/json]} 2021-09-05T02:57:53.009Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-09-05T02:57:53.009Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-05T02:57:53.010Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||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-09-05T02:57:53.013Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-05T02:57:53.014Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2b30c49-ca73-4821-a864-676b27e32761 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-05T02:57:53.014Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-05T02:57:53.014Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-05T02:57:53.016Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T02:57:53.016Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810673014, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T02:57:53.116Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T02:57:53.117Z||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-09-05T02:57:53.117Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T02:57:53.126Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:57:53.127Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-05T02:57:54.025Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:57:54.026Z|d2b30c49-ca73-4821-a864-676b27e32761|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-09-05T02:57:54.026Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:58:03.559Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:58:03.560Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:58:03.560Z|d2b30c49-ca73-4821-a864-676b27e32761|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-09-05T02:58:03.561Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:58:13.094Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:58:13.095Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:58:13.095Z|d2b30c49-ca73-4821-a864-676b27e32761|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-09-05T02:58:13.095Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:58:22.628Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:58:22.628Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:58:22.629Z|d2b30c49-ca73-4821-a864-676b27e32761|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-09-05T02:58:22.629Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:58:32.159Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:58:52.181Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:58:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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-09-05T02:58:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:58:52.183Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:58:52.184Z||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-09-05T02:58:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:58:52.804Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:58:52.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-05T02:58:52.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2b30c49-ca73-4821-a864-676b27e32761", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630810673014, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T02:58:52.806Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T02:59:01.718Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T02:59:52.181Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:59:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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-09-05T02:59:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ... 2021-09-05T02:59:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T02:59:52.184Z||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-09-05T02:59:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:00:01.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:00:01.725Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:00:52.181Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:00:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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-09-05T03:00:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:00:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:00:52.184Z||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-09-05T03:00:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:01:01.722Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:01:01.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:01:52.181Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:01:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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-09-05T03:01:52.183Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:01:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:01:52.184Z||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-09-05T03:01:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:02:01.720Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:02:01.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:02:52.181Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:02:52.183Z|d2b30c49-ca73-4821-a864-676b27e32761|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-09-05T03:02:52.183Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:02:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:02:52.184Z||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-09-05T03:02:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:03:01.730Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:03:01.732Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:03:52.181Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:03:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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-09-05T03:03:52.182Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:03:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:03:52.184Z||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-09-05T03:03:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:04:01.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:04:01.725Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:04:52.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:04:52.184Z||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-09-05T03:04:52.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:04:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:04:52.184Z||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-09-05T03:04:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:05:01.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:05:01.727Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:05:52.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:05:52.182Z||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-09-05T03:05:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:05:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:05:52.185Z||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-09-05T03:05:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:05:52.805Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:05:52.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"2750ca62-26d8-4a69-8881-9ce5acea4746","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0239e219-5f0b-48b4-af61-f700e1cfed77","serviceDescription":"service","serviceInvariantUUID":"7396c107-a882-45d7-80ab-ca986fe13ed7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d2521671-daa4-4686-804e-775e436b4e11","resourceInvariantUUID":"4859bf54-b319-460f-ae9c-ab6267ae4d7a","resourceCustomizationUUID":"1472335d-9475-46d2-b0d1-846a3c18b37c","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":"Y2RlNDA0M2I4NTRjYzZlZjA1YjVhYTEyNDA4ZWVjNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8792abae-2845-4df1-9ffa-3bb21e0d39a3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzJiNWI4MWIxNzgyZjM4YTAzNDExN2YwYmFlNzg3Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bccb7641-89d4-4c32-a25c-5c0318e4caa0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-05T03:05:52.809Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:05:52.810Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:05:52.810Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:05:52.813Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:05:52.813Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "clamp", "timestamp": 1630811096139, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811102598, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "ves-openapi-manager", "timestamp": 1630811100432, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "policy-id", "timestamp": 1630811097932, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "ves-openapi-manager", "timestamp": 1630811100432, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "clamp", "timestamp": 1630811096139, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:05:52.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811102598, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:05:52.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "policy-id", "timestamp": 1630811097932, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:05:52.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "dcae-sch", "timestamp": 1630811107691, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811108838, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:05:52.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "policy-id", "timestamp": 1630811108923, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:05:52.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "aai-ml", "timestamp": 1630811108328, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "dcae-sch", "timestamp": 1630811107691, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "cds", "timestamp": 1630811109249, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "aai-ml", "timestamp": 1630811108328, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:05:52.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "policy-id", "timestamp": 1630811109929, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:05:52.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811110234, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:05:52.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "multicloud-k8s-id", "timestamp": 1630811109998, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "cds", "timestamp": 1630811109249, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:05:52.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "policy-id", "timestamp": 1630811110932, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-05T03:05:52.837Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2750ca62-26d8-4a69-8881-9ce5acea4746 2021-09-05T03:05:52.837Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2750ca62-26d8-4a69-8881-9ce5acea4746 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-09-05T03:05:52.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811111238, "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-09-05T03:05:52.849Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2750ca62-26d8-4a69-8881-9ce5acea4746 2021-09-05T03:05:52.849Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2750ca62-26d8-4a69-8881-9ce5acea4746 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-09-05T03:05:52.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "aai-ml", "timestamp": 1630811111444, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:05:52.858Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "multicloud-k8s-id", "timestamp": 1630811109998, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:05:52.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "cds", "timestamp": 1630811112033, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:05:52.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "cds", "timestamp": 1630811113037, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-05T03:05:52.862Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2750ca62-26d8-4a69-8881-9ce5acea4746 2021-09-05T03:05:52.862Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2750ca62-26d8-4a69-8881-9ce5acea4746 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-09-05T03:05:52.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "aai-ml", "timestamp": 1630811114338, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:05:52.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "aai-ml", "timestamp": 1630811115342, "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-09-05T03:05:52.872Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2750ca62-26d8-4a69-8881-9ce5acea4746 2021-09-05T03:05:52.872Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2750ca62-26d8-4a69-8881-9ce5acea4746 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-09-05T03:05:52.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "clamp", "timestamp": 1630811116092, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:05:52.879Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "clamp", "timestamp": 1630811118101, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:05:52.879Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "clamp", "timestamp": 1630811119103, "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-09-05T03:05:52.883Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2750ca62-26d8-4a69-8881-9ce5acea4746 2021-09-05T03:05:52.883Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2750ca62-26d8-4a69-8881-9ce5acea4746 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-09-05T03:05:52.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "multicloud-k8s-id", "timestamp": 1630811129998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "dcae-sch", "timestamp": 1630811127691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811132598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "dcae-sch", "timestamp": 1630811127691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811132598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "multicloud-k8s-id", "timestamp": 1630811129998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "multicloud-k8s-id", "timestamp": 1630811129998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811132598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "dcae-sch", "timestamp": 1630811127691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "policy-id", "timestamp": 1630811137932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "aai-ml", "timestamp": 1630811138328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "multicloud-k8s-id", "timestamp": 1630811129998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811132598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "dcae-sch", "timestamp": 1630811127691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "policy-id", "timestamp": 1630811137932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "cds", "timestamp": 1630811139249, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "aai-ml", "timestamp": 1630811138328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "multicloud-k8s-id", "timestamp": 1630811129998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811132598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "dcae-sch", "timestamp": 1630811127691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "policy-id", "timestamp": 1630811137932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "cds", "timestamp": 1630811139249, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "aai-ml", "timestamp": 1630811138328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "ves-openapi-manager", "timestamp": 1630811140432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "multicloud-k8s-id", "timestamp": 1630811129998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "dcae-sch", "timestamp": 1630811127691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811132598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "policy-id", "timestamp": 1630811137932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "cds", "timestamp": 1630811139249, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "aai-ml", "timestamp": 1630811138328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "ves-openapi-manager", "timestamp": 1630811140432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "multicloud-k8s-id", "timestamp": 1630811129998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811132598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "dcae-sch", "timestamp": 1630811127691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "policy-id", "timestamp": 1630811137932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "cds", "timestamp": 1630811139249, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "aai-ml", "timestamp": 1630811138328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "ves-openapi-manager", "timestamp": 1630811140432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "multicloud-k8s-id", "timestamp": 1630811129998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:05:52.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "dcae-sch", "timestamp": 1630811127691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811132598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:05:52.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "policy-id", "timestamp": 1630811137932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "cds", "timestamp": 1630811139249, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "aai-ml", "timestamp": 1630811138328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "ves-openapi-manager", "timestamp": 1630811140432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "policy-id", "timestamp": 1630811137932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "cds", "timestamp": 1630811139249, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "aai-ml", "timestamp": 1630811138328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "ves-openapi-manager", "timestamp": 1630811140432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "policy-id", "timestamp": 1630811137932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "cds", "timestamp": 1630811139249, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "aai-ml", "timestamp": 1630811138328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "ves-openapi-manager", "timestamp": 1630811140432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811146830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "cds", "timestamp": 1630811139249, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "ves-openapi-manager", "timestamp": 1630811140432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "policy-id", "timestamp": 1630811148043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "ves-openapi-manager", "timestamp": 1630811140432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "aai-ml", "timestamp": 1630811148141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811148495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:05:52.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "cds", "timestamp": 1630811148526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:05:52.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "policy-id", "timestamp": 1630811149047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:05:52.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "ves-openapi-manager", "timestamp": 1630811149487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T03:05:52.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811149498, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:05:52.911Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 451e21b4-eaf7-4edc-b5c0-cf4281455e74 2021-09-05T03:05:52.911Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 451e21b4-eaf7-4edc-b5c0-cf4281455e74 and ComponentName SDNC 2021-09-05T03:05:52.913Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:05:52.913Z||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-09-05T03:05:52.913Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-05T03:05:52.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "cds", "timestamp": 1630811149531, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-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-09-05T03:05:52.921Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:05:52.922Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:05:52.923Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 451e21b4-eaf7-4edc-b5c0-cf4281455e74 2021-09-05T03:05:52.923Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 451e21b4-eaf7-4edc-b5c0-cf4281455e74 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-09-05T03:05:52.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "policy-id", "timestamp": 1630811150049, "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-09-05T03:05:52.935Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 451e21b4-eaf7-4edc-b5c0-cf4281455e74 2021-09-05T03:05:52.935Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 451e21b4-eaf7-4edc-b5c0-cf4281455e74 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-09-05T03:05:52.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "ves-openapi-manager", "timestamp": 1630811150731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-05T03:05:52.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:52.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "ves-openapi-manager", "timestamp": 1630811151735, "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-09-05T03:05:52.947Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 451e21b4-eaf7-4edc-b5c0-cf4281455e74 2021-09-05T03:05:52.947Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 451e21b4-eaf7-4edc-b5c0-cf4281455e74 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-09-05T03:05:52.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:05:52.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "aai-ml", "timestamp": 1630811151897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:05:52.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:05:53.813Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:05:53.814Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:05:53.816Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:05:53.816Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:05:53.917Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-05T03:05:53.918Z||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-09-05T03:05:53.918Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:05:53.929Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:05:53.929Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-05T03:05:54.819Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "0239e219-5f0b-48b4-af61-f700e1cfed77", "serviceDescription": "service", "serviceInvariantUUID": "7396c107-a882-45d7-80ab-ca986fe13ed7", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "1472335d-9475-46d2-b0d1-846a3c18b37c", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "d2521671-daa4-4686-804e-775e436b4e11", "resourceInvariantUUID": "4859bf54-b319-460f-ae9c-ab6267ae4d7a", "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": "MzJiNWI4MWIxNzgyZjM4YTAzNDExN2YwYmFlNzg3Yzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bccb7641-89d4-4c32-a25c-5c0318e4caa0" } ], "workloadContext": "Production" } 2021-09-05T03:05:54.820Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-05T03:05:54.820Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0239e219-5f0b-48b4-af61-f700e1cfed77 ASDC 2021-09-05T03:05:54.820Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:2750ca62-26d8-4a69-8881-9ce5acea4746 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:0239e219-5f0b-48b4-af61-f700e1cfed77 ServiceInvariantUUID:7396c107-a882-45d7-80ab-ca986fe13ed7 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:bccb7641-89d4-4c32-a25c-5c0318e4caa0 ArtifactChecksum:MzJiNWI4MWIxNzgyZjM4YTAzNDExN2YwYmFlNzg3Yzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:1472335d-9475-46d2-b0d1-846a3c18b37c ResourceInvariantUUID:4859bf54-b319-460f-ae9c-ab6267ae4d7a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:d2521671-daa4-4686-804e-775e436b4e11 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-09-05T03:05:54.820Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0239e219-5f0b-48b4-af61-f700e1cfed77 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-09-05T03:05:54.843Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T03:05:54.844Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:05:54.844Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:05:54.844Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bccb7641-89d4-4c32-a25c-5c0318e4caa0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-05T03:05:54.844Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:05:54.844Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:54.996Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:05:55.000Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bccb7641-89d4-4c32-a25c-5c0318e4caa0 52177 2021-09-05T03:05:55.000Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:55.000Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:55.000Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:05:55.000Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:05:55.002Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:05:55.003Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811155000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:05:55.103Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:05:55.103Z||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-09-05T03:05:55.103Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:05:55.112Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:05:55.112Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:05:56.003Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T03:05:56.004Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:05:56.005Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bccb7641-89d4-4c32-a25c-5c0318e4caa0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-05T03:05:56.005Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-09-05T03:05:56.005Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-05T03:05:56.005Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-05T03:05:56.084Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4058950487096817353/Definitions/service-BasicNetwork-template.yml 2021-09-05T03:05:56.469Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:56.470Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:05:56.471Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:05:56.472Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:0239e219-5f0b-48b4-af61-f700e1cfed77 Model Version:NULL Model InvariantUuid:7396c107-a882-45d7-80ab-ca986fe13ed7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:4859bf54-b319-460f-ae9c-ab6267ae4d7a Model UUID:17d25c90-119a-40e6-b998-81171c755499 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:1472335d-9475-46d2-b0d1-846a3c18b37c 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-09-05T03:05:56.478Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: d2521671-daa4-4686-804e-775e436b4e11 2021-09-05T03:05:56.478Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||No resources found for Service: 0239e219-5f0b-48b4-af61-f700e1cfed77 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-09-05T03:05:56.483Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500|| 2021-09-05T03:05:56.483Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-09-05T03:05:56.484Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 0239e219-5f0b-48b4-af61-f700e1cfed77 2021-09-05T03:05:56.484Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0239e219-5f0b-48b4-af61-f700e1cfed77 2021-09-05T03:05:56.484Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-09-05T03:05:56.484Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:56.488Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@255f3642, org.onap.sdc.toscaparser.api.parameters.Input@7ec1b0d2, org.onap.sdc.toscaparser.api.parameters.Input@908208e, org.onap.sdc.toscaparser.api.parameters.Input@3739d30d, org.onap.sdc.toscaparser.api.parameters.Input@6b080e8e] 2021-09-05T03:05:56.489Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:05:56.489Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:05:56.490Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:05:56.490Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:05:56.490Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0239e219-5f0b-48b4-af61-f700e1cfed77: Generic NeutronNet 2021-09-05T03:05:56.490Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:05:56.490Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:05:56.490Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:05:56.490Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:56.515Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:05:56.515Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:05:56.515Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:05:56.515Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:56.516Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:05:56.516Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:05:56.516Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:56.556Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-09-05T03:05:56.556Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:56.556Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:56.556Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:05:56.556Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:05:56.558Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:05:56.558Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811156556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:05:56.658Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:05:56.659Z||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-09-05T03:05:56.659Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:05:56.667Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:05:56.667Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:05:57.559Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2750ca62-26d8-4a69-8881-9ce5acea4746 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:05:57.569Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2750ca62-26d8-4a69-8881-9ce5acea4746 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:05:57.573Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:05:57.573Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-05T03:05:57.574Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-05T03:05:57.574Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-05T03:05:57.574Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:05:57.574Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:05:57.574Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:05:57.574Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:05:57.574Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:05:57.575Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:05:57.575Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:05:57.579Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-05T03:06:27.579Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2750ca62-26d8-4a69-8881-9ce5acea4746 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-09-05T03:06:27.584Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2750ca62-26d8-4a69-8881-9ce5acea4746 and serviceModelVersionId: 0239e219-5f0b-48b4-af61-f700e1cfed77 2021-09-05T03:06:27.584Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7396c107-a882-45d7-80ab-ca986fe13ed7 2021-09-05T03:06:27.584Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7396c107-a882-45d7-80ab-ca986fe13ed7/model-vers/model-ver/0239e219-5f0b-48b4-af61-f700e1cfed77?depth=0 2021-09-05T03:06:27.588Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-05T03:06:27.626Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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/7396c107-a882-45d7-80ab-ca986fe13ed7/model-vers/model-ver/0239e219-5f0b-48b4-af61-f700e1cfed77?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-09-05T03:06:27.627Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7396c107-a882-45d7-80ab-ca986fe13ed7/model-vers/model-ver/0239e219-5f0b-48b4-af61-f700e1cfed77?depth=0|INFO|500||Invoke 2021-09-05T03:06:27.648Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7396c107-a882-45d7-80ab-ca986fe13ed7/model-vers/model-ver/0239e219-5f0b-48b4-af61-f700e1cfed77?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-05T03:06:28.220Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7396c107-a882-45d7-80ab-ca986fe13ed7/model-vers/model-ver/0239e219-5f0b-48b4-af61-f700e1cfed77?depth=0|INFO|500||InvokeReturn 2021-09-05T03:06:28.221Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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/7396c107-a882-45d7-80ab-ca986fe13ed7/model-vers/model-ver/0239e219-5f0b-48b4-af61-f700e1cfed77?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210905-03:06:27:656-77262], vertex-id=[594088], Content-Length=[0], Date=[Sun, 05 Sep 2021 03:06:27 GMT], Content-Type=[application/json]} 2021-09-05T03:06:28.221Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-09-05T03:06:28.221Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-05T03:06:28.221Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:06:28.225Z|2750ca62-26d8-4a69-8881-9ce5acea4746|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-09-05T03:06:28.225Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2750ca62-26d8-4a69-8881-9ce5acea4746 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-05T03:06:28.226Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-05T03:06:28.226Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:06:28.228Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:06:28.228Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811188225, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T03:06:28.328Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:06:28.329Z||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-09-05T03:06:28.329Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:06:28.343Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:06:28.343Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 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-09-05T03:06:29.239Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-05T03:06:29.239Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"451e21b4-eaf7-4edc-b5c0-cf4281455e74","serviceName":"Demo_pNF_IAqRRadeRynLXO9Su7wd","serviceVersion":"1.0","serviceUUID":"617e9c20-787d-45b5-9007-13da3c53d62d","serviceDescription":"catalog service description","serviceInvariantUUID":"464b4058-ceb7-4773-bbdd-7c14095f25cb","resources":[{"resourceInstanceName":"pNF a0111a10-f751 0","resourceName":"pNF a0111a10-f751","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"87752086-fafe-4f2c-9d02-bf8abe1c808d","resourceInvariantUUID":"c8c2a23d-2619-47f0-ac1a-501f1132b6e1","resourceCustomizationUUID":"45c7dc95-71c9-43bc-86ab-44aedde230f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml","artifactChecksum":"OThhMWY1NTE4MTNjNjhkZTRhMjc2Mjc5ODlhOGVmNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0a3c8169-45b0-45d5-9759-dac1f421e8af","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar","artifactChecksum":"NDdiYTM3ZjMwOGUxMGUyMTcwYTdkMGM5OGNiNjEwNTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce12c89f-fb51-4668-a9d0-ca3a87b781a5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df9c788a-8fa7-4703-8177-02057c3ddac8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml","artifactChecksum":"ZGQ1MGI0Mjg5OWU1OGFjNWI3MDQ5YWNiMmNlOGQ1OGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"382fee52-3463-4fda-81f3-085d1e702f4c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e05d5771-a0e1-483d-bf79-c91da1943574","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"426ffecc-4e9d-4aa9-9af4-6e74f9141c9c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIaqrraderynlxo9su7wd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml","artifactChecksum":"ODcyNmM4NGE3ZGI1NGJkYmJlZjVmMWVlNjI1YmQ0NTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"113f87ea-e729-42de-80b0-a95b19d4b4e4","artifactVersion":"1"},{"artifactName":"service-DemoPnfIaqrraderynlxo9su7wd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar","artifactChecksum":"YzNmNDJkZjU2Yzk1NWQ5ZDYwYjMwZGVhYjI3N2JiZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d32b0955-2403-44a3-92f4-a8e3584a06c7","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-05T03:06:29.240Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:06:29.240Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:06:29.242Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:06:29.242Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:06:29.343Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:06:29.343Z||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-09-05T03:06:29.343Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:06:29.352Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:06:29.352Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:06:30.243Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:06:30.244Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:06:30.246Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:06:30.246Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:06:30.346Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:06:30.347Z||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-09-05T03:06:30.347Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:06:30.356Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:06:30.356Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:06:31.246Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:06:31.247Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:06:31.249Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:06:31.249Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:06:31.349Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:06:31.350Z||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-09-05T03:06:31.350Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:06:31.358Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:06:31.359Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:06:32.250Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:06:32.251Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:06:32.253Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:06:32.253Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:06:32.353Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:06:32.354Z||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-09-05T03:06:32.354Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:06:32.361Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:06:32.362Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:06:33.253Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:06:33.254Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:06:33.257Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:06:33.257Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:06:33.357Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:06:33.358Z||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-09-05T03:06:33.358Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:06:33.367Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:06:33.367Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:06:34.258Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:06:34.259Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:06:34.261Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:06:34.261Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:06:34.361Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:06:34.362Z||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-09-05T03:06:34.362Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:06:34.370Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:06:34.370Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:06:35.262Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:06:35.263Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:06:35.267Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:06:35.267Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:06:35.367Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:06:35.368Z||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-09-05T03:06:35.368Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:06:35.377Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:06:35.377Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:06:36.268Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:06:36.269Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:06:36.270Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:06:36.271Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:06:36.371Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:06:36.371Z||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-09-05T03:06:36.372Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:06:36.380Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:06:36.380Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-05T03:06:37.272Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "serviceName": "Demo_pNF_IAqRRadeRynLXO9Su7wd", "serviceVersion": "1.0", "serviceUUID": "617e9c20-787d-45b5-9007-13da3c53d62d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "464b4058-ceb7-4773-bbdd-7c14095f25cb", "resources": [ { "resourceInstanceName": "pNF a0111a10-f751 0", "resourceCustomizationUUID": "45c7dc95-71c9-43bc-86ab-44aedde230f8", "resourceName": "pNF a0111a10-f751", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "87752086-fafe-4f2c-9d02-bf8abe1c808d", "resourceInvariantUUID": "c8c2a23d-2619-47f0-ac1a-501f1132b6e1", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "artifactChecksum": "YzNmNDJkZjU2Yzk1NWQ5ZDYwYjMwZGVhYjI3N2JiZDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d32b0955-2403-44a3-92f4-a8e3584a06c7" } ], "workloadContext": "Production" } 2021-09-05T03:06:37.272Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-05T03:06:37.272Z|2750ca62-26d8-4a69-8881-9ce5acea4746|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 617e9c20-787d-45b5-9007-13da3c53d62d ASDC 2021-09-05T03:06:37.273Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:451e21b4-eaf7-4edc-b5c0-cf4281455e74 ServiceName:Demo_pNF_IAqRRadeRynLXO9Su7wd ServiceVersion:1.0 ServiceUUID:617e9c20-787d-45b5-9007-13da3c53d62d ServiceInvariantUUID:464b4058-ceb7-4773-bbdd-7c14095f25cb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfIaqrraderynlxo9su7wd-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar ArtifactUUID:d32b0955-2403-44a3-92f4-a8e3584a06c7 ArtifactChecksum:YzNmNDJkZjU2Yzk1NWQ5ZDYwYjMwZGVhYjI3N2JiZDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a0111a10-f751 0 ResourceCustomizationUUID:45c7dc95-71c9-43bc-86ab-44aedde230f8 ResourceInvariantUUID:c8c2a23d-2619-47f0-ac1a-501f1132b6e1 ResourceName:pNF a0111a10-f751 ResourceType:PNF ResourceUUID:87752086-fafe-4f2c-9d02-bf8abe1c808d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-05T03:06:37.274Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 617e9c20-787d-45b5-9007-13da3c53d62d 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-09-05T03:06:37.297Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T03:06:37.298Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:06:37.298Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:06:37.298Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d32b0955-2403-44a3-92f4-a8e3584a06c7 from URL: /sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:37.298Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:06:37.298Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:37.449Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:06:37.454Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar d32b0955-2403-44a3-92f4-a8e3584a06c7 82539 2021-09-05T03:06:37.454Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar ASDC sendASDCNotification 2021-09-05T03:06:37.454Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:37.454Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:06:37.455Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:06:37.456Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:06:37.456Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811197454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:06:37.557Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:06:37.557Z||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-09-05T03:06:37.557Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:06:37.566Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:06:37.566Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:06:38.457Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T03:06:38.458Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:06:38.458Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d32b0955-2403-44a3-92f4-a8e3584a06c7, URL: /sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar to file: /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:38.459Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:38.459Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:38.459Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:38.554Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9847371904799328274/Definitions/service-DemoPnfIaqrraderynlxo9su7wd-template.yml 2021-09-05T03:06:39.167Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a0111a10-f751 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-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|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-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:06:39.168Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Node template pNF a0111a10-f751 0 is matching search criteria 2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a0111a10-f751 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Node template pNF a0111a10-f751 0 is matching search criteria 2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a0111a10-f751 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:06:39.169Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:06:39.170Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:06:39.170Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:06:39.170Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:06:39.170Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:06:39.170Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_IAqRRadeRynLXO9Su7wd Description:catalog service description Model UUID:617e9c20-787d-45b5-9007-13da3c53d62d Model Version:NULL Model InvariantUuid:464b4058-ceb7-4773-bbdd-7c14095f25cb 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-09-05T03:06:39.174Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 87752086-fafe-4f2c-9d02-bf8abe1c808d 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-09-05T03:06:39.176Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||pNF a0111a10-f751 0 2021-09-05T03:06:39.176Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 87752086-fafe-4f2c-9d02-bf8abe1c808d 2021-09-05T03:06:39.176Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 617e9c20-787d-45b5-9007-13da3c53d62d 2021-09-05T03:06:39.177Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 617e9c20-787d-45b5-9007-13da3c53d62d 2021-09-05T03:06:39.177Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a0111a10-f751 0 87752086-fafe-4f2c-9d02-bf8abe1c808d 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-09-05T03:06:39.181Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@686c3439, org.onap.sdc.toscaparser.api.parameters.Input@51d5a368, org.onap.sdc.toscaparser.api.parameters.Input@1ba01268, org.onap.sdc.toscaparser.api.parameters.Input@1a223095, org.onap.sdc.toscaparser.api.parameters.Input@13e60214] 2021-09-05T03:06:39.181Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:06:39.181Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:06:39.181Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 617e9c20-787d-45b5-9007-13da3c53d62d: pNF a0111a10-f751 2021-09-05T03:06:39.181Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||Processing PNF resource: 87752086-fafe-4f2c-9d02-bf8abe1c808d 2021-09-05T03:06:39.182Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:06:39.182Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_IAqRRadeRynLXO9Su7wd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:06:39.182Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||Resource customization UUID: 45c7dc95-71c9-43bc-86ab-44aedde230f8 is the same as notified resource customizationUUID: 45c7dc95-71c9-43bc-86ab-44aedde230f8 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-09-05T03:06:39.215Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a0111a10-f751 87752086-fafe-4f2c-9d02-bf8abe1c808d 0 ASDC deployResourceStructure 2021-09-05T03:06:39.216Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar ASDC sendASDCNotification 2021-09-05T03:06:39.216Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar 2021-09-05T03:06:39.216Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:06:39.216Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:06:39.218Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:06:39.218Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811199216, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:06:39.319Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:06:39.320Z||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-09-05T03:06:39.320Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:06:39.328Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:06:39.329Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:06:40.219Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 451e21b4-eaf7-4edc-b5c0-cf4281455e74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:06:40.229Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 451e21b4-eaf7-4edc-b5c0-cf4281455e74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:06:40.231Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:06:40.231Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T03:06:40.231Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T03:06:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:06:52.184Z||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-09-05T03:06:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:06:52.301Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:06:52.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:06:52.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:06:52.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:10.231Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 451e21b4-eaf7-4edc-b5c0-cf4281455e74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:07:10.241Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 451e21b4-eaf7-4edc-b5c0-cf4281455e74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:07:10.245Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:07:10.245Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T03:07:10.245Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T03:07:40.245Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 451e21b4-eaf7-4edc-b5c0-cf4281455e74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:07:40.253Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 451e21b4-eaf7-4edc-b5c0-cf4281455e74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:07:40.255Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:07:40.255Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T03:07:40.256Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T03:07:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:07:52.186Z||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-09-05T03:07:52.186Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:07:52.712Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:07:52.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "aai-ml", "timestamp": 1630811152901, "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-09-05T03:07:52.723Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 451e21b4-eaf7-4edc-b5c0-cf4281455e74 2021-09-05T03:07:52.723Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 451e21b4-eaf7-4edc-b5c0-cf4281455e74 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-09-05T03:07:52.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:07:52.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811155000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:07:52.733Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:07:52.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811156556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:07:52.733Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:07:52.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "clamp", "timestamp": 1630811156139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:07:52.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "clamp", "timestamp": 1630811156139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:07:52.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "clamp", "timestamp": 1630811156139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:07:52.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "clamp", "timestamp": 1630811156139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:07:52.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "clamp", "timestamp": 1630811156139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:07:52.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "clamp", "timestamp": 1630811156139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:07:52.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "clamp", "timestamp": 1630811156139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:07:52.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "clamp", "timestamp": 1630811156139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:07:52.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "clamp", "timestamp": 1630811170100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:07:52.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:07:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "clamp", "timestamp": 1630811172109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:07:52.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:07:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "clamp", "timestamp": 1630811173111, "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-09-05T03:07:52.740Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 451e21b4-eaf7-4edc-b5c0-cf4281455e74 2021-09-05T03:07:52.740Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 451e21b4-eaf7-4edc-b5c0-cf4281455e74 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-09-05T03:07:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2750ca62-26d8-4a69-8881-9ce5acea4746", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811188225, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/resourceInstances/pnfa0111a10f7510/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811152181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811197454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811199216, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIaqrraderynlxo9su7wd/1.0/artifacts/service-DemoPnfIaqrraderynlxo9su7wd-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:07:52.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:08:10.256Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 451e21b4-eaf7-4edc-b5c0-cf4281455e74 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:08:10.264Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 451e21b4-eaf7-4edc-b5c0-cf4281455e74 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:08:10.267Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:08:10.267Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-05T03:08:10.268Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-05T03:08:10.268Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-05T03:08:10.268Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:08:10.268Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:08:10.268Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:08:10.268Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:08:10.268Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:08:10.268Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:08:10.268Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:08:10.268Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|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-09-05T03:08:10.272Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-05T03:08:40.272Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 451e21b4-eaf7-4edc-b5c0-cf4281455e74 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-09-05T03:08:40.278Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 451e21b4-eaf7-4edc-b5c0-cf4281455e74 and serviceModelVersionId: 617e9c20-787d-45b5-9007-13da3c53d62d 2021-09-05T03:08:40.278Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 464b4058-ceb7-4773-bbdd-7c14095f25cb 2021-09-05T03:08:40.279Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/464b4058-ceb7-4773-bbdd-7c14095f25cb/model-vers/model-ver/617e9c20-787d-45b5-9007-13da3c53d62d?depth=0 2021-09-05T03:08:40.286Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-05T03:08:40.347Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|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/464b4058-ceb7-4773-bbdd-7c14095f25cb/model-vers/model-ver/617e9c20-787d-45b5-9007-13da3c53d62d?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-09-05T03:08:40.348Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/464b4058-ceb7-4773-bbdd-7c14095f25cb/model-vers/model-ver/617e9c20-787d-45b5-9007-13da3c53d62d?depth=0|INFO|500||Invoke 2021-09-05T03:08:40.369Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/464b4058-ceb7-4773-bbdd-7c14095f25cb/model-vers/model-ver/617e9c20-787d-45b5-9007-13da3c53d62d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-05T03:08:41.289Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/464b4058-ceb7-4773-bbdd-7c14095f25cb/model-vers/model-ver/617e9c20-787d-45b5-9007-13da3c53d62d?depth=0|INFO|500||InvokeReturn 2021-09-05T03:08:41.290Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|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/464b4058-ceb7-4773-bbdd-7c14095f25cb/model-vers/model-ver/617e9c20-787d-45b5-9007-13da3c53d62d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210905-03:08:40:376-47418], vertex-id=[602280], Content-Length=[0], Date=[Sun, 05 Sep 2021 03:08:40 GMT], Content-Type=[application/json]} 2021-09-05T03:08:41.290Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-09-05T03:08:41.290Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-05T03:08:41.290Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|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-09-05T03:08:41.295Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|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-09-05T03:08:41.295Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 451e21b4-eaf7-4edc-b5c0-cf4281455e74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-05T03:08:41.296Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-05T03:08:41.296Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:08:41.298Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:08:41.298Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811321295, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T03:08:41.398Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:08:41.399Z||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-09-05T03:08:41.399Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:08:41.416Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:08:41.417Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 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-09-05T03:08:42.309Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:08:42.309Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|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-09-05T03:08:42.310Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:08:47.343Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:08:47.344Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-05T03:08:47.344Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbdc101a-4f6b-4c41-95d2-ef54dd089c25","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"2f8cdac2-5a9f-4701-850c-7caff6394a81","serviceDescription":"service","serviceInvariantUUID":"787cdc9f-5891-4ba1-a136-ee98532a0c7e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c5def569-0c5d-425e-b9ae-b4ca30c38011","resourceInvariantUUID":"95e473bb-0d3c-4fae-a465-e29ff3891b8e","resourceCustomizationUUID":"14936994-dec0-42fd-96f0-1081232890f8","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":"NmI0NjRhMjM2MjQ3NDY5NDcyZmUyYzY0M2QwMzI1OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"24f17b76-62ca-4ba4-8065-3601d880dabf","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":"NTgwMjkxMTM0ODc2MzBkMjliMDVhNzcwNDA3NDg5YmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"894b8953-c5ce-46a7-a526-2991ac1dbf8f","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":"9b447611-1161-43f7-98c1-c5ec740e40c8","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":"5ac45f51-d0bf-43cd-9425-29a86ece8540","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":"4e692539-2f15-4b3f-a51a-653454052bd7","artifactVersion":"2","generatedFromUUID":"9b447611-1161-43f7-98c1-c5ec740e40c8"},{"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":"YzU1YzFlZThmYWI0ZjI0NDBlYWY2MTliOTliNTIxOGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f6bf17b8-7ed9-491f-bcc5-476e3a62aaeb","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":"NTBjNWU4N2M3ODcyZWZhYjlmOWZlNmI3MGU5ZDdiZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9a3a29d8-e902-47f2-8651-a946b151c9ec","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjRlNjQ2Y2QwMzdmZWY4YzViMDYzZTQzM2Q2NzExNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45ecaefb-9853-4a7b-8c79-d9b38560a56b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-05T03:08:47.347Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:08:47.347Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:08:47.349Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:08:47.350Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:47.450Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:08:47.451Z||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-09-05T03:08:47.451Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:08:47.460Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:08:47.461Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:08:48.350Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:08:48.351Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:08:48.353Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:08:48.354Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:08:48.454Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:08:48.454Z||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-09-05T03:08:48.455Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:08:48.461Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:08:48.462Z||pool-52-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:08:49.355Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:08:49.356Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:08:49.358Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:08:49.358Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-05T03:08:49.459Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:08:49.459Z||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-09-05T03:08:49.460Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:08:49.467Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:08:49.467Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:08:50.359Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:08:50.360Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:08:50.362Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:08:50.363Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:50.463Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:08:50.463Z||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-09-05T03:08:50.464Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:08:50.473Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:08:50.473Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:08:51.363Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:08:51.365Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:08:51.367Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:08:51.367Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-05T03:08:51.467Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-05T03:08:51.468Z||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-09-05T03:08:51.468Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:08:51.476Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:08:51.477Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:08:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:08:52.184Z||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-09-05T03:08:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:08:52.368Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:08:52.369Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:08:52.371Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:08:52.372Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.383Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:08:52.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "451e21b4-eaf7-4edc-b5c0-cf4281455e74", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811321295, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T03:08:52.385Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:08:52.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "cds", "timestamp": 1630811319249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "ves-openapi-manager", "timestamp": 1630811320432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "policy-id", "timestamp": 1630811317932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "aai-ml", "timestamp": 1630811318328, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "dcae-sch", "timestamp": 1630811327691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "cds", "timestamp": 1630811319249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:08:52.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "ves-openapi-manager", "timestamp": 1630811320432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "policy-id", "timestamp": 1630811317932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "aai-ml", "timestamp": 1630811318328, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "dcae-sch", "timestamp": 1630811327691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "cds", "timestamp": 1630811319249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-05T03:08:52.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "ves-openapi-manager", "timestamp": 1630811320432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "policy-id", "timestamp": 1630811317932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-05T03:08:52.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "aai-ml", "timestamp": 1630811318328, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "dcae-sch", "timestamp": 1630811327691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "cds", "timestamp": 1630811319249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "ves-openapi-manager", "timestamp": 1630811320432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "policy-id", "timestamp": 1630811317932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "aai-ml", "timestamp": 1630811318328, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "dcae-sch", "timestamp": 1630811327691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "cds", "timestamp": 1630811319249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-05T03:08:52.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "ves-openapi-manager", "timestamp": 1630811320432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "policy-id", "timestamp": 1630811317932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "aai-ml", "timestamp": 1630811318328, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:52.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:08:52.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:08:52.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:08:52.472Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:08:52.473Z||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-09-05T03:08:52.473Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:08:52.482Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:08:52.482Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:08:53.372Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:08:53.373Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:08:53.375Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:08:53.375Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:08:53.475Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:08:53.476Z||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-09-05T03:08:53.476Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:08:53.484Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:08:53.485Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:08:54.376Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:08:54.377Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:08:54.379Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:08:54.379Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:08:54.479Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:08:54.480Z||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-09-05T03:08:54.480Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:08:54.490Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:08:54.490Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:08:55.380Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "2f8cdac2-5a9f-4701-850c-7caff6394a81", "serviceDescription": "service", "serviceInvariantUUID": "787cdc9f-5891-4ba1-a136-ee98532a0c7e", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "14936994-dec0-42fd-96f0-1081232890f8", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c5def569-0c5d-425e-b9ae-b4ca30c38011", "resourceInvariantUUID": "95e473bb-0d3c-4fae-a465-e29ff3891b8e", "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": "NTgwMjkxMTM0ODc2MzBkMjliMDVhNzcwNDA3NDg5YmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "894b8953-c5ce-46a7-a526-2991ac1dbf8f", "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": "9b447611-1161-43f7-98c1-c5ec740e40c8", "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": "4e692539-2f15-4b3f-a51a-653454052bd7", "generatedFromUUID": "9b447611-1161-43f7-98c1-c5ec740e40c8" }, "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": "4e692539-2f15-4b3f-a51a-653454052bd7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YjRlNjQ2Y2QwMzdmZWY4YzViMDYzZTQzM2Q2NzExNWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45ecaefb-9853-4a7b-8c79-d9b38560a56b" } ], "workloadContext": "Production" } 2021-09-05T03:08:55.380Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-05T03:08:55.381Z|451e21b4-eaf7-4edc-b5c0-cf4281455e74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2f8cdac2-5a9f-4701-850c-7caff6394a81 ASDC 2021-09-05T03:08:55.381Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:bbdc101a-4f6b-4c41-95d2-ef54dd089c25 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:2f8cdac2-5a9f-4701-850c-7caff6394a81 ServiceInvariantUUID:787cdc9f-5891-4ba1-a136-ee98532a0c7e 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:45ecaefb-9853-4a7b-8c79-d9b38560a56b ArtifactChecksum:YjRlNjQ2Y2QwMzdmZWY4YzViMDYzZTQzM2Q2NzExNWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:14936994-dec0-42fd-96f0-1081232890f8 ResourceInvariantUUID:95e473bb-0d3c-4fae-a465-e29ff3891b8e ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:c5def569-0c5d-425e-b9ae-b4ca30c38011 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:894b8953-c5ce-46a7-a526-2991ac1dbf8f ArtifactChecksum:NTgwMjkxMTM0ODc2MzBkMjliMDVhNzcwNDA3NDg5YmE= 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:9b447611-1161-43f7-98c1-c5ec740e40c8 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:4e692539-2f15-4b3f-a51a-653454052bd7 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:4e692539-2f15-4b3f-a51a-653454052bd7 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-05T03:08:55.381Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f8cdac2-5a9f-4701-850c-7caff6394a81 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-09-05T03:08:55.405Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T03:08:55.406Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:08:55.406Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:08:55.407Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 45ecaefb-9853-4a7b-8c79-d9b38560a56b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-05T03:08:55.407Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:08:55.407Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-05T03:08:55.601Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:08:55.605Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 45ecaefb-9853-4a7b-8c79-d9b38560a56b 78594 2021-09-05T03:08:55.605Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-05T03:08:55.605Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-05T03:08:55.605Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:08:55.605Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:08:55.607Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:08:55.607Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811335605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:08:55.707Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:08:55.708Z||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-09-05T03:08:55.708Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:08:55.718Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:08:55.718Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:08:56.607Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T03:08:56.608Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:08:56.609Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 45ecaefb-9853-4a7b-8c79-d9b38560a56b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-05T03:08:56.609Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-09-05T03:08:56.609Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-05T03:08:56.609Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-05T03:08:56.701Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14010655413619688158/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-09-05T03:08:57.777Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-05T03:08:57.778Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-05T03:08:57.778Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-05T03:08:57.778Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-05T03:08:57.779Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-05T03:08:57.779Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-05T03:08:57.779Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-05T03:08:57.779Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-05T03:08:57.779Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-05T03:08:57.779Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-05T03:08:57.779Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_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-09-05T03:08:57.779Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-05T03:08:57.779Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-05T03:08:57.779Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-05T03:08:57.779Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:08:57.780Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:08:57.780Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-05T03:08:57.780Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-05T03:08:57.780Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T03:08:57.780Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:08:57.780Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:08:57.780Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-05T03:08:57.780Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-05T03:08:57.781Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T03:08:57.781Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:08:57.781Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:08:57.781Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:08:57.781Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-05T03:08:57.781Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-09-05T03:08:57.781Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-09-05T03:08:57.781Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-09-05T03:08:57.781Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-05T03:08:57.781Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-05T03:08:57.782Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:08:57.782Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-05T03:08:57.782Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:08:57.782Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-05T03:08:57.782Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:08:57.782Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:08:57.782Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-05T03:08:57.783Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:08:57.783Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:08:57.783Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-05T03:08:57.783Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:08:57.783Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:08:57.783Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-05T03:08:57.783Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-09-05T03:08:57.783Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-09-05T03:08:57.783Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e909a2ef-caa8-4059-a61d-4d3f5d125c12 2021-09-05T03:08:57.783Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:08:57.784Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:08:57.784Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:08:57.784Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:08:57.784Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:08:57.784Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:08:57.784Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:08:57.784Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:08:57.784Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:2f8cdac2-5a9f-4701-850c-7caff6394a81 Model Version:NULL Model InvariantUuid:787cdc9f-5891-4ba1-a136-ee98532a0c7e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:041fb02c-6ebf-493d-b0a5-33b9bc7d9a22 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:95e473bb-0d3c-4fae-a465-e29ff3891b8e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:14936994-dec0-42fd-96f0-1081232890f8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:70d11de2-5d4d-4d23-ba9f-c9684e4e0298 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:4c2b6303-e7b9-4947-b105-1f9bfb333211 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e909a2ef-caa8-4059-a61d-4d3f5d125c12 ModelInvariantUuid:863064be-f5c3-4fe4-9278-9d112013daa0 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:115590de-b1b4-484c-a65a-c6945c22c0f9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:b18e8d80-67bb-4261-bdfd-8a912f6c8f47 ModelInvariantUuid:e0eaac10-152e-44c9-b803-2bd1be02b3b4 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:03665c6f-3cd9-46fb-ae8d-67af136c9f20 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-09-05T03:08:57.790Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: c5def569-0c5d-425e-b9ae-b4ca30c38011 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-09-05T03:08:57.792Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2021-09-05T03:08:57.792Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c5def569-0c5d-425e-b9ae-b4ca30c38011 2021-09-05T03:08:57.793Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 894b8953-c5ce-46a7-a526-2991ac1dbf8f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-05T03:08:57.793Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:08:57.793Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-05T03:08:58.003Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:08:58.004Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 894b8953-c5ce-46a7-a526-2991ac1dbf8f 792 2021-09-05T03:08:58.004Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-05T03:08:58.004Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-05T03:08:58.005Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:08:58.005Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:08:58.007Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:08:58.007Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811338004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T03:08:58.107Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:08:58.108Z||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-09-05T03:08:58.108Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:08:58.119Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:08:58.119Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:08:59.008Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "70d11de2-5d4d-4d23-ba9f-c9684e4e0298", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4c2b6303-e7b9-4947-b105-1f9bfb333211", "vfModuleModelCustomizationUUID": "54347cb9-568c-4113-b7df-75cfee54d859", "isBase": true, "artifacts": [ "9b447611-1161-43f7-98c1-c5ec740e40c8", "4e692539-2f15-4b3f-a51a-653454052bd7" ], "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-09-05T03:08:59.011Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4c2b6303-e7b9-4947-b105-1f9bfb333211 VfModuleModelInvariantUUID:70d11de2-5d4d-4d23-ba9f-c9684e4e0298 VfModuleModelDescription:NULL Artifacts UUID List:{ 9b447611-1161-43f7-98c1-c5ec740e40c8 , 4e692539-2f15-4b3f-a51a-653454052bd7 } 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-09-05T03:08:59.013Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "70d11de2-5d4d-4d23-ba9f-c9684e4e0298", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4c2b6303-e7b9-4947-b105-1f9bfb333211", "vfModuleModelCustomizationUUID": "54347cb9-568c-4113-b7df-75cfee54d859", "isBase": true, "artifacts": [ "9b447611-1161-43f7-98c1-c5ec740e40c8", "4e692539-2f15-4b3f-a51a-653454052bd7" ], "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-09-05T03:08:59.013Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4c2b6303-e7b9-4947-b105-1f9bfb333211 VfModuleModelInvariantUUID:70d11de2-5d4d-4d23-ba9f-c9684e4e0298 VfModuleModelDescription:NULL Artifacts UUID List:{ 9b447611-1161-43f7-98c1-c5ec740e40c8 , 4e692539-2f15-4b3f-a51a-653454052bd7 } 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-09-05T03:08:59.013Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9b447611-1161-43f7-98c1-c5ec740e40c8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-05T03:08:59.014Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:08:59.014Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-05T03:08:59.606Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:08:59.607Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 9b447611-1161-43f7-98c1-c5ec740e40c8 5033 2021-09-05T03:08:59.607Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-05T03:08:59.608Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-05T03:08:59.608Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:08:59.608Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:08:59.610Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:08:59.610Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811339607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T03:08:59.710Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:08:59.711Z||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-09-05T03:08:59.711Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:08:59.720Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:08:59.720Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:09:00.611Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4e692539-2f15-4b3f-a51a-653454052bd7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-05T03:09:00.612Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:09:00.612Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-05T03:09:03.282Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:09:03.282Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 4e692539-2f15-4b3f-a51a-653454052bd7 903 2021-09-05T03:09:03.283Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-05T03:09:03.283Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-05T03:09:03.283Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:09:03.283Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:09:03.286Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:09:03.286Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811343283, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-05T03:09:03.386Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:09:03.387Z||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-09-05T03:09:03.388Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:09:03.397Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:09:03.397Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:09:04.287Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2f8cdac2-5a9f-4701-850c-7caff6394a81 2021-09-05T03:09:04.288Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c5def569-0c5d-425e-b9ae-b4ca30c38011 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-09-05T03:09:04.302Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c27a91d, org.onap.sdc.toscaparser.api.parameters.Input@101ea7fa, org.onap.sdc.toscaparser.api.parameters.Input@6f1c4481, org.onap.sdc.toscaparser.api.parameters.Input@366b06ab, org.onap.sdc.toscaparser.api.parameters.Input@77453e3a] 2021-09-05T03:09:04.303Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:09:04.303Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:09:04.303Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-09-05T03:09:04.303Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 14936994-dec0-42fd-96f0-1081232890f8 2021-09-05T03:09:04.303Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 14936994-dec0-42fd-96f0-1081232890f8 matches Tosca VF Customization UUID: 14936994-dec0-42fd-96f0-1081232890f8 2021-09-05T03:09:04.303Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 14936994-dec0-42fd-96f0-1081232890f8 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-09-05T03:09:04.305Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:09:04.305Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:09:04.306Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 14936994-dec0-42fd-96f0-1081232890f8: {\"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-09-05T03:09:04.306Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@718403c1 2021-09-05T03:09:04.306Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:09:04.306Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-05T03:09:04.306Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54347cb9-568c-4113-b7df-75cfee54d859 2021-09-05T03:09:04.306Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54347cb9-568c-4113-b7df-75cfee54d859 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-09-05T03:09:04.308Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:09:04.309Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-05T03:09:04.309Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:09:04.309Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:09:04.309Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-05T03:09:04.309Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:09:04.310Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:09:04.310Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-05T03:09:04.310Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-09-05T03:09:04.310Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-09-05T03:09:04.310Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e909a2ef-caa8-4059-a61d-4d3f5d125c12 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-09-05T03:09:04.312Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:09:04.312Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-05T03:09:04.313Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:09:04.313Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:09:04.313Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-05T03:09:04.313Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=14936994-dec0-42fd-96f0-1081232890f8 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-09-05T03:09:04.315Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:09:04.315Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:09:04.315Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2f8cdac2-5a9f-4701-850c-7caff6394a81: basic_vm_macro 2021-09-05T03:09:04.315Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:09:04.315Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:09:04.315Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:09:04.316Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:09:04.316Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:09:04.316Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:09:04.316Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:09:04.316Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:09:04.316Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:09:04.317Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:09:04.317Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||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-09-05T03:09:04.376Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c5def569-0c5d-425e-b9ae-b4ca30c38011 1 ASDC deployResourceStructure 2021-09-05T03:09:04.376Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-05T03:09:04.377Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-05T03:09:04.377Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:09:04.377Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:09:04.379Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:09:04.379Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811344376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T03:09:04.480Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-05T03:09:04.481Z||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-09-05T03:09:04.481Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:09:04.494Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:09:04.494Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:09:05.380Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-05T03:09:05.381Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-05T03:09:05.381Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:09:05.381Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:09:05.384Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:09:05.384Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811345380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-05T03:09:05.484Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:09:05.485Z||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-09-05T03:09:05.485Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:09:05.494Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:09:05.495Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:09:06.385Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-05T03:09:06.385Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-05T03:09:06.386Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:09:06.386Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:09:06.388Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:09:06.388Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811346385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-05T03:09:06.488Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:09:06.489Z||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-09-05T03:09:06.489Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:09:06.498Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:09:06.499Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:09:07.389Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-05T03:09:07.390Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-05T03:09:07.390Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:09:07.390Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:09:07.392Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:09:07.392Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811347389, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:09:07.492Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:09:07.493Z||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-09-05T03:09:07.493Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:09:07.501Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:09:07.501Z||pool-66-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:09:08.392Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:09:08.401Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:09:08.402Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:09:08.403Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T03:09:08.403Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T03:09:38.403Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:09:38.413Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:09:38.415Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:09:38.416Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T03:09:38.416Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T03:09:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:09:52.184Z||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-09-05T03:09:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:09:52.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:09:52.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:09:52.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "dcae-sch", "timestamp": 1630811327691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:09:52.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:10:08.416Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:10:08.425Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:10:08.427Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:10:08.427Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T03:10:08.427Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T03:10:38.428Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:10:38.437Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:10:38.439Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:10:38.439Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T03:10:38.439Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T03:10:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:10:52.184Z||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-09-05T03:10:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:10:52.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:10:52.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:10:52.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "cds", "timestamp": 1630811319249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:10:52.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:08.439Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:11:08.450Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:11:08.452Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:11:08.453Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T03:11:08.453Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T03:11:38.453Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:11:38.463Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:11:38.465Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:11:38.465Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T03:11:38.465Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T03:11:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:11:52.184Z||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-09-05T03:11:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:11:52.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:11:52.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "ves-openapi-manager", "timestamp": 1630811320432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "policy-id", "timestamp": 1630811317932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "aai-ml", "timestamp": 1630811318328, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-05T03:11:52.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "dcae-sch", "timestamp": 1630811327691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "cds", "timestamp": 1630811319249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "ves-openapi-manager", "timestamp": 1630811320432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "policy-id", "timestamp": 1630811317932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "aai-ml", "timestamp": 1630811318328, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "dcae-sch", "timestamp": 1630811327691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "cds", "timestamp": 1630811319249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811322309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "ves-openapi-manager", "timestamp": 1630811320432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "policy-id", "timestamp": 1630811317932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "aai-ml", "timestamp": 1630811318328, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "dcae-sch", "timestamp": 1630811327691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "cds", "timestamp": 1630811335569, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811335605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "policy-id", "timestamp": 1630811335586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "aai-ml", "timestamp": 1630811335627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "policy-id", "timestamp": 1630811336590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "policy-id", "timestamp": 1630811337592, "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-09-05T03:11:52.229Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbdc101a-4f6b-4c41-95d2-ef54dd089c25 2021-09-05T03:11:52.229Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbdc101a-4f6b-4c41-95d2-ef54dd089c25 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-09-05T03:11:52.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:11:52.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "cds", "timestamp": 1630811337665, "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-09-05T03:11:52.240Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbdc101a-4f6b-4c41-95d2-ef54dd089c25 2021-09-05T03:11:52.241Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbdc101a-4f6b-4c41-95d2-ef54dd089c25 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-09-05T03:11:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:11:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811338004, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "policy-id", "timestamp": 1630811338594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "cds", "timestamp": 1630811338667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "multicloud-k8s-id", "timestamp": 1630811339302, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811339607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "policy-id", "timestamp": 1630811338594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "cds", "timestamp": 1630811338667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "ves-openapi-manager", "timestamp": 1630811340432, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "policy-id", "timestamp": 1630811338594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "cds", "timestamp": 1630811338667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "ves-openapi-manager", "timestamp": 1630811340432, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "policy-id", "timestamp": 1630811338594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-05T03:11:52.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "cds", "timestamp": 1630811338667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "ves-openapi-manager", "timestamp": 1630811340432, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "policy-id", "timestamp": 1630811338594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "multicloud-k8s-id", "timestamp": 1630811343283, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811343283, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "cds", "timestamp": 1630811338667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "ves-openapi-manager", "timestamp": 1630811340432, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "policy-id", "timestamp": 1630811338594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "cds", "timestamp": 1630811338667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811344376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "ves-openapi-manager", "timestamp": 1630811340432, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "policy-id", "timestamp": 1630811338594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "cds", "timestamp": 1630811338667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811345380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "aai-ml", "timestamp": 1630811345921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "ves-openapi-manager", "timestamp": 1630811340432, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "policy-id", "timestamp": 1630811338594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:11:52.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "cds", "timestamp": 1630811338667, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:11:52.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811346385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "multicloud-k8s-id", "timestamp": 1630811346919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "aai-ml", "timestamp": 1630811346925, "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-09-05T03:11:52.260Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbdc101a-4f6b-4c41-95d2-ef54dd089c25 2021-09-05T03:11:52.261Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbdc101a-4f6b-4c41-95d2-ef54dd089c25 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-09-05T03:11:52.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "ves-openapi-manager", "timestamp": 1630811340432, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811347389, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.267Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "multicloud-k8s-id", "timestamp": 1630811347940, "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-09-05T03:11:52.270Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbdc101a-4f6b-4c41-95d2-ef54dd089c25 2021-09-05T03:11:52.271Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbdc101a-4f6b-4c41-95d2-ef54dd089c25 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-09-05T03:11:52.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "ves-openapi-manager", "timestamp": 1630811340432, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "dcae-sch", "timestamp": 1630811347691, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-09-05T03:11:52.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "cds", "timestamp": 1630811348946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "multicloud-k8s-id", "timestamp": 1630811348944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "aai-ml", "timestamp": 1630811348328, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "policy-id", "timestamp": 1630811348960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "dcae-sch", "timestamp": 1630811347691, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "cds", "timestamp": 1630811349950, "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-09-05T03:11:52.287Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29cc3a64-ef2f-45d7-84e4-357bb5c9854a 2021-09-05T03:11:52.287Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29cc3a64-ef2f-45d7-84e4-357bb5c9854a 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-09-05T03:11:52.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "aai-ml", "timestamp": 1630811348328, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "policy-id", "timestamp": 1630811349963, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "clamp", "timestamp": 1630811350130, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "dcae-sch", "timestamp": 1630811347691, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:11:52.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "aai-ml", "timestamp": 1630811348328, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "policy-id", "timestamp": 1630811350966, "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-09-05T03:11:52.300Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29cc3a64-ef2f-45d7-84e4-357bb5c9854a 2021-09-05T03:11:52.301Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29cc3a64-ef2f-45d7-84e4-357bb5c9854a 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-09-05T03:11:52.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "dcae-sch", "timestamp": 1630811347691, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811351411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "aai-ml", "timestamp": 1630811348328, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "clamp", "timestamp": 1630811352134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "dcae-sch", "timestamp": 1630811347691, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-05T03:11:52.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "aai-ml", "timestamp": 1630811348328, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "clamp", "timestamp": 1630811353137, "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-09-05T03:11:52.313Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bbdc101a-4f6b-4c41-95d2-ef54dd089c25 2021-09-05T03:11:52.313Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbdc101a-4f6b-4c41-95d2-ef54dd089c25 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-09-05T03:11:52.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "dcae-sch", "timestamp": 1630811347691, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811353410, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.319Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "aai-ml", "timestamp": 1630811348328, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "dcae-sch", "timestamp": 1630811347691, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811354413, "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-09-05T03:11:52.324Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbdc101a-4f6b-4c41-95d2-ef54dd089c25 2021-09-05T03:11:52.324Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbdc101a-4f6b-4c41-95d2-ef54dd089c25 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-09-05T03:11:52.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-05T03:11:52.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "aai-ml", "timestamp": 1630811348328, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "dcae-sch", "timestamp": 1630811347691, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "aai-ml", "timestamp": 1630811348328, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:11:52.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:11:52.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "multicloud-k8s-id", "timestamp": 1630811329998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "dcae-sch", "timestamp": 1630811357025, "artifactURL": "/sdc/v1/catalog/services/8fb5bb39-369b-4b69-b95f-ae9b17ee5602/resourceInstances/basicclamp0/artifacts/a4836d41-3895-4ef0-9785-cbbbe7d62714", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "aai-ml", "timestamp": 1630811357126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "dcae-sch", "timestamp": 1630811358264, "artifactURL": "/sdc/v1/catalog/services/8fb5bb39-369b-4b69-b95f-ae9b17ee5602/resourceInstances/basicclamp0/artifacts/a4836d41-3895-4ef0-9785-cbbbe7d62714", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "multicloud-k8s-id", "timestamp": 1630811358391, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.335Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "dcae-sch", "timestamp": 1630811359267, "artifactURL": "/sdc/v1/catalog/services/8fb5bb39-369b-4b69-b95f-ae9b17ee5602/resourceInstances/basicclamp0/artifacts/a4836d41-3895-4ef0-9785-cbbbe7d62714", "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-09-05T03:11:52.338Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 29cc3a64-ef2f-45d7-84e4-357bb5c9854a 2021-09-05T03:11:52.339Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29cc3a64-ef2f-45d7-84e4-357bb5c9854a 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-09-05T03:11:52.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "multicloud-k8s-id", "timestamp": 1630811359988, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.346Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "clamp", "timestamp": 1630811336139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:11:52.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:11:52.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811342598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:11:52.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:11:52.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "multicloud-k8s-id", "timestamp": 1630811364195, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "multicloud-k8s-id", "timestamp": 1630811365220, "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-09-05T03:11:52.353Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29cc3a64-ef2f-45d7-84e4-357bb5c9854a 2021-09-05T03:11:52.353Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29cc3a64-ef2f-45d7-84e4-357bb5c9854a 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-09-05T03:11:52.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "multicloud-k8s-id", "timestamp": 1630811366224, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811366892, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "aai-ml", "timestamp": 1630811368423, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811368833, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "clamp", "timestamp": 1630811369134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "aai-ml", "timestamp": 1630811369427, "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-09-05T03:11:52.364Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29cc3a64-ef2f-45d7-84e4-357bb5c9854a 2021-09-05T03:11:52.364Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29cc3a64-ef2f-45d7-84e4-357bb5c9854a 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-09-05T03:11:52.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811369835, "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-09-05T03:11:52.374Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29cc3a64-ef2f-45d7-84e4-357bb5c9854a 2021-09-05T03:11:52.374Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29cc3a64-ef2f-45d7-84e4-357bb5c9854a 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-09-05T03:11:52.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "clamp", "timestamp": 1630811370138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T03:11:52.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "clamp", "timestamp": 1630811374226, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.381Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "clamp", "timestamp": 1630811375229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T03:11:52.381Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:11:52.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:11:52.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "clamp", "timestamp": 1630811376233, "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-09-05T03:11:52.385Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29cc3a64-ef2f-45d7-84e4-357bb5c9854a 2021-09-05T03:11:52.385Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29cc3a64-ef2f-45d7-84e4-357bb5c9854a 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-09-05T03:12:08.466Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:12:08.477Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:12:08.480Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:12:08.480Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-05T03:12:08.480Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-05T03:12:08.480Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-05T03:12:08.480Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:12:08.480Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:12:08.480Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:12:08.480Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:12:08.480Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:12:08.480Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:12:08.480Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|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-09-05T03:12:08.484Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-05T03:12:38.484Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 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-09-05T03:12:38.488Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbdc101a-4f6b-4c41-95d2-ef54dd089c25 and serviceModelVersionId: 2f8cdac2-5a9f-4701-850c-7caff6394a81 2021-09-05T03:12:38.489Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 787cdc9f-5891-4ba1-a136-ee98532a0c7e 2021-09-05T03:12:38.490Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/787cdc9f-5891-4ba1-a136-ee98532a0c7e/model-vers/model-ver/2f8cdac2-5a9f-4701-850c-7caff6394a81?depth=0 2021-09-05T03:12:38.495Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-05T03:12:38.525Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|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/787cdc9f-5891-4ba1-a136-ee98532a0c7e/model-vers/model-ver/2f8cdac2-5a9f-4701-850c-7caff6394a81?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-09-05T03:12:38.526Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/787cdc9f-5891-4ba1-a136-ee98532a0c7e/model-vers/model-ver/2f8cdac2-5a9f-4701-850c-7caff6394a81?depth=0|INFO|500||Invoke 2021-09-05T03:12:38.541Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/787cdc9f-5891-4ba1-a136-ee98532a0c7e/model-vers/model-ver/2f8cdac2-5a9f-4701-850c-7caff6394a81?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-05T03:12:38.807Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/787cdc9f-5891-4ba1-a136-ee98532a0c7e/model-vers/model-ver/2f8cdac2-5a9f-4701-850c-7caff6394a81?depth=0|INFO|500||InvokeReturn 2021-09-05T03:12:38.807Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|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/787cdc9f-5891-4ba1-a136-ee98532a0c7e/model-vers/model-ver/2f8cdac2-5a9f-4701-850c-7caff6394a81?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210905-03:12:38:547-62663], vertex-id=[225488], Content-Length=[0], Date=[Sun, 05 Sep 2021 03:12:38 GMT], Content-Type=[application/json]} 2021-09-05T03:12:38.807Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-09-05T03:12:38.807Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-05T03:12:38.807Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|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-09-05T03:12:38.810Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|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-09-05T03:12:38.811Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbdc101a-4f6b-4c41-95d2-ef54dd089c25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-05T03:12:38.811Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-05T03:12:38.811Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:38.812Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:38.812Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811558811, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T03:12:38.913Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:12:38.914Z||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-09-05T03:12:38.914Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:38.926Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:38.926Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-05T03:12:39.831Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:12:39.832Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|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-09-05T03:12:39.832Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:44.095Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:44.096Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-05T03:12:44.096Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"29cc3a64-ef2f-45d7-84e4-357bb5c9854a","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"8fb5bb39-369b-4b69-b95f-ae9b17ee5602","serviceDescription":"service","serviceInvariantUUID":"268c5135-448f-4ec6-964e-b78db4bed582","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9df8be8d-2e36-4e83-b8e2-c7dbe64cadcb","resourceInvariantUUID":"90bff8c2-17cc-44ba-a98a-52128738703a","resourceCustomizationUUID":"b3045486-0a31-4392-8ecd-a030d4d49828","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":"a4836d41-3895-4ef0-9785-cbbbe7d62714","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":"YTY3MDhjYmM0NTY0OTgxZWFiYzlmNWE0YTUyNzhlMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da1283d8-d460-48e8-a8b1-b11c0bbc5062","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":"ZDJiM2IyZjE5ZTRiZGM0ODZjZDQ4NmM2NDI1OGU4ZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9d319e44-4fa7-4443-bfa0-6abf7cc0992c","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":"ec198ef6-5337-4b57-a787-30743b164042","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":"c2859469-3778-4923-8dd2-61367a0058cb","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":"c7c0f863-aa6b-44c5-a4c0-e21ebed6b833","artifactVersion":"2","generatedFromUUID":"ec198ef6-5337-4b57-a787-30743b164042"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MDliNjg3NmY2ZDVkNWNjNzAwZTk0ODI0MjZkY2U5YzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"249cce0e-4275-4a61-b7ca-2409d97b1f03","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDNlNDg1Y2E3N2ViZGUwMDg3ZDIyMjI1NTNhN2YwZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59018e09-c098-47d3-849b-f52c15445a72","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-05T03:12:44.098Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:12:44.099Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:44.100Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:44.101Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:44.201Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:12:44.202Z||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-09-05T03:12:44.202Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:44.219Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:44.220Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-09-05T03:12:45.101Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:12:45.102Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:45.104Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:45.104Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:45.208Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:12:45.209Z||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-09-05T03:12:45.209Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:45.217Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:45.218Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:12:46.105Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:12:46.105Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:46.107Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:46.107Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:12:46.208Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:12:46.208Z||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-09-05T03:12:46.209Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:46.217Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:46.217Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:12:47.111Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:12:47.111Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:47.114Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:47.114Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-05T03:12:47.214Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:12:47.215Z||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-09-05T03:12:47.215Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:47.225Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:47.225Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:12:48.115Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:12:48.116Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:48.118Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:48.118Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:48.218Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:12:48.219Z||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-09-05T03:12:48.219Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:48.228Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:48.228Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-05T03:12:49.118Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:12:49.119Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:49.121Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:49.121Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-05T03:12:49.221Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:12:49.222Z||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-09-05T03:12:49.222Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:49.231Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:49.231Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:12:50.121Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:12:50.122Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:50.124Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:50.124Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:50.224Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:12:50.225Z||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-09-05T03:12:50.225Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:50.234Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:50.235Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:12:51.124Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:12:51.125Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:51.127Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:51.128Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:12:51.228Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:12:51.228Z||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-09-05T03:12:51.229Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:51.237Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:51.238Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:12:52.129Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "8fb5bb39-369b-4b69-b95f-ae9b17ee5602", "serviceDescription": "service", "serviceInvariantUUID": "268c5135-448f-4ec6-964e-b78db4bed582", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "b3045486-0a31-4392-8ecd-a030d4d49828", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9df8be8d-2e36-4e83-b8e2-c7dbe64cadcb", "resourceInvariantUUID": "90bff8c2-17cc-44ba-a98a-52128738703a", "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": "ZDJiM2IyZjE5ZTRiZGM0ODZjZDQ4NmM2NDI1OGU4ZDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9d319e44-4fa7-4443-bfa0-6abf7cc0992c", "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": "ec198ef6-5337-4b57-a787-30743b164042", "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": "c7c0f863-aa6b-44c5-a4c0-e21ebed6b833", "generatedFromUUID": "ec198ef6-5337-4b57-a787-30743b164042" }, "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": "c7c0f863-aa6b-44c5-a4c0-e21ebed6b833", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MDNlNDg1Y2E3N2ViZGUwMDg3ZDIyMjI1NTNhN2YwZDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "59018e09-c098-47d3-849b-f52c15445a72" } ], "workloadContext": "Production" } 2021-09-05T03:12:52.129Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-05T03:12:52.129Z|bbdc101a-4f6b-4c41-95d2-ef54dd089c25|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fb5bb39-369b-4b69-b95f-ae9b17ee5602 ASDC 2021-09-05T03:12:52.129Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:29cc3a64-ef2f-45d7-84e4-357bb5c9854a ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:8fb5bb39-369b-4b69-b95f-ae9b17ee5602 ServiceInvariantUUID:268c5135-448f-4ec6-964e-b78db4bed582 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:59018e09-c098-47d3-849b-f52c15445a72 ArtifactChecksum:MDNlNDg1Y2E3N2ViZGUwMDg3ZDIyMjI1NTNhN2YwZDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:b3045486-0a31-4392-8ecd-a030d4d49828 ResourceInvariantUUID:90bff8c2-17cc-44ba-a98a-52128738703a ResourceName:basicclamp ResourceType:VF ResourceUUID:9df8be8d-2e36-4e83-b8e2-c7dbe64cadcb 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:9d319e44-4fa7-4443-bfa0-6abf7cc0992c ArtifactChecksum:ZDJiM2IyZjE5ZTRiZGM0ODZjZDQ4NmM2NDI1OGU4ZDY= 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:ec198ef6-5337-4b57-a787-30743b164042 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:c7c0f863-aa6b-44c5-a4c0-e21ebed6b833 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:c7c0f863-aa6b-44c5-a4c0-e21ebed6b833 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-05T03:12:52.130Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fb5bb39-369b-4b69-b95f-ae9b17ee5602 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-09-05T03:12:52.152Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T03:12:52.152Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:12:52.152Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:12:52.152Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 59018e09-c098-47d3-849b-f52c15445a72 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-05T03:12:52.152Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:12:52.153Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-05T03:12:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:12:52.184Z||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-09-05T03:12:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:52.208Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:52.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "ves-openapi-manager", "timestamp": 1630811480432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "dcae-sch", "timestamp": 1630811487691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "clamp", "timestamp": 1630811486139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "cds", "timestamp": 1630811484249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "dcae-sch", "timestamp": 1630811487691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "ves-openapi-manager", "timestamp": 1630811480432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "clamp", "timestamp": 1630811486139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.212Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "cds", "timestamp": 1630811484249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "multicloud-k8s-id", "timestamp": 1630811489998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "ves-openapi-manager", "timestamp": 1630811480432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "dcae-sch", "timestamp": 1630811487691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "clamp", "timestamp": 1630811486139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "cds", "timestamp": 1630811484249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "multicloud-k8s-id", "timestamp": 1630811489998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "dcae-sch", "timestamp": 1630811487691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "ves-openapi-manager", "timestamp": 1630811480432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "clamp", "timestamp": 1630811486139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "cds", "timestamp": 1630811484249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "multicloud-k8s-id", "timestamp": 1630811489998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "dcae-sch", "timestamp": 1630811487691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "ves-openapi-manager", "timestamp": 1630811480432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "clamp", "timestamp": 1630811486139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "cds", "timestamp": 1630811484249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811492598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "multicloud-k8s-id", "timestamp": 1630811489998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "dcae-sch", "timestamp": 1630811487691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "ves-openapi-manager", "timestamp": 1630811480432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "clamp", "timestamp": 1630811486139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "cds", "timestamp": 1630811484249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811492598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "multicloud-k8s-id", "timestamp": 1630811489998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "dcae-sch", "timestamp": 1630811487691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "ves-openapi-manager", "timestamp": 1630811480432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "clamp", "timestamp": 1630811486139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "cds", "timestamp": 1630811484249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811492598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "multicloud-k8s-id", "timestamp": 1630811489998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "dcae-sch", "timestamp": 1630811487691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "ves-openapi-manager", "timestamp": 1630811480432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "clamp", "timestamp": 1630811486139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "cds", "timestamp": 1630811484249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811492598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "multicloud-k8s-id", "timestamp": 1630811489998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "dcae-sch", "timestamp": 1630811487691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "ves-openapi-manager", "timestamp": 1630811480432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "clamp", "timestamp": 1630811486139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "cds", "timestamp": 1630811484249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811492598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "multicloud-k8s-id", "timestamp": 1630811489998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811492598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "ves-openapi-manager", "timestamp": 1630811498400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "cds", "timestamp": 1630811498505, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "policy-id", "timestamp": 1630811497932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "multicloud-k8s-id", "timestamp": 1630811489998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "aai-ml", "timestamp": 1630811498328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811492598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "ves-openapi-manager", "timestamp": 1630811499416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-05T03:12:52.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:12:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "policy-id", "timestamp": 1630811497932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "cds", "timestamp": 1630811499696, "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-09-05T03:12:52.233Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 43a2d553-769a-4704-b5d5-7185978011c6 2021-09-05T03:12:52.233Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43a2d553-769a-4704-b5d5-7185978011c6 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-09-05T03:12:52.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "aai-ml", "timestamp": 1630811498328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811492598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "ves-openapi-manager", "timestamp": 1630811500418, "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-09-05T03:12:52.243Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 43a2d553-769a-4704-b5d5-7185978011c6 2021-09-05T03:12:52.243Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43a2d553-769a-4704-b5d5-7185978011c6 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-09-05T03:12:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "policy-id", "timestamp": 1630811497932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "aai-ml", "timestamp": 1630811498328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "clamp", "timestamp": 1630811501155, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:12:52.250Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:12:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811492598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:12:52.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "policy-id", "timestamp": 1630811497932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "aai-ml", "timestamp": 1630811498328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "policy-id", "timestamp": 1630811497932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "aai-ml", "timestamp": 1630811498328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "clamp", "timestamp": 1630811503163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:12:52.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:12:52.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "policy-id", "timestamp": 1630811497932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "aai-ml", "timestamp": 1630811498328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "clamp", "timestamp": 1630811504166, "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-09-05T03:12:52.256Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 43a2d553-769a-4704-b5d5-7185978011c6 2021-09-05T03:12:52.256Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43a2d553-769a-4704-b5d5-7185978011c6 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-09-05T03:12:52.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "policy-id", "timestamp": 1630811497932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811504702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:12:52.264Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:12:52.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "aai-ml", "timestamp": 1630811498328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "policy-id", "timestamp": 1630811497932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "aai-ml", "timestamp": 1630811498328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:12:52.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811506312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:12:52.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:12:52.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "policy-id", "timestamp": 1630811497932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:12:52.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "aai-ml", "timestamp": 1630811498328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:12:52.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:12:52.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811507314, "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-09-05T03:12:52.270Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 43a2d553-769a-4704-b5d5-7185978011c6 2021-09-05T03:12:52.271Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43a2d553-769a-4704-b5d5-7185978011c6 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-09-05T03:12:52.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "policy-id", "timestamp": 1630811508038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:12:52.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:12:52.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "aai-ml", "timestamp": 1630811508366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:12:52.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:12:52.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "policy-id", "timestamp": 1630811509041, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:12:52.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:12:52.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "policy-id", "timestamp": 1630811510043, "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-09-05T03:12:52.281Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43a2d553-769a-4704-b5d5-7185978011c6 2021-09-05T03:12:52.282Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43a2d553-769a-4704-b5d5-7185978011c6 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-09-05T03:12:52.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:12:52.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "aai-ml", "timestamp": 1630811511919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:12:52.288Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:12:52.333Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:12:52.337Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 59018e09-c098-47d3-849b-f52c15445a72 73390 2021-09-05T03:12:52.337Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-05T03:12:52.337Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-05T03:12:52.337Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:12:52.338Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:52.339Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:52.339Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811572337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:12:52.439Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:12:52.440Z||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-09-05T03:12:52.440Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:52.449Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:52.449Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-05T03:12:53.340Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T03:12:53.341Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:12:53.341Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 59018e09-c098-47d3-849b-f52c15445a72, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-05T03:12:53.341Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-09-05T03:12:53.342Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-05T03:12:53.342Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-05T03:12:53.449Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11834716942346938552/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-09-05T03:12:54.370Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-05T03:12:54.371Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-05T03:12:54.371Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-05T03:12:54.371Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-05T03:12:54.371Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-05T03:12:54.371Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-05T03:12:54.371Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-05T03:12:54.371Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-05T03:12:54.371Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-05T03:12:54.372Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-05T03:12:54.372Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-05T03:12:54.372Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-05T03:12:54.372Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-05T03:12:54.372Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-05T03:12:54.372Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:54.372Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:12:54.372Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-05T03:12:54.373Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-05T03:12:54.373Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T03:12:54.373Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:54.373Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:12:54.373Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-05T03:12:54.373Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-05T03:12:54.373Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T03:12:54.374Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:54.374Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:12:54.374Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:54.374Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-05T03:12:54.374Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-05T03:12:54.374Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-05T03:12:54.374Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-05T03:12:54.375Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-05T03:12:54.375Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-05T03:12:54.375Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:54.375Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-05T03:12:54.375Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:54.375Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-05T03:12:54.375Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:12:54.376Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:54.376Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-05T03:12:54.376Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:12:54.376Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:54.376Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-05T03:12:54.376Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:12:54.376Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:54.377Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-05T03:12:54.377Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-05T03:12:54.377Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-05T03:12:54.377Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c5cb8eb2-d8a5-4465-a451-97dac5e42a9e 2021-09-05T03:12:54.377Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:54.377Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:12:54.377Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:54.377Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:12:54.378Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:54.378Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:12:54.378Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:54.378Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:12:54.378Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:8fb5bb39-369b-4b69-b95f-ae9b17ee5602 Model Version:NULL Model InvariantUuid:268c5135-448f-4ec6-964e-b78db4bed582 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:31e46bbb-a949-45fd-b5bd-d224633deeba Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:90bff8c2-17cc-44ba-a98a-52128738703a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b3045486-0a31-4392-8ecd-a030d4d49828 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d580142f-af73-4c51-b7f6-8776a0935b8e ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:823d5570-abdc-44ac-b6f3-fee04385cafe ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c5cb8eb2-d8a5-4465-a451-97dac5e42a9e ModelInvariantUuid:8979af1b-6f29-4702-b7f0-11e38635a632 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:90e99e0d-eb16-4902-9395-a678c8fe0f00 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e1d719cb-b681-49a6-9b84-d0644013de87 ModelInvariantUuid:4e4f96d6-3b66-4deb-b826-15e5372ef6e6 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:0d9d076d-2ac5-4b87-a29e-b0b922b5fb00 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-09-05T03:12:54.383Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 9df8be8d-2e36-4e83-b8e2-c7dbe64cadcb 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-09-05T03:12:54.385Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||basicclamp 0 2021-09-05T03:12:54.385Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9df8be8d-2e36-4e83-b8e2-c7dbe64cadcb 2021-09-05T03:12:54.385Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9d319e44-4fa7-4443-bfa0-6abf7cc0992c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-05T03:12:54.386Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:12:54.386Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-05T03:12:54.521Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:12:54.522Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 9d319e44-4fa7-4443-bfa0-6abf7cc0992c 790 2021-09-05T03:12:54.522Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-05T03:12:54.523Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-05T03:12:54.523Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:12:54.523Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:54.525Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:54.526Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811574522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T03:12:54.626Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:12:54.627Z||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-09-05T03:12:54.627Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:54.635Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:54.635Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:12:55.527Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d580142f-af73-4c51-b7f6-8776a0935b8e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "823d5570-abdc-44ac-b6f3-fee04385cafe", "vfModuleModelCustomizationUUID": "3eab7bf2-347b-49ae-be41-64556568f2b2", "isBase": true, "artifacts": [ "ec198ef6-5337-4b57-a787-30743b164042", "c7c0f863-aa6b-44c5-a4c0-e21ebed6b833" ], "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-09-05T03:12:55.530Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:823d5570-abdc-44ac-b6f3-fee04385cafe VfModuleModelInvariantUUID:d580142f-af73-4c51-b7f6-8776a0935b8e VfModuleModelDescription:NULL Artifacts UUID List:{ ec198ef6-5337-4b57-a787-30743b164042 , c7c0f863-aa6b-44c5-a4c0-e21ebed6b833 } 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-09-05T03:12:55.532Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d580142f-af73-4c51-b7f6-8776a0935b8e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "823d5570-abdc-44ac-b6f3-fee04385cafe", "vfModuleModelCustomizationUUID": "3eab7bf2-347b-49ae-be41-64556568f2b2", "isBase": true, "artifacts": [ "ec198ef6-5337-4b57-a787-30743b164042", "c7c0f863-aa6b-44c5-a4c0-e21ebed6b833" ], "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-09-05T03:12:55.533Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:823d5570-abdc-44ac-b6f3-fee04385cafe VfModuleModelInvariantUUID:d580142f-af73-4c51-b7f6-8776a0935b8e VfModuleModelDescription:NULL Artifacts UUID List:{ ec198ef6-5337-4b57-a787-30743b164042 , c7c0f863-aa6b-44c5-a4c0-e21ebed6b833 } 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-09-05T03:12:55.533Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ec198ef6-5337-4b57-a787-30743b164042 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-05T03:12:55.533Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:12:55.533Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-05T03:12:55.669Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:12:55.669Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ec198ef6-5337-4b57-a787-30743b164042 5033 2021-09-05T03:12:55.669Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-05T03:12:55.670Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-05T03:12:55.670Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:12:55.670Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:55.672Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:55.672Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811575669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T03:12:55.772Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:12:55.773Z||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-09-05T03:12:55.773Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:55.781Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:55.781Z||pool-78-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-05T03:12:56.673Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c7c0f863-aa6b-44c5-a4c0-e21ebed6b833 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-05T03:12:56.673Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:12:56.674Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-05T03:12:56.798Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:12:56.798Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env c7c0f863-aa6b-44c5-a4c0-e21ebed6b833 909 2021-09-05T03:12:56.799Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-05T03:12:56.799Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-05T03:12:56.799Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:12:56.799Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:56.801Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:56.801Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811576799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-05T03:12:56.901Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:12:56.902Z||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-09-05T03:12:56.902Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:56.910Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:56.911Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:12:57.802Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8fb5bb39-369b-4b69-b95f-ae9b17ee5602 2021-09-05T03:12:57.802Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 9df8be8d-2e36-4e83-b8e2-c7dbe64cadcb 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-09-05T03:12:57.815Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36fbe113, org.onap.sdc.toscaparser.api.parameters.Input@5e76a657, org.onap.sdc.toscaparser.api.parameters.Input@3d004125, org.onap.sdc.toscaparser.api.parameters.Input@22a5c814, org.onap.sdc.toscaparser.api.parameters.Input@4b3f562a] 2021-09-05T03:12:57.816Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:57.816Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:12:57.816Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-09-05T03:12:57.816Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= b3045486-0a31-4392-8ecd-a030d4d49828 2021-09-05T03:12:57.816Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b3045486-0a31-4392-8ecd-a030d4d49828 matches Tosca VF Customization UUID: b3045486-0a31-4392-8ecd-a030d4d49828 2021-09-05T03:12:57.816Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: b3045486-0a31-4392-8ecd-a030d4d49828 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-09-05T03:12:57.818Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:57.818Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:12:57.818Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id b3045486-0a31-4392-8ecd-a030d4d49828: {\"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-09-05T03:12:57.819Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@134fffd2 2021-09-05T03:12:57.819Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:57.819Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-05T03:12:57.819Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3eab7bf2-347b-49ae-be41-64556568f2b2 2021-09-05T03:12:57.819Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3eab7bf2-347b-49ae-be41-64556568f2b2 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-09-05T03:12:57.821Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:57.821Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-05T03:12:57.821Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:12:57.821Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:57.821Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-05T03:12:57.822Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:12:57.822Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:57.822Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-05T03:12:57.822Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-05T03:12:57.822Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-05T03:12:57.823Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c5cb8eb2-d8a5-4465-a451-97dac5e42a9e 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-09-05T03:12:57.824Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:57.824Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-05T03:12:57.824Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:12:57.824Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:57.825Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-05T03:12:57.825Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=b3045486-0a31-4392-8ecd-a030d4d49828 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-09-05T03:12:57.826Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:57.826Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:12:57.826Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8fb5bb39-369b-4b69-b95f-ae9b17ee5602: basicclamp 2021-09-05T03:12:57.827Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:57.827Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:12:57.827Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:57.827Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:12:57.827Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:57.827Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:12:57.827Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:57.828Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:12:57.828Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:12:57.828Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:12:57.828Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||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-09-05T03:12:57.895Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 9df8be8d-2e36-4e83-b8e2-c7dbe64cadcb 1 ASDC deployResourceStructure 2021-09-05T03:12:57.896Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-05T03:12:57.896Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-05T03:12:57.896Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:12:57.896Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:57.898Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:57.899Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811577896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T03:12:57.999Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:12:57.999Z||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-09-05T03:12:58.000Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:58.008Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:58.008Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:12:58.899Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-05T03:12:58.899Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-05T03:12:58.900Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:12:58.900Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:58.902Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:58.902Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811578899, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-05T03:12:59.003Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:12:59.003Z||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-09-05T03:12:59.003Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:12:59.012Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:12:59.012Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:12:59.903Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-05T03:12:59.904Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-05T03:12:59.904Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:12:59.904Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:12:59.906Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:12:59.907Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811579903, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-05T03:13:00.007Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:13:00.007Z||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-09-05T03:13:00.008Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:13:00.016Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:13:00.017Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:13:00.907Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-05T03:13:00.908Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-05T03:13:00.908Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:13:00.908Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:13:00.910Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:13:00.910Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811580907, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:13:01.010Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:13:01.011Z||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-09-05T03:13:01.011Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:13:01.019Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:13:01.020Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:13:01.911Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29cc3a64-ef2f-45d7-84e4-357bb5c9854a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:13:01.922Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29cc3a64-ef2f-45d7-84e4-357bb5c9854a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:13:01.925Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:13:01.925Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-05T03:13:01.925Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-05T03:13:01.925Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-05T03:13:01.926Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:13:01.926Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:13:01.926Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:13:01.926Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:13:01.926Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:13:01.926Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:13:01.926Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:13:01.926Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|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-09-05T03:13:01.931Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-05T03:13:31.931Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29cc3a64-ef2f-45d7-84e4-357bb5c9854a 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-09-05T03:13:31.937Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29cc3a64-ef2f-45d7-84e4-357bb5c9854a and serviceModelVersionId: 8fb5bb39-369b-4b69-b95f-ae9b17ee5602 2021-09-05T03:13:31.937Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 268c5135-448f-4ec6-964e-b78db4bed582 2021-09-05T03:13:31.938Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/268c5135-448f-4ec6-964e-b78db4bed582/model-vers/model-ver/8fb5bb39-369b-4b69-b95f-ae9b17ee5602?depth=0 2021-09-05T03:13:31.942Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-05T03:13:31.972Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|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/268c5135-448f-4ec6-964e-b78db4bed582/model-vers/model-ver/8fb5bb39-369b-4b69-b95f-ae9b17ee5602?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-09-05T03:13:31.972Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/268c5135-448f-4ec6-964e-b78db4bed582/model-vers/model-ver/8fb5bb39-369b-4b69-b95f-ae9b17ee5602?depth=0|INFO|500||Invoke 2021-09-05T03:13:31.999Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/268c5135-448f-4ec6-964e-b78db4bed582/model-vers/model-ver/8fb5bb39-369b-4b69-b95f-ae9b17ee5602?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-05T03:13:32.066Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/268c5135-448f-4ec6-964e-b78db4bed582/model-vers/model-ver/8fb5bb39-369b-4b69-b95f-ae9b17ee5602?depth=0|INFO|500||InvokeReturn 2021-09-05T03:13:32.067Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|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/268c5135-448f-4ec6-964e-b78db4bed582/model-vers/model-ver/8fb5bb39-369b-4b69-b95f-ae9b17ee5602?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210905-03:13:32:006-97965], vertex-id=[282736], Content-Length=[0], Date=[Sun, 05 Sep 2021 03:13:32 GMT], Content-Type=[application/json]} 2021-09-05T03:13:32.067Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-09-05T03:13:32.067Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-05T03:13:32.067Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|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-09-05T03:13:32.071Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|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-09-05T03:13:32.071Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29cc3a64-ef2f-45d7-84e4-357bb5c9854a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-05T03:13:32.071Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-05T03:13:32.071Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:13:32.073Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:13:32.073Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811612071, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T03:13:32.174Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:13:32.174Z||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-09-05T03:13:32.174Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:13:32.186Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:13:32.187Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-05T03:13:33.084Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-05T03:13:33.085Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"43a2d553-769a-4704-b5d5-7185978011c6","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4","serviceDescription":"service","serviceInvariantUUID":"30d9be33-d08d-45f5-8569-854f382374c8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e2cee8a7-9093-47f7-aef2-7513c68d5746","resourceInvariantUUID":"40d3fa00-24bf-4454-81e5-8fabc3167910","resourceCustomizationUUID":"b07ee44c-37ca-4033-9c60-ccd886ccecac","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":"MWYxNDNmOGY2NTE1MWMzZjEwMTJiODA1OWJlOWU4YWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"170758ca-ba42-4a8d-8cb7-5105b5773938","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":"dae16af7-481b-434e-a77f-499a0d21683b","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":"7e8fa9d9-2fd0-4287-a54b-be50d6e98c73","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":"YzQ3MTY2YWVmNzliMGE5NWIxM2YyNzdjZWE4NmYwNmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"dbca38ce-a9c6-449d-a493-a7efeeba9416","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":"ae6f216e-4821-44bb-8e4c-49658988585f","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":"a354cfe0-1e2d-48f3-935f-77c1638b995f","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":"205b1099-b3bc-4b84-a9b0-1792d805a8cf","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":"ZGRiYzljYWNmZWI1M2FmNzkwZmFmNDc3OGJmM2EyMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f56c96c-df04-4d72-a95c-6c764919d196","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YThmNGM2NzcwYWU2ZGNhYzVlMzcxZjdhNDExOTU2MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0fd9e5aa-6e81-4c60-89b3-6b20fae05c1e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-05T03:13:33.085Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:13:33.086Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:13:33.088Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:13:33.088Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:33.188Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:13:33.189Z||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-09-05T03:13:33.189Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:13:33.197Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:13:33.197Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-05T03:13:34.088Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:13:34.089Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:13:34.092Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:13:34.093Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:34.193Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:13:34.194Z||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-09-05T03:13:34.194Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:13:34.204Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:13:34.204Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:13:35.094Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:13:35.095Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:13:35.097Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:13:35.097Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:35.197Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:13:35.198Z||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-09-05T03:13:35.198Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:13:35.207Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:13:35.208Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:13:36.097Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:13:36.099Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:13:36.103Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:13:36.103Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:36.203Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:13:36.203Z||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-09-05T03:13:36.204Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:13:36.211Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:13:36.211Z||pool-88-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:13:37.103Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:13:37.104Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:13:37.106Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:13:37.106Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:37.207Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:13:37.207Z||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-09-05T03:13:37.207Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:13:37.215Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:13:37.216Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:13:38.107Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:13:38.108Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:13:38.111Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:13:38.111Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:38.211Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:13:38.211Z||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-09-05T03:13:38.211Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:13:38.220Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:13:38.220Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:13:39.111Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:13:39.112Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:13:39.115Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:13:39.115Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:39.215Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:13:39.216Z||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-09-05T03:13:39.216Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:13:39.224Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:13:39.225Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:13:40.115Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:13:40.116Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:13:40.118Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:13:40.118Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:40.218Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:13:40.219Z||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-09-05T03:13:40.219Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:13:40.229Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:13:40.229Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:13:41.118Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:13:41.119Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:13:41.120Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:13:41.121Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:13:41.221Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:13:41.221Z||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-09-05T03:13:41.221Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:13:41.229Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:13:41.230Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:13:42.122Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4", "serviceDescription": "service", "serviceInvariantUUID": "30d9be33-d08d-45f5-8569-854f382374c8", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "b07ee44c-37ca-4033-9c60-ccd886ccecac", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e2cee8a7-9093-47f7-aef2-7513c68d5746", "resourceInvariantUUID": "40d3fa00-24bf-4454-81e5-8fabc3167910", "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": "YThmNGM2NzcwYWU2ZGNhYzVlMzcxZjdhNDExOTU2MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0fd9e5aa-6e81-4c60-89b3-6b20fae05c1e" } ], "workloadContext": "Production" } 2021-09-05T03:13:42.122Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-05T03:13:42.122Z|29cc3a64-ef2f-45d7-84e4-357bb5c9854a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4 ASDC 2021-09-05T03:13:42.123Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:43a2d553-769a-4704-b5d5-7185978011c6 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4 ServiceInvariantUUID:30d9be33-d08d-45f5-8569-854f382374c8 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:0fd9e5aa-6e81-4c60-89b3-6b20fae05c1e ArtifactChecksum:YThmNGM2NzcwYWU2ZGNhYzVlMzcxZjdhNDExOTU2MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:b07ee44c-37ca-4033-9c60-ccd886ccecac ResourceInvariantUUID:40d3fa00-24bf-4454-81e5-8fabc3167910 ResourceName:test-pnf ResourceType:PNF ResourceUUID:e2cee8a7-9093-47f7-aef2-7513c68d5746 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-05T03:13:42.123Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4 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-09-05T03:13:42.142Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T03:13:42.142Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:13:42.142Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:13:42.143Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0fd9e5aa-6e81-4c60-89b3-6b20fae05c1e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-05T03:13:42.143Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:13:42.143Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-05T03:13:44.190Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:13:44.195Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0fd9e5aa-6e81-4c60-89b3-6b20fae05c1e 105555 2021-09-05T03:13:44.195Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-05T03:13:44.195Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-05T03:13:44.196Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:13:44.196Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:13:44.197Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:13:44.197Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811624195, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:13:44.297Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:13:44.298Z||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-09-05T03:13:44.298Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:13:44.307Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:13:44.308Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:13:45.198Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T03:13:45.199Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:13:45.199Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0fd9e5aa-6e81-4c60-89b3-6b20fae05c1e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-05T03:13:45.200Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-09-05T03:13:45.200Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-05T03:13:45.200Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-05T03:13:45.300Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3695772315350748008/Definitions/service-TestPnfMacro-template.yml 2021-09-05T03:13:45.916Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-05T03:13:45.916Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-05T03:13:45.916Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-05T03:13:45.916Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-05T03:13:45.916Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-05T03:13:45.916Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-05T03:13:45.916Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||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-09-05T03:13:45.916Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-05T03:13:45.916Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-05T03:13:45.917Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-05T03:13:45.917Z|43a2d553-769a-4704-b5d5-7185978011c6|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-TestPnfMacro-csar.csar 2021-09-05T03:13:45.917Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-05T03:13:45.917Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:13:45.917Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:13:45.917Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-05T03:13:45.917Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-05T03:13:45.917Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T03:13:45.917Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:13:45.917Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:13:45.917Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-05T03:13:45.917Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-05T03:13:45.917Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T03:13:45.917Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:13:45.917Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:13:45.918Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:13:45.918Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:13:45.918Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:13:45.918Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:13:45.918Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:13:45.918Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:13:45.918Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:13:45.918Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:13:45.918Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4 Model Version:NULL Model InvariantUuid:30d9be33-d08d-45f5-8569-854f382374c8 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-09-05T03:13:45.924Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: e2cee8a7-9093-47f7-aef2-7513c68d5746 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-09-05T03:13:45.926Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||test-pnf 0 2021-09-05T03:13:45.926Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e2cee8a7-9093-47f7-aef2-7513c68d5746 2021-09-05T03:13:45.926Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4 2021-09-05T03:13:45.926Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4 2021-09-05T03:13:45.926Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e2cee8a7-9093-47f7-aef2-7513c68d5746 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-09-05T03:13:45.930Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47ee0d2a, org.onap.sdc.toscaparser.api.parameters.Input@ea3e7ab, org.onap.sdc.toscaparser.api.parameters.Input@39c2249d, org.onap.sdc.toscaparser.api.parameters.Input@b215bd1, org.onap.sdc.toscaparser.api.parameters.Input@3c1180c2] 2021-09-05T03:13:45.930Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:13:45.930Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:13:45.930Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4: test-pnf 2021-09-05T03:13:45.930Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||Processing PNF resource: e2cee8a7-9093-47f7-aef2-7513c68d5746 2021-09-05T03:13:45.930Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:13:45.930Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:13:45.931Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||Resource customization UUID: b07ee44c-37ca-4033-9c60-ccd886ccecac is the same as notified resource customizationUUID: b07ee44c-37ca-4033-9c60-ccd886ccecac 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-09-05T03:13:45.956Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e2cee8a7-9093-47f7-aef2-7513c68d5746 0 ASDC deployResourceStructure 2021-09-05T03:13:45.957Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-05T03:13:45.957Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-05T03:13:45.957Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:13:45.957Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:13:45.959Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:13:45.959Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811625957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:13:46.060Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:13:46.060Z||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-09-05T03:13:46.060Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:13:46.069Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:13:46.069Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:13:46.960Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43a2d553-769a-4704-b5d5-7185978011c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:13:46.970Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43a2d553-769a-4704-b5d5-7185978011c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:13:46.972Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:13:46.972Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T03:13:46.973Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T03:13:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:13:52.184Z||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-09-05T03:13:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:13:52.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:13:52.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "aai-ml", "timestamp": 1630811512923, "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-09-05T03:13:52.211Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 43a2d553-769a-4704-b5d5-7185978011c6 2021-09-05T03:13:52.211Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43a2d553-769a-4704-b5d5-7185978011c6 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-09-05T03:13:52.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "dcae-sch", "timestamp": 1630811547691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "ves-openapi-manager", "timestamp": 1630811540432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "clamp", "timestamp": 1630811546139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "cds", "timestamp": 1630811544249, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "dcae-sch", "timestamp": 1630811547691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "ves-openapi-manager", "timestamp": 1630811540432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "clamp", "timestamp": 1630811546139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "cds", "timestamp": 1630811544249, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "multicloud-k8s-id", "timestamp": 1630811549998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "ves-openapi-manager", "timestamp": 1630811540432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "dcae-sch", "timestamp": 1630811547691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "clamp", "timestamp": 1630811546139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "cds", "timestamp": 1630811544249, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "multicloud-k8s-id", "timestamp": 1630811549998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "dcae-sch", "timestamp": 1630811547691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "ves-openapi-manager", "timestamp": 1630811540432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "clamp", "timestamp": 1630811546139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "cds", "timestamp": 1630811544249, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "multicloud-k8s-id", "timestamp": 1630811549998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "dcae-sch", "timestamp": 1630811547691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "ves-openapi-manager", "timestamp": 1630811540432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "clamp", "timestamp": 1630811546139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "cds", "timestamp": 1630811544249, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811552598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "multicloud-k8s-id", "timestamp": 1630811549998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "dcae-sch", "timestamp": 1630811547691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "ves-openapi-manager", "timestamp": 1630811540432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "clamp", "timestamp": 1630811546139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "cds", "timestamp": 1630811544249, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811552598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "multicloud-k8s-id", "timestamp": 1630811549998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "dcae-sch", "timestamp": 1630811547691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "ves-openapi-manager", "timestamp": 1630811540432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "clamp", "timestamp": 1630811546139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "cds", "timestamp": 1630811544249, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811552598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "multicloud-k8s-id", "timestamp": 1630811549998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "dcae-sch", "timestamp": 1630811547691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "ves-openapi-manager", "timestamp": 1630811540432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "clamp", "timestamp": 1630811546139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "cds", "timestamp": 1630811544249, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811552598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "multicloud-k8s-id", "timestamp": 1630811549998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "dcae-sch", "timestamp": 1630811547691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "ves-openapi-manager", "timestamp": 1630811540432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "clamp", "timestamp": 1630811546139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "cds", "timestamp": 1630811544249, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811552598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "multicloud-k8s-id", "timestamp": 1630811549998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811552598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "policy-id", "timestamp": 1630811557932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "multicloud-k8s-id", "timestamp": 1630811549998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "cds", "timestamp": 1630811558725, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:13:52.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbdc101a-4f6b-4c41-95d2-ef54dd089c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811558811, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T03:13:52.225Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:13:52.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "aai-ml", "timestamp": 1630811558328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811552598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "policy-id", "timestamp": 1630811557932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "cds", "timestamp": 1630811559729, "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-09-05T03:13:52.235Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 2021-09-05T03:13:52.235Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 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-09-05T03:13:52.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "aai-ml", "timestamp": 1630811558328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "multicloud-k8s-id", "timestamp": 1630811560095, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T03:13:52.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:13:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811552598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "policy-id", "timestamp": 1630811557932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "aai-ml", "timestamp": 1630811558328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811552598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:13:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "policy-id", "timestamp": 1630811557932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "aai-ml", "timestamp": 1630811558328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "policy-id", "timestamp": 1630811557932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-05T03:13:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "aai-ml", "timestamp": 1630811558328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "policy-id", "timestamp": 1630811557932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "multicloud-k8s-id", "timestamp": 1630811563823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T03:13:52.245Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:13:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "aai-ml", "timestamp": 1630811558328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "policy-id", "timestamp": 1630811557932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "aai-ml", "timestamp": 1630811558328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811565394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:13:52.246Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:13:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "policy-id", "timestamp": 1630811557932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "aai-ml", "timestamp": 1630811558328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:13:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "policy-id", "timestamp": 1630811557932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:13:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "aai-ml", "timestamp": 1630811558328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:13:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-05T03:13:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811567261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:13:52.247Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:13:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "multicloud-k8s-id", "timestamp": 1630811567385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-05T03:13:52.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:13:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811568263, "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-09-05T03:13:52.252Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 2021-09-05T03:13:52.252Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 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-09-05T03:13:52.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-05T03:13:52.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "multicloud-k8s-id", "timestamp": 1630811569630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "aai-ml", "timestamp": 1630811569637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "policy-id", "timestamp": 1630811569640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "policy-id", "timestamp": 1630811570642, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "multicloud-k8s-id", "timestamp": 1630811571009, "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-09-05T03:13:52.263Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 2021-09-05T03:13:52.263Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 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-09-05T03:13:52.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:13:52.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:13:52.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "clamp", "timestamp": 1630811571165, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:13:52.270Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:13:52.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "policy-id", "timestamp": 1630811571645, "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-09-05T03:13:52.274Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 2021-09-05T03:13:52.274Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 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-09-05T03:13:52.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:13:52.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "multicloud-k8s-id", "timestamp": 1630811572016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T03:13:52.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:14:16.973Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43a2d553-769a-4704-b5d5-7185978011c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:14:16.981Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43a2d553-769a-4704-b5d5-7185978011c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:14:16.983Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:14:16.983Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-05T03:14:16.983Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-05T03:14:16.983Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-05T03:14:16.983Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:14:16.983Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:14:16.983Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:14:16.983Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:14:16.983Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:14:16.983Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:14:16.983Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:14:16.984Z|43a2d553-769a-4704-b5d5-7185978011c6|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-09-05T03:14:16.987Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-05T03:14:46.988Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 43a2d553-769a-4704-b5d5-7185978011c6 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-09-05T03:14:46.993Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 43a2d553-769a-4704-b5d5-7185978011c6 and serviceModelVersionId: c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4 2021-09-05T03:14:46.993Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d9be33-d08d-45f5-8569-854f382374c8 2021-09-05T03:14:46.993Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d9be33-d08d-45f5-8569-854f382374c8/model-vers/model-ver/c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4?depth=0 2021-09-05T03:14:46.999Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-05T03:14:47.025Z|43a2d553-769a-4704-b5d5-7185978011c6|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/30d9be33-d08d-45f5-8569-854f382374c8/model-vers/model-ver/c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4?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-09-05T03:14:47.026Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30d9be33-d08d-45f5-8569-854f382374c8/model-vers/model-ver/c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4?depth=0|INFO|500||Invoke 2021-09-05T03:14:47.045Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30d9be33-d08d-45f5-8569-854f382374c8/model-vers/model-ver/c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-05T03:14:47.586Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/30d9be33-d08d-45f5-8569-854f382374c8/model-vers/model-ver/c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4?depth=0|INFO|500||InvokeReturn 2021-09-05T03:14:47.586Z|43a2d553-769a-4704-b5d5-7185978011c6|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/30d9be33-d08d-45f5-8569-854f382374c8/model-vers/model-ver/c6c0d70c-21cd-4eb0-bbdb-fbbae9cf08c4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210905-03:14:47:052-91682], vertex-id=[716968], Content-Length=[0], Date=[Sun, 05 Sep 2021 03:14:47 GMT], Content-Type=[application/json]} 2021-09-05T03:14:47.586Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-09-05T03:14:47.587Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-05T03:14:47.587Z|43a2d553-769a-4704-b5d5-7185978011c6|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-09-05T03:14:47.590Z|43a2d553-769a-4704-b5d5-7185978011c6|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-09-05T03:14:47.590Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 43a2d553-769a-4704-b5d5-7185978011c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-05T03:14:47.591Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-05T03:14:47.591Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:14:47.592Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:14:47.592Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811687591, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T03:14:47.693Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:14:47.693Z||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-09-05T03:14:47.693Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:14:47.705Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:14:47.705Z||pool-96-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-09-05T03:14:48.602Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-05T03:14:48.602Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ee3090c4-957e-4a40-a36a-7448e1d2c8a0","serviceDescription":"service","serviceInvariantUUID":"ee89c4b8-71a2-4fe1-99f8-4edcebb21274","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec696613-a414-4ae1-a065-c7a09374dcf8","resourceInvariantUUID":"1d3f8562-6dc8-4417-a34d-c7d9dbb4b872","resourceCustomizationUUID":"1274c763-4b0b-4963-81d5-ec3ef9585269","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":"OWMzZWNhM2MwOTkyYTkwNDI2N2M5ZTM3ZTMzNmZkOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eeb25aa3-54fa-4bda-9146-48be0f1b848f","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":"9160f4ab-d77b-4b91-ac40-a760905a08e0","artifactVersion":"2","generatedFromUUID":"f101e7d0-975c-4676-a2ea-95e037178e98"},{"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":"f101e7d0-975c-4676-a2ea-95e037178e98","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":"Zjg3MDhhMmEwOGVmZmNkODlkOTEwNWI1ZGM1NDQ4YzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eddf0f1f-ec6d-46c5-9e22-6354cc38b498","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":"d9b30a47-75c2-411e-81cc-73a496574c55","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":"db357def-8989-4b57-acb1-4ecfb9dafffb","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":"dc5a8d68-0be5-48d3-bf90-6c4ba275de15","artifactVersion":"2","generatedFromUUID":"d9b30a47-75c2-411e-81cc-73a496574c55"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDlkNWJmMjJmOThkNTlhZDk4YjI4NTU1OTc0YmM1NGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27253ccd-55d8-4524-9d50-ff61849ad642","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTJlNDdlOTgwODQ5ODBkMzE2MzNjZDZkMjk2MTkyM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a830ef5e-ce97-43d6-a31d-6eeadbb0cc1a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-05T03:14:48.603Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:14:48.603Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:14:48.605Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:14:48.605Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:14:48.705Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:14:48.706Z||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-09-05T03:14:48.706Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:14:48.714Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:14:48.715Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:14:49.606Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:14:49.606Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:14:49.608Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:14:49.608Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-05T03:14:49.709Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:14:49.709Z||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-09-05T03:14:49.709Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:14:49.717Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:14:49.718Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:14:50.609Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:14:50.609Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:14:50.611Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:14:50.611Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-05T03:14:50.711Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:14:50.712Z||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-09-05T03:14:50.712Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:14:50.720Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:14:50.720Z||pool-99-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:14:51.612Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:14:51.612Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:14:51.614Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:14:51.614Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:14:51.714Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:14:51.715Z||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-09-05T03:14:51.715Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:14:51.724Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:14:51.724Z||pool-100-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:14:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:14:52.184Z||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-09-05T03:14:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:14:52.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:14:52.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:14:52.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811572337, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:14:52.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:14:52.614Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:14:52.615Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:14:52.617Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:14:52.617Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-05T03:14:52.717Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:14:52.718Z||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-09-05T03:14:52.718Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:14:52.726Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:14:52.727Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:14:53.617Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:14:53.618Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:14:53.620Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:14:53.620Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:14:53.720Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:14:53.723Z||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-09-05T03:14:53.723Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:14:53.732Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:14:53.732Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:14:54.621Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:14:54.622Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:14:54.624Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:14:54.624Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-05T03:14:54.724Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:14:54.725Z||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-09-05T03:14:54.725Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:14:54.733Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:14:54.734Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:14:55.625Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:14:55.625Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:14:55.627Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:14:55.627Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:14:55.727Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:14:55.728Z||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-09-05T03:14:55.728Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:14:55.736Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:14:55.736Z||pool-104-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:14:56.628Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:14:56.629Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:14:56.631Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:14:56.631Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:14:56.731Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:14:56.731Z||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-09-05T03:14:56.732Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:14:56.739Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:14:56.740Z||pool-105-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:14:57.632Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "ee3090c4-957e-4a40-a36a-7448e1d2c8a0", "serviceDescription": "service", "serviceInvariantUUID": "ee89c4b8-71a2-4fe1-99f8-4edcebb21274", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "1274c763-4b0b-4963-81d5-ec3ef9585269", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ec696613-a414-4ae1-a065-c7a09374dcf8", "resourceInvariantUUID": "1d3f8562-6dc8-4417-a34d-c7d9dbb4b872", "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": "9160f4ab-d77b-4b91-ac40-a760905a08e0", "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": "f101e7d0-975c-4676-a2ea-95e037178e98", "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": "Zjg3MDhhMmEwOGVmZmNkODlkOTEwNWI1ZGM1NDQ4YzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eddf0f1f-ec6d-46c5-9e22-6354cc38b498", "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": "d9b30a47-75c2-411e-81cc-73a496574c55", "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": "dc5a8d68-0be5-48d3-bf90-6c4ba275de15", "generatedFromUUID": "d9b30a47-75c2-411e-81cc-73a496574c55" }, "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": "dc5a8d68-0be5-48d3-bf90-6c4ba275de15", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OTJlNDdlOTgwODQ5ODBkMzE2MzNjZDZkMjk2MTkyM2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a830ef5e-ce97-43d6-a31d-6eeadbb0cc1a" } ], "workloadContext": "Production" } 2021-09-05T03:14:57.632Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-05T03:14:57.633Z|43a2d553-769a-4704-b5d5-7185978011c6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ee3090c4-957e-4a40-a36a-7448e1d2c8a0 ASDC 2021-09-05T03:14:57.633Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:ee3090c4-957e-4a40-a36a-7448e1d2c8a0 ServiceInvariantUUID:ee89c4b8-71a2-4fe1-99f8-4edcebb21274 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:a830ef5e-ce97-43d6-a31d-6eeadbb0cc1a ArtifactChecksum:OTJlNDdlOTgwODQ5ODBkMzE2MzNjZDZkMjk2MTkyM2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:1274c763-4b0b-4963-81d5-ec3ef9585269 ResourceInvariantUUID:1d3f8562-6dc8-4417-a34d-c7d9dbb4b872 ResourceName:basic_cnf ResourceType:VF ResourceUUID:ec696613-a414-4ae1-a065-c7a09374dcf8 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:9160f4ab-d77b-4b91-ac40-a760905a08e0 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:f101e7d0-975c-4676-a2ea-95e037178e98 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:eddf0f1f-ec6d-46c5-9e22-6354cc38b498 ArtifactChecksum:Zjg3MDhhMmEwOGVmZmNkODlkOTEwNWI1ZGM1NDQ4YzE= 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:d9b30a47-75c2-411e-81cc-73a496574c55 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:dc5a8d68-0be5-48d3-bf90-6c4ba275de15 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:dc5a8d68-0be5-48d3-bf90-6c4ba275de15 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-05T03:14:57.633Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee3090c4-957e-4a40-a36a-7448e1d2c8a0 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-09-05T03:14:57.657Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T03:14:57.657Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:14:57.657Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:14:57.657Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a830ef5e-ce97-43d6-a31d-6eeadbb0cc1a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-05T03:14:57.657Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:14:57.658Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-05T03:14:57.933Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:14:57.937Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a830ef5e-ce97-43d6-a31d-6eeadbb0cc1a 68755 2021-09-05T03:14:57.937Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-05T03:14:57.937Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-05T03:14:57.937Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:14:57.938Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:14:57.939Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:14:57.940Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811697937, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:14:58.040Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:14:58.040Z||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-09-05T03:14:58.041Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:14:58.049Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:14:58.049Z||pool-106-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-05T03:14:58.940Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T03:14:58.941Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:14:58.941Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a830ef5e-ce97-43d6-a31d-6eeadbb0cc1a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-05T03:14:58.941Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-09-05T03:14:58.942Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-05T03:14:58.942Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-05T03:14:59.020Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13372629435792163985/Definitions/service-BasicCnf-template.yml 2021-09-05T03:14:59.973Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-05T03:14:59.973Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-05T03:14:59.973Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-05T03:14:59.973Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-09-05T03:14:59.973Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:14:59.973Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:14:59.973Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|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-BasicCnf-csar.csar 2021-09-05T03:14:59.973Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:14:59.973Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-05T03:14:59.973Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:14:59.974Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:14:59.974Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-05T03:14:59.974Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-05T03:14:59.974Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T03:14:59.974Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:14:59.974Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:14:59.974Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-05T03:14:59.974Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-05T03:14:59.974Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T03:14:59.974Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:14:59.974Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:14:59.975Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:14:59.975Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-05T03:14:59.975Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-09-05T03:14:59.975Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2021-09-05T03:14:59.975Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-05T03:14:59.975Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:14:59.975Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-05T03:14:59.975Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:14:59.975Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-05T03:14:59.975Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:14:59.975Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:14:59.975Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-05T03:14:59.975Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bf031fee-a551-4238-8f21-6b897afee9fd 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:14:59.976Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:ee3090c4-957e-4a40-a36a-7448e1d2c8a0 Model Version:NULL Model InvariantUuid:ee89c4b8-71a2-4fe1-99f8-4edcebb21274 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:b51d4547-2d81-4c10-a425-a7a5f5c34320 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1d3f8562-6dc8-4417-a34d-c7d9dbb4b872 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1274c763-4b0b-4963-81d5-ec3ef9585269 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f7c74bc0-3343-49a3-ad23-32104056bda6 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:2d3e0616-822e-45c3-8008-1d4a2364945c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bf031fee-a551-4238-8f21-6b897afee9fd ModelInvariantUuid:bac1736d-0e60-428f-ac1a-ac6fbe553790 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:cebfc94a-75fb-4273-a94b-911edcd87f6a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:4aeb7a3b-8d95-4acd-8534-13b1f6bc65f3 ModelInvariantUuid:90a30d0e-8ea8-492e-b70a-fa36a3044185 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:b28c4a65-79a2-463a-83fc-0c265bb6dfdf 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-09-05T03:14:59.981Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ec696613-a414-4ae1-a065-c7a09374dcf8 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-09-05T03:14:59.983Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||basic_cnf 0 2021-09-05T03:14:59.983Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec696613-a414-4ae1-a065-c7a09374dcf8 2021-09-05T03:14:59.983Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9160f4ab-d77b-4b91-ac40-a760905a08e0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-05T03:14:59.983Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:14:59.983Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:01.320Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:15:01.321Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 9160f4ab-d77b-4b91-ac40-a760905a08e0 12 2021-09-05T03:15:01.321Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:01.321Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:01.321Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:15:01.322Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:15:01.324Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:15:01.324Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811701321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:01.424Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:15:01.425Z||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-09-05T03:15:01.425Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:15:01.434Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:15:01.434Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:15:02.325Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f101e7d0-975c-4676-a2ea-95e037178e98 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-05T03:15:02.325Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:15:02.326Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:04.986Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:15:04.986Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz f101e7d0-975c-4676-a2ea-95e037178e98 2688 2021-09-05T03:15:04.987Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:04.987Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:04.987Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:15:04.987Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:15:04.989Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:15:04.989Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811704987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:05.089Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:15:05.090Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:15:05.090Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:15:05.099Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:15:05.099Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:15:05.992Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eddf0f1f-ec6d-46c5-9e22-6354cc38b498 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-05T03:15:05.992Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:15:05.992Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:08.234Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:15:08.234Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json eddf0f1f-ec6d-46c5-9e22-6354cc38b498 828 2021-09-05T03:15:08.234Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:08.234Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:08.234Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:15:08.235Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:15:08.237Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:15:08.237Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811708234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:08.337Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:15:08.338Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:15:08.338Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:15:08.347Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:15:08.347Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:15:09.237Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f7c74bc0-3343-49a3-ad23-32104056bda6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2d3e0616-822e-45c3-8008-1d4a2364945c", "vfModuleModelCustomizationUUID": "bf062921-53d5-4aad-ba21-9e62dc6b0c9f", "isBase": true, "artifacts": [ "d9b30a47-75c2-411e-81cc-73a496574c55", "f101e7d0-975c-4676-a2ea-95e037178e98", "dc5a8d68-0be5-48d3-bf90-6c4ba275de15" ], "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-09-05T03:15:09.242Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2d3e0616-822e-45c3-8008-1d4a2364945c VfModuleModelInvariantUUID:f7c74bc0-3343-49a3-ad23-32104056bda6 VfModuleModelDescription:NULL Artifacts UUID List:{ d9b30a47-75c2-411e-81cc-73a496574c55 , f101e7d0-975c-4676-a2ea-95e037178e98 , dc5a8d68-0be5-48d3-bf90-6c4ba275de15 } 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-09-05T03:15:09.244Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f7c74bc0-3343-49a3-ad23-32104056bda6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2d3e0616-822e-45c3-8008-1d4a2364945c", "vfModuleModelCustomizationUUID": "bf062921-53d5-4aad-ba21-9e62dc6b0c9f", "isBase": true, "artifacts": [ "d9b30a47-75c2-411e-81cc-73a496574c55", "f101e7d0-975c-4676-a2ea-95e037178e98", "dc5a8d68-0be5-48d3-bf90-6c4ba275de15" ], "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-09-05T03:15:09.244Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2d3e0616-822e-45c3-8008-1d4a2364945c VfModuleModelInvariantUUID:f7c74bc0-3343-49a3-ad23-32104056bda6 VfModuleModelDescription:NULL Artifacts UUID List:{ d9b30a47-75c2-411e-81cc-73a496574c55 , f101e7d0-975c-4676-a2ea-95e037178e98 , dc5a8d68-0be5-48d3-bf90-6c4ba275de15 } 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-09-05T03:15:09.245Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d9b30a47-75c2-411e-81cc-73a496574c55 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-05T03:15:09.245Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:15:09.245Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:09.640Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:15:09.640Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d9b30a47-75c2-411e-81cc-73a496574c55 1164 2021-09-05T03:15:09.641Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:09.641Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:09.641Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:15:09.641Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:15:09.643Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:15:09.643Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811709641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:09.743Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:15:09.744Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:15:09.744Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:15:09.753Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:15:09.754Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:15:10.643Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dc5a8d68-0be5-48d3-bf90-6c4ba275de15 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-05T03:15:10.644Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:15:10.644Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:10.923Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:15:10.923Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env dc5a8d68-0be5-48d3-bf90-6c4ba275de15 200 2021-09-05T03:15:10.923Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:10.923Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:10.923Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:15:10.924Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:15:10.925Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:15:10.925Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811710923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:11.026Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:15:11.026Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:15:11.027Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:15:11.034Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:15:11.035Z||pool-111-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:15:11.926Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ee3090c4-957e-4a40-a36a-7448e1d2c8a0 2021-09-05T03:15:11.926Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ec696613-a414-4ae1-a065-c7a09374dcf8 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 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-09-05T03:15:11.936Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select 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-09-05T03:15:11.942Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f79438d, org.onap.sdc.toscaparser.api.parameters.Input@dadf3d1, org.onap.sdc.toscaparser.api.parameters.Input@865cb15, org.onap.sdc.toscaparser.api.parameters.Input@b4c0a4d, org.onap.sdc.toscaparser.api.parameters.Input@1e3c4582] 2021-09-05T03:15:11.944Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:15:11.944Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:15:11.944Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-09-05T03:15:11.944Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 1274c763-4b0b-4963-81d5-ec3ef9585269 2021-09-05T03:15:11.944Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1274c763-4b0b-4963-81d5-ec3ef9585269 matches Tosca VF Customization UUID: 1274c763-4b0b-4963-81d5-ec3ef9585269 2021-09-05T03:15:11.944Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 1274c763-4b0b-4963-81d5-ec3ef9585269 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-09-05T03:15:11.946Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:15:11.946Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:15:11.947Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 1274c763-4b0b-4963-81d5-ec3ef9585269: {\"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-09-05T03:15:11.947Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31833865 2021-09-05T03:15:11.947Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:15:11.947Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-05T03:15:11.947Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bf062921-53d5-4aad-ba21-9e62dc6b0c9f 2021-09-05T03:15:11.948Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bf062921-53d5-4aad-ba21-9e62dc6b0c9f 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-09-05T03:15:11.949Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:15:11.949Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-05T03:15:11.949Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:15:11.950Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:15:11.950Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-05T03:15:11.950Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:15:11.950Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:15:11.950Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-05T03:15:11.950Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-05T03:15:11.951Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bf031fee-a551-4238-8f21-6b897afee9fd 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-09-05T03:15:11.952Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:15:11.952Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-05T03:15:11.952Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:15:11.953Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:15:11.953Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-05T03:15:11.953Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=1274c763-4b0b-4963-81d5-ec3ef9585269 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-09-05T03:15:11.954Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:15:11.954Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:15:11.954Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ee3090c4-957e-4a40-a36a-7448e1d2c8a0: basic_cnf 2021-09-05T03:15:11.954Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:15:11.955Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:15:11.955Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:15:11.955Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:15:11.955Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:15:11.955Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:15:11.955Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:15:11.955Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:15:11.955Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:15:11.956Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:15:11.956Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:12.001Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ec696613-a414-4ae1-a065-c7a09374dcf8 1 ASDC deployResourceStructure 2021-09-05T03:15:12.002Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:12.002Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:12.002Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-05T03:15:12.002Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:15:12.005Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:15:12.005Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811712001, "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-09-05T03:15:12.105Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:15:12.105Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:15:12.106Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:15:12.114Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:15:12.114Z||pool-112-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:15:13.005Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:13.006Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:13.007Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-05T03:15:13.007Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:15:13.009Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:15:13.010Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811713005, "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-09-05T03:15:13.110Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:15:13.111Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:15:13.111Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:15:13.118Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:15:13.118Z||pool-113-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:15:14.010Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:14.011Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:14.011Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:15:14.012Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:15:14.014Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:15:14.015Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811714010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T03:15:14.115Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:15:14.115Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:15:14.115Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:15:14.124Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:15:14.124Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:15:15.015Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:15.017Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:15.017Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:15:15.017Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:15:15.019Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:15:15.019Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811715015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-05T03:15:15.120Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-05T03:15:15.120Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:15:15.120Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:15:15.128Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:15:15.129Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:15:16.020Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:16.021Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||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-09-05T03:15:16.021Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:15:16.021Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:15:16.023Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:15:16.023Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811716020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-05T03:15:16.123Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:15:16.124Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:15:16.124Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:15:16.134Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:15:16.134Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:15:17.024Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-05T03:15:17.024Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-05T03:15:17.025Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:15:17.025Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:15:17.027Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:15:17.027Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811717024, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:15:17.128Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:15:17.128Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:15:17.128Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:15:17.135Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:15:17.136Z||pool-117-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:15:18.028Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:15:18.036Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:15:18.038Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:15:18.038Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T03:15:18.038Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T03:15:48.038Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:15:48.046Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:15:48.048Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:15:48.048Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-05T03:15:48.048Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-05T03:15:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:15:52.184Z||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-09-05T03:15:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:15:52.210Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:15:52.212Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "clamp", "timestamp": 1630811573174, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:15:52.213Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630811573019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "dcae-sch", "timestamp": 1630811567692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "clamp", "timestamp": 1630811574177, "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-09-05T03:15:52.219Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 2021-09-05T03:15:52.219Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 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-09-05T03:15:52.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811574522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:52.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "aai-ml", "timestamp": 1630811574593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:15:52.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "cds", "timestamp": 1630811574249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630811573019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:15:52.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "dcae-sch", "timestamp": 1630811567692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "aai-ml", "timestamp": 1630811575596, "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-09-05T03:15:52.232Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 2021-09-05T03:15:52.233Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 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-09-05T03:15:52.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811575669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:52.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "cds", "timestamp": 1630811574249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "dcae-sch", "timestamp": 1630811567692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630811573019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-05T03:15:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "clamp", "timestamp": 1630811576139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811576799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:52.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "cds", "timestamp": 1630811574249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630811573019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "dcae-sch", "timestamp": 1630811567692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "clamp", "timestamp": 1630811576139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:15:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "cds", "timestamp": 1630811574249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811577896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T03:15:52.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630811573019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-05T03:15:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "dcae-sch", "timestamp": 1630811567692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "policy-id", "timestamp": 1630811577932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "clamp", "timestamp": 1630811576139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "cds", "timestamp": 1630811574249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811578899, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-05T03:15:52.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630811573019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "dcae-sch", "timestamp": 1630811567692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "policy-id", "timestamp": 1630811577932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "clamp", "timestamp": 1630811576139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "cds", "timestamp": 1630811574249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811579903, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-05T03:15:52.245Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630811573019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:15:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "dcae-sch", "timestamp": 1630811567692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "policy-id", "timestamp": 1630811577932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-05T03:15:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "clamp", "timestamp": 1630811576139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "cds", "timestamp": 1630811574249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:15:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811580907, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:15:52.246Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "ves-openapi-manager", "timestamp": 1630811580432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "policy-id", "timestamp": 1630811577932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "clamp", "timestamp": 1630811576139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "ves-openapi-manager", "timestamp": 1630811580432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "policy-id", "timestamp": 1630811577932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "clamp", "timestamp": 1630811576139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:15:52.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "ves-openapi-manager", "timestamp": 1630811580432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811582598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "policy-id", "timestamp": 1630811577932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630811583685, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:52.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "ves-openapi-manager", "timestamp": 1630811580432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "cds", "timestamp": 1630811584221, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:52.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811582598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "policy-id", "timestamp": 1630811577932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:15:52.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "ves-openapi-manager", "timestamp": 1630811580432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811582598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "cds", "timestamp": 1630811585225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-05T03:15:52.259Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of edae210f-863e-4385-803b-0f63c1b54e6b 2021-09-05T03:15:52.259Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId edae210f-863e-4385-803b-0f63c1b54e6b 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-09-05T03:15:52.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "ves-openapi-manager", "timestamp": 1630811580432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811582598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "ves-openapi-manager", "timestamp": 1630811580432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811582598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630811587382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:52.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "policy-id", "timestamp": 1630811588192, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:52.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811582598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "aai-ml", "timestamp": 1630811588328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630811589135, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:52.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "policy-id", "timestamp": 1630811589196, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:15:52.267Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811582598, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:15:52.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "aai-ml", "timestamp": 1630811588328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "policy-id", "timestamp": 1630811590198, "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-09-05T03:15:52.271Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of edae210f-863e-4385-803b-0f63c1b54e6b 2021-09-05T03:15:52.271Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId edae210f-863e-4385-803b-0f63c1b54e6b 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-09-05T03:15:52.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630811590310, "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-09-05T03:15:52.280Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of edae210f-863e-4385-803b-0f63c1b54e6b 2021-09-05T03:15:52.280Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId edae210f-863e-4385-803b-0f63c1b54e6b 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-09-05T03:15:52.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811590837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:52.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "aai-ml", "timestamp": 1630811588328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "clamp", "timestamp": 1630811591168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:52.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "multicloud-k8s-id", "timestamp": 1630811591313, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T03:15:52.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "aai-ml", "timestamp": 1630811588328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "clamp", "timestamp": 1630811592185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:15:52.287Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811592752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:15:52.287Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "aai-ml", "timestamp": 1630811588328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "clamp", "timestamp": 1630811593188, "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-09-05T03:15:52.291Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of edae210f-863e-4385-803b-0f63c1b54e6b 2021-09-05T03:15:52.291Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId edae210f-863e-4385-803b-0f63c1b54e6b 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-09-05T03:15:52.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630811593754, "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-09-05T03:15:52.302Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of edae210f-863e-4385-803b-0f63c1b54e6b 2021-09-05T03:15:52.302Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId edae210f-863e-4385-803b-0f63c1b54e6b 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-09-05T03:15:52.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "aai-ml", "timestamp": 1630811588328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "aai-ml", "timestamp": 1630811588328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:15:52.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "aai-ml", "timestamp": 1630811596120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:52.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "aai-ml", "timestamp": 1630811608622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:15:52.309Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "aai-ml", "timestamp": 1630811609624, "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-09-05T03:15:52.312Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of edae210f-863e-4385-803b-0f63c1b54e6b 2021-09-05T03:15:52.312Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId edae210f-863e-4385-803b-0f63c1b54e6b 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-09-05T03:15:52.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "29cc3a64-ef2f-45d7-84e4-357bb5c9854a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811612071, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T03:15:52.319Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:15:52.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:15:52.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:15:52.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811624195, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:15:52.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:15:52.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:15:52.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811625957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:15:52.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:16:18.048Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:16:18.056Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:16:18.058Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:16:18.058Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-05T03:16:18.058Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-05T03:16:18.058Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-05T03:16:18.058Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:16:18.058Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:16:18.058Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:16:18.058Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:16:18.059Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:16:18.059Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:16:18.059Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|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-09-05T03:16:18.062Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-05T03:16:48.062Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 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-09-05T03:16:48.069Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 and serviceModelVersionId: ee3090c4-957e-4a40-a36a-7448e1d2c8a0 2021-09-05T03:16:48.069Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee89c4b8-71a2-4fe1-99f8-4edcebb21274 2021-09-05T03:16:48.070Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee89c4b8-71a2-4fe1-99f8-4edcebb21274/model-vers/model-ver/ee3090c4-957e-4a40-a36a-7448e1d2c8a0?depth=0 2021-09-05T03:16:48.076Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-05T03:16:48.100Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|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/ee89c4b8-71a2-4fe1-99f8-4edcebb21274/model-vers/model-ver/ee3090c4-957e-4a40-a36a-7448e1d2c8a0?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-09-05T03:16:48.101Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ee89c4b8-71a2-4fe1-99f8-4edcebb21274/model-vers/model-ver/ee3090c4-957e-4a40-a36a-7448e1d2c8a0?depth=0|INFO|500||Invoke 2021-09-05T03:16:48.126Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ee89c4b8-71a2-4fe1-99f8-4edcebb21274/model-vers/model-ver/ee3090c4-957e-4a40-a36a-7448e1d2c8a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-05T03:16:48.348Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ee89c4b8-71a2-4fe1-99f8-4edcebb21274/model-vers/model-ver/ee3090c4-957e-4a40-a36a-7448e1d2c8a0?depth=0|INFO|500||InvokeReturn 2021-09-05T03:16:48.348Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|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/ee89c4b8-71a2-4fe1-99f8-4edcebb21274/model-vers/model-ver/ee3090c4-957e-4a40-a36a-7448e1d2c8a0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210905-03:16:48:133-2680], vertex-id=[217328], Content-Length=[0], Date=[Sun, 05 Sep 2021 03:16:48 GMT], Content-Type=[application/json]} 2021-09-05T03:16:48.349Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-09-05T03:16:48.349Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-05T03:16:48.349Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|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-09-05T03:16:48.355Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|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-09-05T03:16:48.355Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-05T03:16:48.355Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-05T03:16:48.356Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:16:48.357Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:16:48.358Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811808355, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T03:16:48.459Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-05T03:16:48.460Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:16:48.460Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:16:48.471Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:16:48.472Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-05T03:16:49.366Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:16:49.367Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|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-09-05T03:16:49.367Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:16:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:16:52.184Z||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-09-05T03:16:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:16:52.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:16:52.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:16:52.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "43a2d553-769a-4704-b5d5-7185978011c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811687591, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T03:16:52.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:16:52.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:16:52.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:16:52.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:16:52.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:16:52.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-05T03:16:52.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:16:52.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:16:52.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-05T03:16:52.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:16:52.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:16:52.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:16:52.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:16:53.635Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:16:53.635Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-05T03:16:53.635Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"edae210f-863e-4385-803b-0f63c1b54e6b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"67f970de-2767-4f5a-abe0-15b28c58b547","serviceDescription":"service","serviceInvariantUUID":"bcd701d8-4e67-4297-95b9-5adfcf06b452","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90f48771-1766-42d2-bd2f-173f287b4d8f","resourceInvariantUUID":"4c48299d-7075-40bc-8880-de4d8c8934d8","resourceCustomizationUUID":"304eb00c-c662-4556-8a11-8f2b2ae7f79a","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":"M2NlZjRkNmVhNDJkNTE5MDNiMGIwMThmNDlmYzU2ZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e86de102-6644-4bc1-b7a9-9c106ca6be24","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":"ZjhjMjlmMDIyYTkyNTIxYWJiNzdlYmJmOTA4NTc2Nzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a071de80-3fd1-4405-9d4a-0b09ce496538","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":"25af0b3c-fe2f-4520-b6f0-719e57a47df3","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":"1c24c3c4-0319-4560-86e6-70df8522b3a2","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":"09e81a89-f889-472a-b149-4ea9378b5774","artifactVersion":"2","generatedFromUUID":"25af0b3c-fe2f-4520-b6f0-719e57a47df3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWIxZDg2NGQ0NTk4N2Q5ZWE3N2Q0MDJiMDdkNmJjMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a28be7d-b518-4721-b710-954c689dd33b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGM2ZmZiYmFkNDY3OTBhZGIwOWI5NzRmOGJkZmFjMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2ca9ba9-8c1b-4ab8-924a-6f81e5668dcc","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-05T03:16:53.637Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:16:53.637Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:16:53.639Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:16:53.639Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811809366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:16:53.740Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:16:53.741Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:16:53.741Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:16:53.749Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:16:53.750Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:16:54.640Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:16:54.641Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:16:54.643Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:16:54.643Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811809366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:16:54.743Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:16:54.744Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:16:54.744Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:16:54.753Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:16:54.753Z||pool-120-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-05T03:16:55.644Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:16:55.645Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:16:55.647Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:16:55.647Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811809366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-05T03:16:55.747Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:16:55.748Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:16:55.748Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:16:55.756Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:16:55.757Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:16:56.648Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:16:56.648Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:16:56.650Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:16:56.651Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811809366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:16:56.751Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:16:56.752Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:16:56.752Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:16:56.761Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:16:56.761Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:16:57.651Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:16:57.652Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:16:57.655Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:16:57.655Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811809366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-05T03:16:57.756Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:16:57.756Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:16:57.757Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:16:57.765Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:16:57.765Z||pool-123-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:16:58.656Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:16:58.657Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:16:58.660Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:16:58.660Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811809366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:16:58.760Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:16:58.761Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:16:58.761Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:16:58.769Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:16:58.769Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:16:59.661Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-05T03:16:59.662Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:16:59.664Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:16:59.664Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811809366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:16:59.764Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:16:59.765Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:16:59.765Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:16:59.774Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:16:59.775Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:17:00.665Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "67f970de-2767-4f5a-abe0-15b28c58b547", "serviceDescription": "service", "serviceInvariantUUID": "bcd701d8-4e67-4297-95b9-5adfcf06b452", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "304eb00c-c662-4556-8a11-8f2b2ae7f79a", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "90f48771-1766-42d2-bd2f-173f287b4d8f", "resourceInvariantUUID": "4c48299d-7075-40bc-8880-de4d8c8934d8", "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": "ZjhjMjlmMDIyYTkyNTIxYWJiNzdlYmJmOTA4NTc2Nzc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a071de80-3fd1-4405-9d4a-0b09ce496538", "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": "25af0b3c-fe2f-4520-b6f0-719e57a47df3", "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": "09e81a89-f889-472a-b149-4ea9378b5774", "generatedFromUUID": "25af0b3c-fe2f-4520-b6f0-719e57a47df3" }, "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": "09e81a89-f889-472a-b149-4ea9378b5774", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MGM2ZmZiYmFkNDY3OTBhZGIwOWI5NzRmOGJkZmFjMjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a2ca9ba9-8c1b-4ab8-924a-6f81e5668dcc" } ], "workloadContext": "Production" } 2021-09-05T03:17:00.665Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-05T03:17:00.666Z|c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 67f970de-2767-4f5a-abe0-15b28c58b547 ASDC 2021-09-05T03:17:00.666Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:edae210f-863e-4385-803b-0f63c1b54e6b ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:67f970de-2767-4f5a-abe0-15b28c58b547 ServiceInvariantUUID:bcd701d8-4e67-4297-95b9-5adfcf06b452 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:a2ca9ba9-8c1b-4ab8-924a-6f81e5668dcc ArtifactChecksum:MGM2ZmZiYmFkNDY3OTBhZGIwOWI5NzRmOGJkZmFjMjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:304eb00c-c662-4556-8a11-8f2b2ae7f79a ResourceInvariantUUID:4c48299d-7075-40bc-8880-de4d8c8934d8 ResourceName:basic_vm ResourceType:VF ResourceUUID:90f48771-1766-42d2-bd2f-173f287b4d8f 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:a071de80-3fd1-4405-9d4a-0b09ce496538 ArtifactChecksum:ZjhjMjlmMDIyYTkyNTIxYWJiNzdlYmJmOTA4NTc2Nzc= 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:25af0b3c-fe2f-4520-b6f0-719e57a47df3 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:09e81a89-f889-472a-b149-4ea9378b5774 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:09e81a89-f889-472a-b149-4ea9378b5774 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-05T03:17:00.666Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67f970de-2767-4f5a-abe0-15b28c58b547 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-09-05T03:17:00.693Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T03:17:00.694Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:17:00.694Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:17:00.694Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a2ca9ba9-8c1b-4ab8-924a-6f81e5668dcc from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-05T03:17:00.694Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:17:00.694Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-05T03:17:03.718Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:17:03.723Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a2ca9ba9-8c1b-4ab8-924a-6f81e5668dcc 70838 2021-09-05T03:17:03.723Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-05T03:17:03.723Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-05T03:17:03.724Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:17:03.724Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:17:03.725Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:17:03.725Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811823723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:17:03.826Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-05T03:17:03.827Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:17:03.827Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:17:03.834Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:17:03.835Z||pool-126-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:17:04.726Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-05T03:17:04.727Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-05T03:17:04.727Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a2ca9ba9-8c1b-4ab8-924a-6f81e5668dcc, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-05T03:17:04.728Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-09-05T03:17:04.728Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-05T03:17:04.728Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-09-05T03:17:04.883Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1932169201862275374/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-09-05T03:17:05.798Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-05T03:17:05.799Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-05T03:17:05.799Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-05T03:17:05.799Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-05T03:17:05.799Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-05T03:17:05.799Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-05T03:17:05.799Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-05T03:17:05.799Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-05T03:17:05.799Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-05T03:17:05.799Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-05T03:17:05.799Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_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-09-05T03:17:05.799Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-05T03:17:05.799Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-05T03:17:05.799Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-05T03:17:05.799Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:05.799Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:17:05.800Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-05T03:17:05.800Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-05T03:17:05.800Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T03:17:05.800Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:05.800Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:17:05.800Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-05T03:17:05.800Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-05T03:17:05.800Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-05T03:17:05.800Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:05.800Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:17:05.800Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:05.800Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-05T03:17:05.800Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-09-05T03:17:05.800Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-09-05T03:17:05.801Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-09-05T03:17:05.801Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-05T03:17:05.801Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-05T03:17:05.801Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:05.801Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-05T03:17:05.801Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:05.801Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-05T03:17:05.801Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:17:05.801Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:05.801Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-05T03:17:05.801Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:17:05.801Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:05.801Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-05T03:17:05.802Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:17:05.802Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:05.802Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-05T03:17:05.802Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-09-05T03:17:05.802Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-09-05T03:17:05.802Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=62fd3b38-44c6-4a54-8a85-56e6654497d2 2021-09-05T03:17:05.802Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:05.802Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:17:05.802Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:05.802Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:17:05.802Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:05.802Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:17:05.802Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:05.803Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:17:05.803Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:67f970de-2767-4f5a-abe0-15b28c58b547 Model Version:NULL Model InvariantUuid:bcd701d8-4e67-4297-95b9-5adfcf06b452 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:476e2daa-8a17-438d-b5a0-da663a565f40 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4c48299d-7075-40bc-8880-de4d8c8934d8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:304eb00c-c662-4556-8a11-8f2b2ae7f79a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3b45a980-f505-46b0-8af5-b0d67baf341a ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:7e83166b-6c07-495c-971f-981dbef322fe ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:62fd3b38-44c6-4a54-8a85-56e6654497d2 ModelInvariantUuid:887d9cf4-6e4d-4158-9055-3d26cf5a9ee1 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:503e4ac8-981f-459d-9366-3231904a11a0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:ed7b2ff9-20b6-4b97-9246-29836fda6e31 ModelInvariantUuid:6a36a5ec-560f-4de1-9e5f-f3815fbdc32c ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:091a6bc1-bc6f-4127-bd92-2fb87a157dca 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-09-05T03:17:05.807Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 90f48771-1766-42d2-bd2f-173f287b4d8f 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-09-05T03:17:05.809Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||basic_vm 0 2021-09-05T03:17:05.809Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 90f48771-1766-42d2-bd2f-173f287b4d8f 2021-09-05T03:17:05.809Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a071de80-3fd1-4405-9d4a-0b09ce496538 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-05T03:17:05.809Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:17:05.809Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-05T03:17:07.186Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:17:07.186Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a071de80-3fd1-4405-9d4a-0b09ce496538 787 2021-09-05T03:17:07.187Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-09-05T03:17:07.187Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-05T03:17:07.187Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:17:07.187Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:17:07.190Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:17:07.190Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811827187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T03:17:07.290Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:17:07.291Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:17:07.291Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:17:07.300Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:17:07.301Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:17:08.191Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3b45a980-f505-46b0-8af5-b0d67baf341a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7e83166b-6c07-495c-971f-981dbef322fe", "vfModuleModelCustomizationUUID": "caeedeca-8114-463f-a53d-050aed48d6d4", "isBase": true, "artifacts": [ "25af0b3c-fe2f-4520-b6f0-719e57a47df3", "09e81a89-f889-472a-b149-4ea9378b5774" ], "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-09-05T03:17:08.194Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7e83166b-6c07-495c-971f-981dbef322fe VfModuleModelInvariantUUID:3b45a980-f505-46b0-8af5-b0d67baf341a VfModuleModelDescription:NULL Artifacts UUID List:{ 25af0b3c-fe2f-4520-b6f0-719e57a47df3 , 09e81a89-f889-472a-b149-4ea9378b5774 } 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-09-05T03:17:08.196Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3b45a980-f505-46b0-8af5-b0d67baf341a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7e83166b-6c07-495c-971f-981dbef322fe", "vfModuleModelCustomizationUUID": "caeedeca-8114-463f-a53d-050aed48d6d4", "isBase": true, "artifacts": [ "25af0b3c-fe2f-4520-b6f0-719e57a47df3", "09e81a89-f889-472a-b149-4ea9378b5774" ], "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-09-05T03:17:08.197Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7e83166b-6c07-495c-971f-981dbef322fe VfModuleModelInvariantUUID:3b45a980-f505-46b0-8af5-b0d67baf341a VfModuleModelDescription:NULL Artifacts UUID List:{ 25af0b3c-fe2f-4520-b6f0-719e57a47df3 , 09e81a89-f889-472a-b149-4ea9378b5774 } 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-09-05T03:17:08.197Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 25af0b3c-fe2f-4520-b6f0-719e57a47df3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-05T03:17:08.197Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:17:08.197Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-05T03:17:08.748Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:17:08.749Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 25af0b3c-fe2f-4520-b6f0-719e57a47df3 5033 2021-09-05T03:17:08.749Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-05T03:17:08.749Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-05T03:17:08.749Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:17:08.749Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:17:08.752Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:17:08.752Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811828749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T03:17:08.852Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:17:08.853Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:17:08.853Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:17:08.860Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:17:08.860Z||pool-128-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:17:09.752Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 09e81a89-f889-472a-b149-4ea9378b5774 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-05T03:17:09.753Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-05T03:17:09.754Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-05T03:17:09.986Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-05T03:17:09.987Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 09e81a89-f889-472a-b149-4ea9378b5774 903 2021-09-05T03:17:09.987Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-05T03:17:09.988Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-05T03:17:09.988Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-05T03:17:09.988Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:17:09.990Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:17:09.991Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811829987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-05T03:17:10.091Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-05T03:17:10.091Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:17:10.091Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:17:10.100Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:17:10.100Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-05T03:17:10.991Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 67f970de-2767-4f5a-abe0-15b28c58b547 2021-09-05T03:17:10.997Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 90f48771-1766-42d2-bd2f-173f287b4d8f 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-09-05T03:17:11.006Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fd41641, org.onap.sdc.toscaparser.api.parameters.Input@34d51e2, org.onap.sdc.toscaparser.api.parameters.Input@38e6e0dc, org.onap.sdc.toscaparser.api.parameters.Input@75724289, org.onap.sdc.toscaparser.api.parameters.Input@a6b3478] 2021-09-05T03:17:11.007Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:11.007Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:17:11.008Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-09-05T03:17:11.008Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 304eb00c-c662-4556-8a11-8f2b2ae7f79a 2021-09-05T03:17:11.008Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 304eb00c-c662-4556-8a11-8f2b2ae7f79a matches Tosca VF Customization UUID: 304eb00c-c662-4556-8a11-8f2b2ae7f79a 2021-09-05T03:17:11.008Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 304eb00c-c662-4556-8a11-8f2b2ae7f79a 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-09-05T03:17:11.009Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:11.009Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:17:11.010Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 304eb00c-c662-4556-8a11-8f2b2ae7f79a: {\"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-09-05T03:17:11.010Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@bae3b34 2021-09-05T03:17:11.010Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:11.011Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-05T03:17:11.011Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : caeedeca-8114-463f-a53d-050aed48d6d4 2021-09-05T03:17:11.011Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID caeedeca-8114-463f-a53d-050aed48d6d4 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-09-05T03:17:11.012Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:11.013Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-05T03:17:11.013Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:17:11.013Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:11.013Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-05T03:17:11.013Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:17:11.013Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:11.014Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-05T03:17:11.014Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-09-05T03:17:11.014Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-09-05T03:17:11.014Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=62fd3b38-44c6-4a54-8a85-56e6654497d2 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-09-05T03:17:11.016Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:11.016Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-05T03:17:11.016Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-05T03:17:11.017Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:11.017Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-05T03:17:11.017Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=304eb00c-c662-4556-8a11-8f2b2ae7f79a 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-09-05T03:17:11.018Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:11.018Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:17:11.019Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 67f970de-2767-4f5a-abe0-15b28c58b547: basic_vm 2021-09-05T03:17:11.019Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:11.019Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:17:11.019Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:11.019Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:17:11.019Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:11.019Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:17:11.020Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:11.020Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:17:11.020Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-05T03:17:11.020Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-05T03:17:11.020Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||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-09-05T03:17:11.073Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 90f48771-1766-42d2-bd2f-173f287b4d8f 1 ASDC deployResourceStructure 2021-09-05T03:17:11.074Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-09-05T03:17:11.074Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-05T03:17:11.074Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:17:11.074Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:17:11.076Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:17:11.076Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811831074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T03:17:11.176Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:17:11.177Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:17:11.177Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:17:11.185Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:17:11.185Z||pool-130-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-09-05T03:17:12.077Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-05T03:17:12.077Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-05T03:17:12.078Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:17:12.078Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:17:12.079Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:17:12.080Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811832077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-05T03:17:12.180Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:17:12.180Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:17:12.180Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:17:12.188Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:17:12.189Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:17:13.080Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-05T03:17:13.081Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-05T03:17:13.081Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:17:13.081Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:17:13.083Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:17:13.083Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811833080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-05T03:17:13.183Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:17:13.184Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:17:13.184Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:17:13.192Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:17:13.192Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:17:14.083Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-05T03:17:14.084Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-05T03:17:14.084Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-05T03:17:14.084Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:17:14.086Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:17:14.086Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811834083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:17:14.186Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-05T03:17:14.187Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:17:14.187Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:17:14.195Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:17:14.195Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-05T03:17:15.086Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: edae210f-863e-4385-803b-0f63c1b54e6b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-05T03:17:15.096Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: edae210f-863e-4385-803b-0f63c1b54e6b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-05T03:17:15.098Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-05T03:17:15.098Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-05T03:17:15.099Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-05T03:17:15.099Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-05T03:17:15.099Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:17:15.099Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:17:15.099Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:17:15.099Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:17:15.100Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:17:15.100Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-05T03:17:15.100Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:17:15.104Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-05T03:17:45.104Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: edae210f-863e-4385-803b-0f63c1b54e6b 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-09-05T03:17:45.108Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: edae210f-863e-4385-803b-0f63c1b54e6b and serviceModelVersionId: 67f970de-2767-4f5a-abe0-15b28c58b547 2021-09-05T03:17:45.109Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bcd701d8-4e67-4297-95b9-5adfcf06b452 2021-09-05T03:17:45.109Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bcd701d8-4e67-4297-95b9-5adfcf06b452/model-vers/model-ver/67f970de-2767-4f5a-abe0-15b28c58b547?depth=0 2021-09-05T03:17:45.114Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-05T03:17:45.145Z|edae210f-863e-4385-803b-0f63c1b54e6b|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/bcd701d8-4e67-4297-95b9-5adfcf06b452/model-vers/model-ver/67f970de-2767-4f5a-abe0-15b28c58b547?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-09-05T03:17:45.146Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcd701d8-4e67-4297-95b9-5adfcf06b452/model-vers/model-ver/67f970de-2767-4f5a-abe0-15b28c58b547?depth=0|INFO|500||Invoke 2021-09-05T03:17:45.162Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcd701d8-4e67-4297-95b9-5adfcf06b452/model-vers/model-ver/67f970de-2767-4f5a-abe0-15b28c58b547?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-05T03:17:45.620Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/bcd701d8-4e67-4297-95b9-5adfcf06b452/model-vers/model-ver/67f970de-2767-4f5a-abe0-15b28c58b547?depth=0|INFO|500||InvokeReturn 2021-09-05T03:17:45.621Z|edae210f-863e-4385-803b-0f63c1b54e6b|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/bcd701d8-4e67-4297-95b9-5adfcf06b452/model-vers/model-ver/67f970de-2767-4f5a-abe0-15b28c58b547?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210905-03:17:45:169-77993], vertex-id=[229616], Content-Length=[0], Date=[Sun, 05 Sep 2021 03:17:45 GMT], Content-Type=[application/json]} 2021-09-05T03:17:45.621Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-09-05T03:17:45.622Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-05T03:17:45.622Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:17:45.627Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:17:45.627Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID edae210f-863e-4385-803b-0f63c1b54e6b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-05T03:17:45.627Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-05T03:17:45.628Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-05T03:17:45.629Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-05T03:17:45.629Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811865627, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T03:17:45.730Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-05T03:17:45.730Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-05T03:17:45.731Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PddoZ7otRZI0oWVt) ... 2021-09-05T03:17:45.741Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:17:45.742Z||pool-134-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-09-05T03:17:46.641Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:17:46.641Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:17:46.641Z|edae210f-863e-4385-803b-0f63c1b54e6b|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:17:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:17:52.184Z||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-09-05T03:17:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:17:52.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:17:52.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-05T03:17:52.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:17:52.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:17:52.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:17:52.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-05T03:17:52.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:17:52.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:17:52.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:17:52.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811559831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:17:52.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-05T03:17:52.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811697937, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:17:52.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:17:52.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811701321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-05T03:17:52.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:17:52.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811704987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-05T03:17:52.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:17:52.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811708234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T03:17:52.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:17:52.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811709641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T03:17:52.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:17:52.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811710923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-05T03:17:52.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:17:52.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811712001, "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-09-05T03:17:52.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:17:52.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811713005, "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-09-05T03:17:52.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:17:52.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811714010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T03:17:52.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:17:52.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811715015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-05T03:17:52.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:17:52.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811716020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-05T03:17:52.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:17:52.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-05T03:17:52.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811717024, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:17:52.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:17:56.179Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:17:56.180Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:17:56.180Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:17:56.180Z|edae210f-863e-4385-803b-0f63c1b54e6b|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:18:05.713Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:18:05.714Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:18:05.715Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:18:05.715Z|edae210f-863e-4385-803b-0f63c1b54e6b|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:18:15.247Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:18:15.248Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:18:15.249Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:18:15.249Z|edae210f-863e-4385-803b-0f63c1b54e6b|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:18:24.785Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:18:24.785Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:18:24.786Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:18:24.786Z|edae210f-863e-4385-803b-0f63c1b54e6b|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:18:34.320Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:18:34.321Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:18:34.321Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:18:34.321Z|edae210f-863e-4385-803b-0f63c1b54e6b|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:18:43.850Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:18:43.851Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:18:43.851Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:18:43.851Z|edae210f-863e-4385-803b-0f63c1b54e6b|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:18:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:18:52.184Z||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-09-05T03:18:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:18:52.204Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:18:52.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:18:52.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1c3f64e-62e6-4fb8-840d-dec8ab2b8d99", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811808355, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T03:18:52.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:18:53.382Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:18:53.383Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:18:53.383Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:18:53.383Z|edae210f-863e-4385-803b-0f63c1b54e6b|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:19:02.913Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:19:02.914Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:19:02.915Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:19:02.915Z|edae210f-863e-4385-803b-0f63c1b54e6b|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:19:12.448Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:19:12.449Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:19:12.449Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:19:12.449Z|edae210f-863e-4385-803b-0f63c1b54e6b|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:19:21.979Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:19:52.181Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:19:52.182Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:19:52.182Z|edae210f-863e-4385-803b-0f63c1b54e6b|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:19:52.183Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:19:52.184Z||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-09-05T03:19:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:19:52.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:19:52.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811809366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:19:52.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-05T03:19:52.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811809366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-05T03:19:52.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-05T03:19:52.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811809366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-05T03:19:52.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-05T03:19:52.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811809366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-05T03:19:52.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-05T03:19:52.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811809366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-05T03:19:52.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-05T03:19:52.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811809366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-05T03:19:52.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-05T03:19:52.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811809366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-05T03:19:52.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-05T03:19:52.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811823723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-05T03:19:52.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:19:52.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811827187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-05T03:19:52.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:19:52.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811828749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-05T03:19:52.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:19:52.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811829987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-05T03:19:52.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:19:52.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811831074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-05T03:19:52.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:19:52.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811832077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-05T03:19:52.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:19:52.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811833080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-05T03:19:52.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:19:52.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811834083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-05T03:19:52.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:19:52.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-05T03:19:52.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "edae210f-863e-4385-803b-0f63c1b54e6b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630811865627, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-05T03:19:52.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-05T03:20:01.725Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:20:52.181Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:20:52.182Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:20:52.182Z|edae210f-863e-4385-803b-0f63c1b54e6b|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:20:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:20:52.184Z||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-09-05T03:20:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:21:01.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:21:01.725Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:21:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:21:52.182Z||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-09-05T03:21:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:21:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:21:52.185Z||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-09-05T03:21:52.185Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:22:01.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:22:01.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:22:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:22:52.182Z||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-09-05T03:22:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:22:52.184Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:22:52.184Z|d2b30c49-ca73-4821-a864-676b27e32761|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-09-05T03:22:52.184Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:23:01.719Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:23:01.739Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:23:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:23:52.182Z||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-09-05T03:23:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:23:52.183Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:23:52.184Z|d2b30c49-ca73-4821-a864-676b27e32761|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-09-05T03:23:52.184Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:24:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:24:01.725Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:24:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:24:52.182Z||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-09-05T03:24:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:24:52.184Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:24:52.184Z|edae210f-863e-4385-803b-0f63c1b54e6b|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-09-05T03:24:52.184Z|edae210f-863e-4385-803b-0f63c1b54e6b|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:25:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:25:01.726Z|edae210f-863e-4385-803b-0f63c1b54e6b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:25:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:25:52.182Z||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-09-05T03:25:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:25:52.184Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:25:52.184Z||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-09-05T03:25:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:26:01.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:26:01.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:26:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:26:52.182Z||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-09-05T03:26:52.183Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:26:52.183Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:26:52.184Z||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-09-05T03:26:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:27:01.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:27:01.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:27:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:27:52.182Z||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-09-05T03:27:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:27:52.184Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:27:52.184Z||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-09-05T03:27:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:28:01.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:28:01.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:28:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:28:52.182Z||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-09-05T03:28:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:28:52.183Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:28:52.184Z||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-09-05T03:28:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:29:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:29:01.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:29:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:29:52.182Z||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-09-05T03:29:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:29:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:29:52.184Z||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-09-05T03:29:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:30:01.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:30:01.719Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:30:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:30:52.182Z||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-09-05T03:30:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:30:52.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:30:52.184Z||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-09-05T03:30:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:31:01.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:31:01.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:31:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:31:52.182Z||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-09-05T03:31:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:31:52.184Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:31:52.184Z|d2b30c49-ca73-4821-a864-676b27e32761|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-09-05T03:31:52.184Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:32:01.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:32:01.726Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:32:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:32:52.182Z||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-09-05T03:32:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:32:52.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:32:52.184Z||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-09-05T03:32:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:33:01.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:33:01.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:33:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:33:52.182Z||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-09-05T03:33:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:33:52.184Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:33:52.184Z||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-09-05T03:33:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:34:01.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:34:01.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:34:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:34:52.181Z||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-09-05T03:34:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:34:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:34:52.184Z||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-09-05T03:34:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:35:01.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:35:01.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:35:52.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:35:52.182Z||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-09-05T03:35:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:35:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:35:52.184Z||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-09-05T03:35:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:36:01.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:36:01.726Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:36:52.181Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:36:52.182Z||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-09-05T03:36:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:36:52.184Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:36:52.184Z|d2b30c49-ca73-4821-a864-676b27e32761|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-09-05T03:36:52.184Z|d2b30c49-ca73-4821-a864-676b27e32761|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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:37:01.723Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:37:01.724Z|d2b30c49-ca73-4821-a864-676b27e32761|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:37:52.181Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:37:52.182Z||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-09-05T03:37:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:37:52.183Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:37:52.184Z||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-09-05T03:37:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:38:01.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:38:01.725Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:38:52.181Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:38:52.182Z||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-09-05T03:38:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:38:52.183Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:38:52.184Z||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-09-05T03:38:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:39:01.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:39:01.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:39:52.181Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:39:52.182Z||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-09-05T03:39:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:39:52.183Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:39:52.184Z||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-09-05T03:39:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:40:01.720Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:40:01.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:40:52.181Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:40:52.182Z||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-09-05T03:40:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:40:52.183Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:40:52.184Z||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-09-05T03:40:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:41:01.719Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:41:01.719Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:41:52.181Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:41:52.182Z||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-09-05T03:41:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:41:52.183Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:41:52.184Z||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-09-05T03:41:52.184Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:42:01.721Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:42:01.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-05T03:42:52.181Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:42:52.182Z||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-09-05T03:42:52.182Z||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 PddoZ7otRZI0oWVt) ... 2021-09-05T03:42:52.183Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-05T03:42:52.184Z||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-09-05T03:42:52.184Z||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 PddoZ7otRZI0oWVt) ...