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-06T06:10:12.327Z||main|||||INFO|500||The following profiles are active: basic 2021-09-06T06:10:30.042Z||main|||||INFO|500||Starting service [Tomcat] 2021-09-06T06:10:30.044Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-09-06T06:10:30.208Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-09-06T06:10:36.609Z||main|||||INFO|500||catdb-pool - Starting... 2021-09-06T06:10:37.369Z||main|||||INFO|500||catdb-pool - Start completed. 2021-09-06T06:10:38.053Z||main|||||INFO|500||reqdb-pool - Starting... 2021-09-06T06:10:38.078Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-09-06T06:10:38.359Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-09-06T06:10:38.732Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-09-06T06:10:40.673Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-09-06T06:10:47.691Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-06T06:10:50.785Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-06T06:10:50.847Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-09-06T06:10:51.739Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-06T06:10:51.965Z||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-06T06:10:53.164Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-06T06:10:54.360Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-09-06T06:10:54.393Z||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$$d2f5c2ba.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-06T06:10:54.395Z||main|||||WARN|500||The sdc end point is not alive 2021-09-06T06:10:57.446Z||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-06T06:11:00.378Z||main|||||WARN|500||--- 2021-09-06T06:11:00.379Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-09-06T06:11:00.379Z||main|||||WARN|500||--- 2021-09-06T06:11:00.795Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-09-06T06:11:07.236Z||main|||||INFO|500||Started Application in 60.53 seconds (JVM running for 68.188) 2021-09-06T06:11:07.267Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-06T06:11:07.270Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-06T06:11:07.310Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-06T06:11:07.362Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-06T06:11:07.428Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c345e3a2-91e6-4816-b99b-0270c2b7aaf8 url= /sdc/v1/artifactTypes 2021-09-06T06:11:07.428Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-06T06:11:07.857Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-09-06T06:11:07.879Z||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-06T06:11:07.915Z||scheduling-1|||||DEBUG|500||create keys 2021-09-06T06:11:07.927Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-09-06T06:11:07.970Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:11:07.991Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4142568c-8f88-498b-868a-835c0590646f url= /sdc/v1/registerForDistribution 2021-09-06T06:11:08.129Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4142568c-8f88-498b-868a-835c0590646f url= /sdc/v1/registerForDistribution 2021-09-06T06:11:08.130Z||scheduling-1|||||INFO|500||start DistributionClient 2021-09-06T06:11:08.151Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:11:08.153Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:11:08.184Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-09-06T06:11:08.194Z||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-06T06:11:08.195Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:11:08.210Z||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-06T06:11:08.211Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:11:18.520Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:11:18.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:12:08.138Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:12:08.144Z||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-06T06:12:08.144Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:12:08.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:12:08.152Z||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-06T06:12:08.155Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:12:17.749Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:12:17.810Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:13:08.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:13:08.154Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:13:08.156Z||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-06T06:13:08.158Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:13:08.159Z||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-06T06:13:08.160Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:13:17.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:13:17.820Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:14:08.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:14:08.151Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:14:08.152Z||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-06T06:14:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:14:08.152Z||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-06T06:14:08.153Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:14:17.717Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:14:17.717Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:15:08.138Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:15:08.149Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:15:08.152Z||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-06T06:15:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:15:08.164Z||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-06T06:15:08.166Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:15:17.740Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:15:17.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:16:08.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:16:08.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:16:08.150Z||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-06T06:16:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:16:08.151Z||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-06T06:16:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:16:17.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:16:17.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:17:08.138Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:17:08.149Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:17:08.158Z||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-06T06:17:08.162Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:17:08.155Z||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-06T06:17:08.167Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:17:17.749Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:17:17.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:18:08.141Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:18:08.149Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:18:08.153Z||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-06T06:18:08.154Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:18:08.160Z||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-06T06:18:08.160Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:18:17.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:18:17.734Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:19:08.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:19:08.149Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:19:08.157Z||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-06T06:19:08.157Z||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-06T06:19:08.158Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:19:08.158Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:19:17.795Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:19:17.799Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:20:08.141Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:20:08.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:20:08.162Z||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-06T06:20:08.163Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:20:08.170Z||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-06T06:20:08.172Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:20:17.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:20:17.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:20:48.498Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-09-06T06:21:08.141Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:21:08.149Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:21:08.155Z||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-06T06:21:08.156Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:21:08.157Z||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-06T06:21:08.158Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:21:17.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:21:17.772Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:22:08.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:22:08.148Z||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-06T06:22:08.148Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:22:08.150Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:22:08.152Z||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-06T06:22:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:22:17.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:22:17.739Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:23:08.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:23:08.148Z||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-06T06:23:08.148Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:23:08.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:23:08.155Z||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-06T06:23:08.157Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:23:17.744Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:23:17.746Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:24:08.141Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:24:08.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:24:08.155Z||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-06T06:24:08.156Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:24:08.155Z||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-06T06:24:08.157Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:24:17.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:24:17.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:25:08.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:25:08.146Z||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-06T06:25:08.147Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:25:08.149Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:25:08.151Z||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-06T06:25:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:25:17.713Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:25:17.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:26:08.138Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:26:08.145Z||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-06T06:26:08.146Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:26:08.149Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:26:08.150Z||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-06T06:26:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:26:17.736Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:26:17.745Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:27:08.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:27:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:27:08.146Z||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-06T06:27:08.151Z||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-06T06:27:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:27:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:27:17.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:27:17.722Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:28:08.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:28:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:28:08.151Z||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-06T06:28:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:28:08.151Z||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-06T06:28:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:28:17.732Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:28:17.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:29:08.138Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:29:08.143Z||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-06T06:29:08.143Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:29:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:29:08.149Z||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-06T06:29:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:29:17.733Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:29:17.733Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:30:08.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:30:08.146Z||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-06T06:30:08.147Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:30:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:30:08.151Z||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-06T06:30:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:30:17.746Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:30:17.744Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:31:08.143Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:31:08.147Z||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-06T06:31:08.148Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:31:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:31:08.152Z||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-06T06:31:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:31:17.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:31:17.729Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:32:08.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:32:08.149Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:32:08.149Z||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-06T06:32:08.150Z||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-06T06:32:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:32:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:32:17.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:32:17.741Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:33:08.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:33:08.150Z||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-06T06:33:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:33:08.149Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:33:08.162Z||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-06T06:33:08.162Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:33:17.714Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:33:17.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:34:08.141Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:34:08.149Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:34:08.153Z||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-06T06:34:08.154Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:34:08.164Z||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-06T06:34:08.164Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:34:17.744Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:34:17.746Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:35:08.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:35:08.154Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:35:08.159Z||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-06T06:35:08.160Z||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-06T06:35:08.161Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:35:08.161Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:35:17.743Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:35:17.740Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:36:08.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:36:08.147Z||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-06T06:36:08.148Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:36:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:36:08.150Z||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-06T06:36:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:36:17.800Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:36:17.809Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:37:08.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:37:08.149Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:37:08.151Z||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-06T06:37:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:37:08.151Z||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-06T06:37:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:37:17.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:37:17.734Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:38:08.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:38:08.149Z||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-06T06:38:08.149Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:38:08.149Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:38:08.149Z||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-06T06:38:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:38:17.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:38:17.739Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:39:08.146Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:39:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:39:08.156Z||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-06T06:39:08.157Z||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-06T06:39:08.157Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:39:08.157Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:39:17.742Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:39:17.743Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:40:08.138Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:40:08.145Z||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-06T06:40:08.145Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:40:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:40:08.150Z||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-06T06:40:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:40:17.714Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:40:17.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:41:08.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:41:08.146Z||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-06T06:41:08.147Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:41:08.150Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:41:08.151Z||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-06T06:41:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:41:17.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:41:17.729Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:42:08.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:42:08.150Z||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-06T06:42:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:42:08.157Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:42:08.159Z||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-06T06:42:08.160Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:42:17.804Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:42:17.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:43:08.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:43:08.149Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:43:08.157Z||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-06T06:43:08.161Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:43:08.157Z||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-06T06:43:08.163Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:43:17.729Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:43:17.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:44:08.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:44:08.149Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:44:08.153Z||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-06T06:44:08.154Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:44:08.154Z||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-06T06:44:08.154Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:44:17.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:44:17.740Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:45:08.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:45:08.148Z||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-06T06:45:08.149Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:45:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:45:08.152Z||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-06T06:45:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:45:17.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:45:17.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:46:08.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:46:08.150Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:46:08.150Z||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-06T06:46:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:46:08.148Z||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-06T06:46:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:46:17.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:46:17.736Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:47:08.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:47:08.143Z||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-06T06:47:08.143Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:47:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:47:08.150Z||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-06T06:47:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:47:17.695Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:47:17.694Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:48:08.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:48:08.147Z||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-06T06:48:08.147Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:48:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:48:08.150Z||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-06T06:48:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:48:17.711Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:48:17.718Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:49:08.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:49:08.142Z||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-06T06:49:08.142Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:49:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:49:08.150Z||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-06T06:49:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:49:17.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:49:17.711Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:50:08.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:50:08.142Z||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-06T06:50:08.142Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:50:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:50:08.151Z||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-06T06:50:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:50:17.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:50:17.744Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:51:08.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:51:08.147Z||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-06T06:51:08.147Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:51:08.149Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:51:08.151Z||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-06T06:51:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:51:17.725Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:51:17.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:52:08.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:52:08.149Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:52:08.149Z||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-06T06:52:08.150Z||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-06T06:52:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:52:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:52:17.748Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:52:17.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:53:08.141Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:53:08.147Z||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-06T06:53:08.148Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:53:08.149Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:53:08.155Z||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-06T06:53:08.155Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:53:17.723Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:53:17.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:54:08.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:54:08.146Z||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-06T06:54:08.146Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:54:08.156Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:54:08.158Z||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-06T06:54:08.160Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:54:17.732Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:54:17.734Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:55:08.141Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:55:08.149Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:55:08.152Z||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-06T06:55:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:55:08.154Z||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-06T06:55:08.154Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:55:17.740Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:55:17.740Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:56:08.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:56:08.146Z||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-06T06:56:08.147Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:56:08.149Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:56:08.151Z||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-06T06:56:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:56:17.711Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:56:17.713Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:57:08.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:57:08.146Z||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-06T06:57:08.146Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:57:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:57:08.150Z||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-06T06:57:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:57:17.710Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:57:17.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:58:08.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:58:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:58:08.149Z||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-06T06:58:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:58:08.150Z||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-06T06:58:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:58:17.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:58:17.735Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:59:08.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:59:08.143Z||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-06T06:59:08.144Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:59:08.149Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T06:59:08.150Z||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-06T06:59:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T06:59:17.727Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T06:59:17.735Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:00:08.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:00:08.149Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:00:08.152Z||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-06T07:00:08.152Z||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-06T07:00:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:00:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:00:17.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:00:17.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:01:08.149Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:01:08.154Z||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-06T07:01:08.154Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:01:08.147Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:01:08.157Z||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-06T07:01:08.158Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:01:17.717Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:01:17.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:02:08.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:02:08.145Z||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-06T07:02:08.145Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:02:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:02:08.150Z||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-06T07:02:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:02:17.708Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:02:17.709Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:03:08.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:03:08.144Z||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-06T07:03:08.145Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:03:08.149Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:03:08.150Z||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-06T07:03:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:03:17.726Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:03:17.737Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:04:08.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:04:08.145Z||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-06T07:04:08.147Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:04:08.149Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:04:08.150Z||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-06T07:04:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:04:17.713Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:04:17.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:05:08.138Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:05:08.146Z||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-06T07:05:08.147Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:05:08.149Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:05:08.149Z||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-06T07:05:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:05:17.710Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:05:17.710Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:06:08.137Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:06:08.142Z||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-06T07:06:08.142Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:06:08.149Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:06:08.150Z||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-06T07:06:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:06:17.710Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:06:17.714Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:07:08.138Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:07:08.143Z||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-06T07:07:08.148Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:07:08.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:07:08.151Z||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-06T07:07:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:07:17.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:07:17.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:08:08.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:08:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:08:08.152Z||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-06T07:08:08.152Z||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-06T07:08:08.153Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:08:08.153Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:08:17.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:08:17.771Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:09:08.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:09:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:09:08.155Z||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-06T07:09:08.155Z||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-06T07:09:08.156Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:09:08.156Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:09:17.718Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:09:17.799Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:10:08.141Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:10:08.152Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:10:08.153Z||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-06T07:10:08.153Z||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-06T07:10:08.154Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:10:08.154Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:10:17.740Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:10:17.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:11:08.138Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:11:08.145Z||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-06T07:11:08.145Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:11:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:11:08.150Z||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-06T07:11:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:11:17.718Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:11:17.733Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:12:08.138Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:12:08.145Z||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-06T07:12:08.145Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:12:08.149Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:12:08.150Z||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-06T07:12:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:12:17.707Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:12:17.788Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:13:08.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:13:08.149Z||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-06T07:13:08.149Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:13:08.149Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:13:08.151Z||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-06T07:13:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:13:17.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:13:17.730Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:14:08.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:14:08.144Z||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-06T07:14:08.145Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:14:08.150Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:14:08.151Z||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-06T07:14:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:14:17.738Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:14:17.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:15:08.138Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:15:08.145Z||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-06T07:15:08.146Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:15:08.149Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:15:08.149Z||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-06T07:15:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:15:17.711Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:15:17.714Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:16:08.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:16:08.143Z||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-06T07:16:08.143Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:16:08.149Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:16:08.150Z||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-06T07:16:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:16:17.710Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:16:17.713Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:17:08.138Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:17:08.146Z||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-06T07:17:08.146Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:17:08.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:17:08.151Z||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-06T07:17:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:17:17.711Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:17:17.712Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:18:08.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:18:08.140Z||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-06T07:18:08.140Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:18:08.149Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:18:08.149Z||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-06T07:18:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:18:17.703Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:18:17.715Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:19:08.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:19:08.142Z||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-06T07:19:08.142Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:19:08.149Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:19:08.150Z||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-06T07:19:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:19:17.720Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:19:17.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:20:08.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:20:08.146Z||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-06T07:20:08.147Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:20:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:20:08.150Z||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-06T07:20:08.153Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:20:17.740Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:20:17.749Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:21:08.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:21:08.149Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:21:08.151Z||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-06T07:21:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:21:08.150Z||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-06T07:21:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:21:17.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:21:17.734Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:22:08.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:22:08.140Z||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-06T07:22:08.141Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:22:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:22:08.150Z||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-06T07:22:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:22:17.736Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:22:17.736Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:23:08.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:23:08.149Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:23:08.156Z||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-06T07:23:08.155Z||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-06T07:23:08.156Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:23:08.156Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:23:17.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:23:17.818Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:24:08.146Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:24:08.149Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:24:08.163Z||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-06T07:24:08.162Z||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-06T07:24:08.163Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:24:08.163Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:24:17.740Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:24:17.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:25:08.141Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:25:08.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:25:08.155Z||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-06T07:25:08.155Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:25:08.161Z||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-06T07:25:08.162Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:25:17.739Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:25:17.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:08.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:26:08.143Z||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-06T07:26:08.143Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:08.149Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:26:08.150Z||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-06T07:26:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:08.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:08.835Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:08.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "cds", "timestamp": 1630913135803, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a3f7df09-1760-48ca-959a-38e4c6a99a6f","serviceName":"vFW 2021-09-06 07-22-38","serviceVersion":"1.0","serviceUUID":"4e976108-e1fb-4e5a-93bb-ef859cc0fbd3","serviceDescription":"catalog service description","serviceInvariantUUID":"79123b66-bb81-4e12-ab58-8ffddbd31d7c","resources":[{"resourceInstanceName":"vFW 4c185c59-ca78 0","resourceName":"vFW 4c185c59-ca78","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9a5aa1d5-85e5-4d00-8508-773c45bd2a7e","resourceInvariantUUID":"55c1a8b8-8071-40b5-b713-06529ae9d5f5","resourceCustomizationUUID":"f8c1c5df-225e-4aba-83b3-23963e68aad1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vf-license-model.xml","artifactChecksum":"YTBiMDkzZThlNDhiMGJiZjVhYjRjMTFlMGZhYTIxNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b1df144-5bfa-4698-ae3a-9f2a12924fa7","artifactVersion":"1"},{"artifactName":"vfw4c185c59ca780_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json","artifactChecksum":"NGFkNzVmNmUxODE0YTNkNDM5OTQ5OWNlNDkyMzEyM2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"08f6874d-3213-4429-8d20-1e713357b064","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a7d4d660-0a1b-4bfd-a0a2-286c6062d995","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vendor-license-model.xml","artifactChecksum":"MWNiODJjMzlhMWE1MzE3MGJhZTkyYTM5ZWUyMmY2MWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b6e816b8-7774-49f2-82ff-8a673a7a0039","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ba11afb0-4dd2-41f0-a96f-ced62788c244","artifactVersion":"3","generatedFromUUID":"a7d4d660-0a1b-4bfd-a0a2-286c6062d995"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210906072238-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-template.yml","artifactChecksum":"NjdkMDZhMmFiZmQ3Mjc4ZGUwY2U0YjQwYmQ0ZjQ3MWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f466adc-b2f4-45ca-a8ef-5ae253050338","artifactVersion":"1"},{"artifactName":"service-Vfw20210906072238-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar","artifactChecksum":"MmJhZGE0MDcwMGUwOTU5NWIyMDE3MDdhYWZmNDkwNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a0ccf146-fbbd-4762-95e7-f630c514fea1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-06T07:26:08.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.930Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:26:08.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913129541, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "aai-ml", "timestamp": 1630913136561, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913129541, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "cds", "timestamp": 1630913135803, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "aai-ml", "timestamp": 1630913136561, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913129541, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "cds", "timestamp": 1630913135803, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "aai-ml", "timestamp": 1630913136561, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913129541, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "cds", "timestamp": 1630913135803, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "dcae-sch", "timestamp": 1630913139235, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "aai-ml", "timestamp": 1630913136561, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913129541, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "cds", "timestamp": 1630913135803, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "multicloud-k8s-id", "timestamp": 1630913140097, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "dcae-sch", "timestamp": 1630913139235, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "aai-ml", "timestamp": 1630913136561, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "cds", "timestamp": 1630913135803, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913129541, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "multicloud-k8s-id", "timestamp": 1630913140097, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "NOTIFIED" } 2021-09-06T07:26:08.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "dcae-sch", "timestamp": 1630913139235, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "aai-ml", "timestamp": 1630913136561, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "ves-openapi-manager", "timestamp": 1630913141710, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913129541, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:26:08.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "cds", "timestamp": 1630913135803, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:26:08.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "multicloud-k8s-id", "timestamp": 1630913140097, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-06T07:26:08.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "dcae-sch", "timestamp": 1630913139235, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "aai-ml", "timestamp": 1630913136561, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:26:08.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "ves-openapi-manager", "timestamp": 1630913141710, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "multicloud-k8s-id", "timestamp": 1630913140097, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "dcae-sch", "timestamp": 1630913139235, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "ves-openapi-manager", "timestamp": 1630913141710, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "cds", "timestamp": 1630913144436, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:26:08.946Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:26:08.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913144425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:26:08.946Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:26:08.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "policy-id", "timestamp": 1630913143900, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "multicloud-k8s-id", "timestamp": 1630913140097, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-06T07:26:08.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "dcae-sch", "timestamp": 1630913139235, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "aai-ml", "timestamp": 1630913145031, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:26:08.948Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:26:08.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "ves-openapi-manager", "timestamp": 1630913141710, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:08.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:08.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:08.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "cds", "timestamp": 1630913145478, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-09-06T07:26:08.954Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:26:09.044Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:26:09.045Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913168137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:09.141Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 69 ms 2021-09-06T07:26:09.145Z||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-06T07:26:09.145Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:09.162Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:09.163Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:26:09.392Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a3f7df09-1760-48ca-959a-38e4c6a99a6f 2021-09-06T07:26:09.418Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3f7df09-1760-48ca-959a-38e4c6a99a6f 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-06T07:26:09.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "policy-id", "timestamp": 1630913143900, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:09.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "multicloud-k8s-id", "timestamp": 1630913140097, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:09.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "dcae-sch", "timestamp": 1630913139235, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:09.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "ves-openapi-manager", "timestamp": 1630913141710, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:09.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "policy-id", "timestamp": 1630913143900, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-06T07:26:09.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "multicloud-k8s-id", "timestamp": 1630913140097, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:26:09.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "ves-openapi-manager", "timestamp": 1630913141710, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:09.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "policy-id", "timestamp": 1630913143900, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:09.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "ves-openapi-manager", "timestamp": 1630913141710, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:09.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "policy-id", "timestamp": 1630913143900, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:09.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "multicloud-k8s-id", "timestamp": 1630913148897, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:26:09.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:26:09.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "policy-id", "timestamp": 1630913143900, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:09.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913149686, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:26:09.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:26:09.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "policy-id", "timestamp": 1630913143900, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:26:09.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913150691, "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-06T07:26:09.501Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a3f7df09-1760-48ca-959a-38e4c6a99a6f 2021-09-06T07:26:09.502Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3f7df09-1760-48ca-959a-38e4c6a99a6f 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-06T07:26:09.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "multicloud-k8s-id", "timestamp": 1630913151232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:26:09.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:26:09.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "policy-id", "timestamp": 1630913152161, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:26:09.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:26:09.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "multicloud-k8s-id", "timestamp": 1630913152839, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:26:09.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:26:09.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "policy-id", "timestamp": 1630913153169, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:26:09.531Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:26:09.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "policy-id", "timestamp": 1630913154172, "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-06T07:26:09.554Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a3f7df09-1760-48ca-959a-38e4c6a99a6f 2021-09-06T07:26:09.554Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3f7df09-1760-48ca-959a-38e4c6a99a6f 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-06T07:26:09.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "multicloud-k8s-id", "timestamp": 1630913154374, "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-06T07:26:09.573Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a3f7df09-1760-48ca-959a-38e4c6a99a6f 2021-09-06T07:26:09.573Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3f7df09-1760-48ca-959a-38e4c6a99a6f 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-06T07:26:09.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "multicloud-k8s-id", "timestamp": 1630913155383, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:26:09.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:26:09.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "clamp", "timestamp": 1630913155619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:09.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "clamp", "timestamp": 1630913155619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "NOTIFIED" } 2021-09-06T07:26:09.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "clamp", "timestamp": 1630913155619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:09.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "clamp", "timestamp": 1630913155619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:09.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "clamp", "timestamp": 1630913155619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:09.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "aai-ml", "timestamp": 1630913160738, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:26:09.587Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:26:09.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "clamp", "timestamp": 1630913155619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:09.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:09.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "aai-ml", "timestamp": 1630913161744, "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-06T07:26:09.596Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a3f7df09-1760-48ca-959a-38e4c6a99a6f 2021-09-06T07:26:09.597Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3f7df09-1760-48ca-959a-38e4c6a99a6f 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-06T07:26:09.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:26:09.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "clamp", "timestamp": 1630913155619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:26:09.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-06T07:26:10.076Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:26:10.077Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:26:10.079Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:26:10.080Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913168137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "NOTIFIED" } 2021-09-06T07:26:10.181Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:26:10.182Z||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-06T07:26:10.182Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:10.197Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:10.201Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:26:11.081Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:26:11.082Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:26:11.084Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:26:11.085Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913168137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-06T07:26:11.185Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:26:11.186Z||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-06T07:26:11.186Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:11.195Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:11.196Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:26:12.085Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:26:12.086Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:26:12.089Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:26:12.089Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913168137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:12.189Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:26:12.193Z||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-06T07:26:12.202Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:12.223Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:12.224Z||pool-6-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:26:13.089Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:26:13.090Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:26:13.092Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:26:13.092Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913168137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-06T07:26:13.193Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:26:13.193Z||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-06T07:26:13.193Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:13.205Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:13.206Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:26:14.105Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:26:14.138Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:26:14.141Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:26:14.141Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913168137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:26:14.241Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:26:14.250Z||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-06T07:26:14.250Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:14.260Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:14.261Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:26:15.144Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:26:15.144Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:26:15.149Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:26:15.149Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913168137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:26:15.247Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-09-06T07:26:15.248Z||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-06T07:26:15.249Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:15.272Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:15.277Z||pool-9-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2021-09-06T07:26:16.152Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "serviceName": "vFW 2021-09-06 07-22-38", "serviceVersion": "1.0", "serviceUUID": "4e976108-e1fb-4e5a-93bb-ef859cc0fbd3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "79123b66-bb81-4e12-ab58-8ffddbd31d7c", "resources": [ { "resourceInstanceName": "vFW 4c185c59-ca78 0", "resourceCustomizationUUID": "f8c1c5df-225e-4aba-83b3-23963e68aad1", "resourceName": "vFW 4c185c59-ca78", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9a5aa1d5-85e5-4d00-8508-773c45bd2a7e", "resourceInvariantUUID": "55c1a8b8-8071-40b5-b713-06529ae9d5f5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw4c185c59ca780_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "artifactChecksum": "NGFkNzVmNmUxODE0YTNkNDM5OTQ5OWNlNDkyMzEyM2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "08f6874d-3213-4429-8d20-1e713357b064", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a7d4d660-0a1b-4bfd-a0a2-286c6062d995", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "ba11afb0-4dd2-41f0-a96f-ced62788c244", "generatedFromUUID": "a7d4d660-0a1b-4bfd-a0a2-286c6062d995" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "ba11afb0-4dd2-41f0-a96f-ced62788c244", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210906072238-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "artifactChecksum": "MmJhZGE0MDcwMGUwOTU5NWIyMDE3MDdhYWZmNDkwNDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a0ccf146-fbbd-4762-95e7-f630c514fea1" } ], "workloadContext": "Production" } 2021-09-06T07:26:16.153Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-06T07:26:16.154Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4e976108-e1fb-4e5a-93bb-ef859cc0fbd3 ASDC 2021-09-06T07:26:16.317Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:a3f7df09-1760-48ca-959a-38e4c6a99a6f ServiceName:vFW 2021-09-06 07-22-38 ServiceVersion:1.0 ServiceUUID:4e976108-e1fb-4e5a-93bb-ef859cc0fbd3 ServiceInvariantUUID:79123b66-bb81-4e12-ab58-8ffddbd31d7c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210906072238-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar ArtifactUUID:a0ccf146-fbbd-4762-95e7-f630c514fea1 ArtifactChecksum:MmJhZGE0MDcwMGUwOTU5NWIyMDE3MDdhYWZmNDkwNDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 4c185c59-ca78 0 ResourceCustomizationUUID:f8c1c5df-225e-4aba-83b3-23963e68aad1 ResourceInvariantUUID:55c1a8b8-8071-40b5-b713-06529ae9d5f5 ResourceName:vFW 4c185c59-ca78 ResourceType:VF ResourceUUID:9a5aa1d5-85e5-4d00-8508-773c45bd2a7e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw4c185c59ca780_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json ArtifactUUID:08f6874d-3213-4429-8d20-1e713357b064 ArtifactChecksum:NGFkNzVmNmUxODE0YTNkNDM5OTQ5OWNlNDkyMzEyM2E= 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/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml ArtifactUUID:a7d4d660-0a1b-4bfd-a0a2-286c6062d995 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env ArtifactUUID:ba11afb0-4dd2-41f0-a96f-ced62788c244 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env ArtifactUUID:ba11afb0-4dd2-41f0-a96f-ced62788c244 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-06T07:26:16.318Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e976108-e1fb-4e5a-93bb-ef859cc0fbd3 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-06T07:26:16.395Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T07:26:16.398Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-06T07:26:16.399Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-06T07:26:16.399Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a0ccf146-fbbd-4762-95e7-f630c514fea1 from URL: /sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar 2021-09-06T07:26:16.400Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-06T07:26:16.401Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar 2021-09-06T07:26:17.179Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-06T07:26:17.206Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar a0ccf146-fbbd-4762-95e7-f630c514fea1 98709 2021-09-06T07:26:17.209Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar ASDC sendASDCNotification 2021-09-06T07:26:17.209Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar 2021-09-06T07:26:17.210Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:26:17.212Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:26:17.218Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:26:17.219Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913177207, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:26:17.317Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-06T07:26:17.318Z||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-06T07:26:17.319Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:17.328Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:17.329Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:26:18.219Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T07:26:18.220Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-06T07:26:18.222Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a0ccf146-fbbd-4762-95e7-f630c514fea1, URL: /sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar to file: /app/ASDC/1/service-Vfw20210906072238-csar.csar 2021-09-06T07:26:18.224Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210906072238-csar.csar 2021-09-06T07:26:18.355Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210906072238-csar.csar 2021-09-06T07:26:18.356Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210906072238-csar.csar 2021-09-06T07:26:19.323Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1977838187891493358/Definitions/service-Vfw20210906072238-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-06T07:26:22.045Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-06T07:26:22.052Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-06T07:26:22.053Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210906072238-csar.csar 2021-09-06T07:26:22.053Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-09-06T07:26:22.054Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210906072238-csar.csar 2021-09-06T07:26:22.054Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210906072238-csar.csar 2021-09-06T07:26:22.054Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-Vfw20210906072238-csar.csar 2021-09-06T07:26:22.054Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210906072238-csar.csar 2021-09-06T07:26:22.054Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210906072238-csar.csar 2021-09-06T07:26:22.054Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210906072238-csar.csar 2021-09-06T07:26:22.054Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-Vfw20210906072238-csar.csar 2021-09-06T07:26:22.054Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-Vfw20210906072238-csar.csar 2021-09-06T07:26:22.054Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210906072238-csar.csar 2021-09-06T07:26:22.055Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-Vfw20210906072238-csar.csar 2021-09-06T07:26:22.055Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4c185c59-ca78 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-Vfw20210906072238-csar.csar 2021-09-06T07:26:22.055Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210906072238-csar.csar 2021-09-06T07:26:22.055Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-Vfw20210906072238-csar.csar 2021-09-06T07:26:22.055Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-06T07:26:22.062Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:22.064Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:26:22.069Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is matching search criteria 2021-09-06T07:26:22.070Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-06T07:26:22.072Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4c185c59-ca78 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T07:26:22.074Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:22.075Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:26:22.075Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is matching search criteria 2021-09-06T07:26:22.076Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-06T07:26:22.077Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4c185c59-ca78 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T07:26:22.077Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:22.077Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:26:22.081Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:22.082Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is not matching search criteria 2021-09-06T07:26:22.082Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-06T07:26:22.082Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-06T07:26:22.083Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-06T07:26:22.083Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-06T07:26:22.083Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-06T07:26:22.083Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-06T07:26:22.084Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-06T07:26:22.085Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-06T07:26:22.085Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-06T07:26:22.085Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-06T07:26:22.085Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-06T07:26:22.085Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-06T07:26:22.086Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-06T07:26:22.086Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-06T07:26:22.086Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-06T07:26:22.086Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-06T07:26:22.087Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:22.087Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-06T07:26:22.089Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:22.090Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is matching search criteria 2021-09-06T07:26:22.090Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4c185c59-ca78 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:26:22.090Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:22.091Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is matching search criteria 2021-09-06T07:26:22.091Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4c185c59-ca78 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:26:22.091Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:22.091Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is matching search criteria 2021-09-06T07:26:22.092Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4c185c59-ca78 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:26:22.092Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:22.092Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is not matching search criteria 2021-09-06T07:26:22.092Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-06T07:26:22.093Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-06T07:26:22.093Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-06T07:26:22.093Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-06T07:26:22.093Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-06T07:26:22.094Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-06T07:26:22.094Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-06T07:26:22.094Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-06T07:26:22.094Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-06T07:26:22.094Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-06T07:26:22.095Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-06T07:26:22.095Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=40c3436f-0e29-4dd4-8bfd-5973f8ee1fe2 2021-09-06T07:26:22.095Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:22.096Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is not matching search criteria 2021-09-06T07:26:22.096Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-06T07:26:22.096Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-06T07:26:22.096Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-06T07:26:22.096Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-06T07:26:22.097Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-06T07:26:22.097Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-06T07:26:22.097Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-06T07:26:22.097Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-06T07:26:22.097Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-06T07:26:22.098Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-06T07:26:22.098Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-06T07:26:22.098Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-06T07:26:22.098Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=939ea7b9-c78d-4a02-935c-60a8e3caf13c 2021-09-06T07:26:22.098Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:22.099Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is not matching search criteria 2021-09-06T07:26:22.099Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-06T07:26:22.099Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-06T07:26:22.099Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-06T07:26:22.100Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-06T07:26:22.100Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-06T07:26:22.100Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-06T07:26:22.100Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-06T07:26:22.100Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-06T07:26:22.101Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-06T07:26:22.101Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-06T07:26:22.101Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-06T07:26:22.101Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-06T07:26:22.101Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=599bcfee-4e2d-472d-b48e-0e9f79c4d5ba 2021-09-06T07:26:22.102Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:22.102Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:26:22.102Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:22.102Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:26:22.103Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:22.103Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:26:22.103Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:22.103Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:26:22.104Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-09-06 07-22-38 Description:catalog service description Model UUID:4e976108-e1fb-4e5a-93bb-ef859cc0fbd3 Model Version:NULL Model InvariantUuid:79123b66-bb81-4e12-ab58-8ffddbd31d7c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 4c185c59-ca78 Model UUID:15f32f47-3838-4061-af28-dfd1f0e9604c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:55c1a8b8-8071-40b5-b713-06529ae9d5f5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f8c1c5df-225e-4aba-83b3-23963e68aad1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0d2045d0-1dae-4347-8fd4-7c018feacd92 ModelName:Vfw4c185c59Ca78..base_vfw..module-0 ModelUuid:63cc50dc-a46f-452b-ae0c-4b59764e76cc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:40c3436f-0e29-4dd4-8bfd-5973f8ee1fe2 ModelInvariantUuid:6ab4d828-152e-42ce-b966-9883fa0fdb16 ModelName:vFW 4c185c59-ca78-nodes.vfwCvfc ModelUuid:4fc51e97-a219-436a-8049-d35ac82b54c7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:9ca59959-b15e-4f0d-a057-1e2fc8f07be6 ModelInvariantUuid:0ef64015-29a7-4589-be28-f1f0a7ed7b18 ModelName:Vfw4c185c59Ca78.compute.nodes.heat.vfw ModelUuid:0a9f4215-0f36-4521-b676-ff6636be05ff ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:939ea7b9-c78d-4a02-935c-60a8e3caf13c ModelInvariantUuid:5fd919d6-aa97-4f7d-a85e-aff6a11572f4 ModelName:vFW 4c185c59-ca78-nodes.vsnCvfc ModelUuid:8b20cc34-41f1-4022-8e3c-2ce91de63924 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:77684946-01d4-4a4a-b359-ca03babc203c ModelInvariantUuid:776bf79d-59e8-4e8a-92e5-eb03d4d9b68d ModelName:Vfw4c185c59Ca78.compute.nodes.heat.vsn ModelUuid:913b37bf-8b17-48cb-b8fc-bafddb9521b5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:599bcfee-4e2d-472d-b48e-0e9f79c4d5ba ModelInvariantUuid:cdd45296-97a0-4b03-bd62-280851f0c813 ModelName:vFW 4c185c59-ca78-nodes.vpgCvfc ModelUuid:30fc170a-0d41-4096-9973-b34b00bb0f4f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:67d1c503-3697-48c8-a4cb-e16245aec9cf ModelInvariantUuid:873fef5e-b038-4afa-8308-0dd436c2f75a ModelName:Vfw4c185c59Ca78.compute.nodes.heat.vpg ModelUuid:8cacdf66-1232-4557-85fb-14e356767f26 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-06T07:26:22.127Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 9a5aa1d5-85e5-4d00-8508-773c45bd2a7e 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-06T07:26:22.266Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||vFW 4c185c59-ca78 0 2021-09-06T07:26:22.279Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9a5aa1d5-85e5-4d00-8508-773c45bd2a7e 2021-09-06T07:26:22.280Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 08f6874d-3213-4429-8d20-1e713357b064 from URL: /sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json 2021-09-06T07:26:22.280Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-06T07:26:22.280Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json 2021-09-06T07:26:23.765Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-06T07:26:23.766Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json 08f6874d-3213-4429-8d20-1e713357b064 785 2021-09-06T07:26:23.766Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json ASDC sendASDCNotification 2021-09-06T07:26:23.766Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json 2021-09-06T07:26:23.767Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:26:23.767Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:26:23.770Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:26:23.770Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913183766, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:26:23.870Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:26:23.871Z||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-06T07:26:23.871Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:23.883Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:23.884Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:26:24.774Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4c185c59Ca78..base_vfw..module-0", "vfModuleModelInvariantUUID": "0d2045d0-1dae-4347-8fd4-7c018feacd92", "vfModuleModelVersion": "1", "vfModuleModelUUID": "63cc50dc-a46f-452b-ae0c-4b59764e76cc", "vfModuleModelCustomizationUUID": "974d5add-6133-44cd-930f-419d8e048c41", "isBase": true, "artifacts": [ "a7d4d660-0a1b-4bfd-a0a2-286c6062d995", "ba11afb0-4dd2-41f0-a96f-ced62788c244" ], "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-06T07:26:24.832Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4c185c59Ca78..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:63cc50dc-a46f-452b-ae0c-4b59764e76cc VfModuleModelInvariantUUID:0d2045d0-1dae-4347-8fd4-7c018feacd92 VfModuleModelDescription:NULL Artifacts UUID List:{ a7d4d660-0a1b-4bfd-a0a2-286c6062d995 , ba11afb0-4dd2-41f0-a96f-ced62788c244 } 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-06T07:26:24.835Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4c185c59Ca78..base_vfw..module-0", "vfModuleModelInvariantUUID": "0d2045d0-1dae-4347-8fd4-7c018feacd92", "vfModuleModelVersion": "1", "vfModuleModelUUID": "63cc50dc-a46f-452b-ae0c-4b59764e76cc", "vfModuleModelCustomizationUUID": "974d5add-6133-44cd-930f-419d8e048c41", "isBase": true, "artifacts": [ "a7d4d660-0a1b-4bfd-a0a2-286c6062d995", "ba11afb0-4dd2-41f0-a96f-ced62788c244" ], "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-06T07:26:24.836Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4c185c59Ca78..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:63cc50dc-a46f-452b-ae0c-4b59764e76cc VfModuleModelInvariantUUID:0d2045d0-1dae-4347-8fd4-7c018feacd92 VfModuleModelDescription:NULL Artifacts UUID List:{ a7d4d660-0a1b-4bfd-a0a2-286c6062d995 , ba11afb0-4dd2-41f0-a96f-ced62788c244 } 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-06T07:26:24.836Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a7d4d660-0a1b-4bfd-a0a2-286c6062d995 from URL: /sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml 2021-09-06T07:26:24.836Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-06T07:26:24.837Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml 2021-09-06T07:26:25.411Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-06T07:26:25.412Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml a7d4d660-0a1b-4bfd-a0a2-286c6062d995 20368 2021-09-06T07:26:25.421Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-06T07:26:25.421Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml 2021-09-06T07:26:25.421Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:26:25.423Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:26:25.432Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:26:25.433Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913185421, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:26:25.532Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T07:26:25.536Z||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-06T07:26:25.537Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:25.546Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:25.547Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:26:26.445Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ba11afb0-4dd2-41f0-a96f-ced62788c244 from URL: /sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env 2021-09-06T07:26:26.447Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-06T07:26:26.447Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env 2021-09-06T07:26:27.627Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-06T07:26:27.634Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env ba11afb0-4dd2-41f0-a96f-ced62788c244 2098 2021-09-06T07:26:27.636Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-06T07:26:27.637Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env 2021-09-06T07:26:27.637Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:26:27.639Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:26:27.649Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:26:27.649Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913187636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:26:27.750Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:26:27.767Z||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-06T07:26:27.767Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:27.789Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:27.792Z||pool-13-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:26:28.651Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4e976108-e1fb-4e5a-93bb-ef859cc0fbd3 2021-09-06T07:26:28.656Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4c185c59-ca78 0 9a5aa1d5-85e5-4d00-8508-773c45bd2a7e ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-06T07:26:28.770Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27b2c52a, org.onap.sdc.toscaparser.api.parameters.Input@457c56ae, org.onap.sdc.toscaparser.api.parameters.Input@58d2b45f, org.onap.sdc.toscaparser.api.parameters.Input@46911e24, org.onap.sdc.toscaparser.api.parameters.Input@773b1849] 2021-09-06T07:26:28.784Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.785Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:26:28.785Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-09-06T07:26:28.785Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f8c1c5df-225e-4aba-83b3-23963e68aad1 2021-09-06T07:26:28.785Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8c1c5df-225e-4aba-83b3-23963e68aad1 matches Tosca VF Customization UUID: f8c1c5df-225e-4aba-83b3-23963e68aad1 2021-09-06T07:26:28.785Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f8c1c5df-225e-4aba-83b3-23963e68aad1 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-06T07:26:28.795Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.795Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:26:28.798Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f8c1c5df-225e-4aba-83b3-23963e68aad1: {\"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-06T07:26:28.799Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@221e400c 2021-09-06T07:26:28.799Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.800Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-06T07:26:28.800Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 974d5add-6133-44cd-930f-419d8e048c41 2021-09-06T07:26:28.802Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 974d5add-6133-44cd-930f-419d8e048c41 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-06T07:26:28.816Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.817Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is matching search criteria 2021-09-06T07:26:28.818Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4c185c59-ca78 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:26:28.821Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.822Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is matching search criteria 2021-09-06T07:26:28.822Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4c185c59-ca78 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:26:28.823Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.824Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is not matching search criteria 2021-09-06T07:26:28.824Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-06T07:26:28.824Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-06T07:26:28.824Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-06T07:26:28.824Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-06T07:26:28.824Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-06T07:26:28.824Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-06T07:26:28.824Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-06T07:26:28.825Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-06T07:26:28.825Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-06T07:26:28.825Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-06T07:26:28.826Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-06T07:26:28.826Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=40c3436f-0e29-4dd4-8bfd-5973f8ee1fe2 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-06T07:26:28.837Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.838Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is matching search criteria 2021-09-06T07:26:28.838Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4c185c59-ca78 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:26:28.838Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.838Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is not matching search criteria 2021-09-06T07:26:28.838Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-06T07:26:28.839Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-06T07:26:28.839Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-06T07:26:28.839Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-06T07:26:28.839Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-06T07:26:28.839Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-06T07:26:28.839Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-06T07:26:28.839Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-06T07:26:28.839Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-06T07:26:28.839Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-06T07:26:28.839Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-06T07:26:28.839Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-06T07:26:28.840Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=939ea7b9-c78d-4a02-935c-60a8e3caf13c 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-06T07:26:28.843Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.843Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is matching search criteria 2021-09-06T07:26:28.843Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4c185c59-ca78 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:26:28.849Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.850Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is not matching search criteria 2021-09-06T07:26:28.850Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-06T07:26:28.850Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-06T07:26:28.850Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-06T07:26:28.851Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-06T07:26:28.851Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-06T07:26:28.851Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-06T07:26:28.851Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-06T07:26:28.851Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-06T07:26:28.851Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-06T07:26:28.851Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-06T07:26:28.852Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-06T07:26:28.852Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-06T07:26:28.852Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=599bcfee-4e2d-472d-b48e-0e9f79c4d5ba 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-06T07:26:28.856Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.856Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is matching search criteria 2021-09-06T07:26:28.856Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4c185c59-ca78 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:26:28.856Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.856Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 4c185c59-ca78 0 is matching search criteria 2021-09-06T07:26:28.856Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4c185c59-ca78 0] matching following query criteria: sdcType=VF, customizationUUID=f8c1c5df-225e-4aba-83b3-23963e68aad1 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-06T07:26:28.858Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.858Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:26:28.860Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4e976108-e1fb-4e5a-93bb-ef859cc0fbd3: vFW 4c185c59-ca78 2021-09-06T07:26:28.860Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.860Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:26:28.860Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.860Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:26:28.860Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.860Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:26:28.860Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.860Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:26:28.860Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:26:28.860Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-06 07-22-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:26:28.861Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-09-06 07-22-38 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-06T07:26:29.360Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4c185c59-ca78 9a5aa1d5-85e5-4d00-8508-773c45bd2a7e 1 ASDC deployResourceStructure 2021-09-06T07:26:29.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json ASDC sendASDCNotification 2021-09-06T07:26:29.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json 2021-09-06T07:26:29.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:26:29.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:26:29.385Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:26:29.385Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913189361, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:26:29.466Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms 2021-09-06T07:26:29.467Z||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-06T07:26:29.467Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:29.481Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:29.482Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:26:30.386Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-06T07:26:30.388Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml 2021-09-06T07:26:30.388Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:26:30.388Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:26:30.397Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:26:30.397Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913190386, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-06T07:26:30.497Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:26:30.498Z||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-06T07:26:30.498Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:30.507Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:30.508Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:26:31.406Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-06T07:26:31.407Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env 2021-09-06T07:26:31.408Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:26:31.408Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:26:31.412Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:26:31.412Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913191406, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-06T07:26:31.512Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:26:31.514Z||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-06T07:26:31.514Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:31.527Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:31.529Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:26:32.422Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar ASDC sendASDCNotification 2021-09-06T07:26:32.424Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar 2021-09-06T07:26:32.424Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:26:32.425Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:26:32.427Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:26:32.427Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913192419, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:26:32.529Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T07:26:32.532Z||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-06T07:26:32.533Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:26:32.585Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:26:32.587Z||pool-17-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:26:33.432Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3f7df09-1760-48ca-959a-38e4c6a99a6f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:26:33.459Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3f7df09-1760-48ca-959a-38e4c6a99a6f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:26:33.465Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:26:33.465Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-06T07:26:33.465Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-06T07:26:33.466Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-06T07:26:33.466Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:26:33.467Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:26:33.467Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:26:33.467Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:26:33.467Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:26:33.467Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T07:26:33.474Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-06T07:27:03.476Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a3f7df09-1760-48ca-959a-38e4c6a99a6f 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-06T07:27:03.497Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a3f7df09-1760-48ca-959a-38e4c6a99a6f and serviceModelVersionId: 4e976108-e1fb-4e5a-93bb-ef859cc0fbd3 2021-09-06T07:27:03.497Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 79123b66-bb81-4e12-ab58-8ffddbd31d7c 2021-09-06T07:27:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:27:08.150Z||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-06T07:27:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:27:08.284Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:27:08.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:27:08.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913168137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:27:08.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-06T07:27:21.365Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/79123b66-bb81-4e12-ab58-8ffddbd31d7c/model-vers/model-ver/4e976108-e1fb-4e5a-93bb-ef859cc0fbd3?depth=0 2021-09-06T07:27:21.521Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-06T07:27:22.088Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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/79123b66-bb81-4e12-ab58-8ffddbd31d7c/model-vers/model-ver/4e976108-e1fb-4e5a-93bb-ef859cc0fbd3?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-06T07:27:22.095Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79123b66-bb81-4e12-ab58-8ffddbd31d7c/model-vers/model-ver/4e976108-e1fb-4e5a-93bb-ef859cc0fbd3?depth=0|INFO|500||Invoke 2021-09-06T07:27:22.306Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79123b66-bb81-4e12-ab58-8ffddbd31d7c/model-vers/model-ver/4e976108-e1fb-4e5a-93bb-ef859cc0fbd3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-06T07:27:22.800Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/79123b66-bb81-4e12-ab58-8ffddbd31d7c/model-vers/model-ver/4e976108-e1fb-4e5a-93bb-ef859cc0fbd3?depth=0|INFO|500||InvokeReturn 2021-09-06T07:27:22.802Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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/79123b66-bb81-4e12-ab58-8ffddbd31d7c/model-vers/model-ver/4e976108-e1fb-4e5a-93bb-ef859cc0fbd3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210906-07:27:22:315-70705], vertex-id=[368744], Content-Length=[0], Date=[Mon, 06 Sep 2021 07:27:22 GMT], Content-Type=[application/json]} 2021-09-06T07:27:22.803Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-09-06T07:27:22.808Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-06T07:27:22.808Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T07:27:22.824Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T07:27:22.826Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a3f7df09-1760-48ca-959a-38e4c6a99a6f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-06T07:27:22.827Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-06T07:27:22.828Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:27:22.830Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:27:22.830Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913242826, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T07:27:22.931Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T07:27:22.932Z||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-06T07:27:22.932Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:27:22.945Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:27:22.946Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-06T07:27:23.849Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:27:23.851Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T07:27:23.851Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:27:33.393Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:28:08.141Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:28:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:28:08.152Z||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-06T07:28:08.152Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T07:28:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:28:08.152Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:28:08.213Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:28:08.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913168137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "NOTIFIED" } 2021-09-06T07:28:08.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-06T07:28:08.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913168137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-06T07:28:08.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-06T07:28:08.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913168137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:28:08.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-06T07:28:08.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913168137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-06T07:28:08.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-06T07:28:08.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913168137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:28:08.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-06T07:28:08.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913168137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:28:08.247Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-09-06T07:28:08.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "clamp", "timestamp": 1630913176653, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:28:08.252Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:28:08.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913177207, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:28:08.253Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:28:08.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "clamp", "timestamp": 1630913178661, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:28:08.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:28:08.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "clamp", "timestamp": 1630913179667, "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-06T07:28:08.294Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a3f7df09-1760-48ca-959a-38e4c6a99a6f 2021-09-06T07:28:08.294Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3f7df09-1760-48ca-959a-38e4c6a99a6f 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-06T07:28:08.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913183766, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:28:08.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:28:08.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913185421, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:28:08.337Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:28:08.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913187636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:28:08.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:28:08.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913189361, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/vfw4c185c59ca780_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:28:08.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:28:08.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913190386, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-06T07:28:08.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:28:08.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913191406, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/resourceInstances/vfw4c185c59ca780/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-06T07:28:08.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:28:08.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-06T07:28:08.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913192419, "artifactURL": "/sdc/v1/catalog/services/Vfw20210906072238/1.0/artifacts/service-Vfw20210906072238-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:28:08.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:28:17.714Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:29:08.141Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:29:08.149Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:29:08.153Z||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-06T07:29:08.153Z||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-06T07:29:08.154Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:29:08.154Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:29:08.746Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:29:08.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-06T07:29:08.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3f7df09-1760-48ca-959a-38e4c6a99a6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913242826, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T07:29:08.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:29:17.745Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:08.141Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:30:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:30:08.153Z||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-06T07:30:08.153Z||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-06T07:30:08.153Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:08.153Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:08.850Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:08.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"255c5b3c-a0f3-4a78-9802-8389cdc6869c","serviceName":"basic_onboard_HhiOrR","serviceVersion":"1.0","serviceUUID":"a133b374-6928-4372-becd-44dcb4bf611e","serviceDescription":"service","serviceInvariantUUID":"87c62f14-7e55-477e-ad8c-dfeb7912ef83","resources":[{"resourceInstanceName":"basic_onboard_HhiOrR 0","resourceName":"basic_onboard_HhiOrR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90ee01a9-74e6-4289-8c8c-183f2a73baf0","resourceInvariantUUID":"5c6d4c7c-8f1b-425b-af8d-0aa51bcc1d87","resourceCustomizationUUID":"da05a238-ebe4-438a-8c64-5fce9a8b4687","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vf-license-model.xml","artifactChecksum":"ZDIzMWU5MWQ3N2E0N2JhMTkxNmI0Y2NlNzgzYzVkYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"854de2d1-4ea0-44a3-bb83-9d67ee4028f8","artifactVersion":"1"},{"artifactName":"basic_onboard_hhiorr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json","artifactChecksum":"ZDFlZTMxOTJiMDgwNWRiZjE4YmJkNzNkY2NhMDUyY2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2bd9ad37-c308-4417-8da3-ab9b51d710ff","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1d387ef6-2935-46e5-89d3-c586f5f7cf8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"37db3561-d544-48f7-a9b8-f7309accc13c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8435341f-62c2-4ca3-b39d-f2e6baf98960","artifactVersion":"2","generatedFromUUID":"1d387ef6-2935-46e5-89d3-c586f5f7cf8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHhiorr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-template.yml","artifactChecksum":"NDVmYzk2ZGIzMDc0MDc3MzAzN2FmYmRiNmJiNDdiOTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fbbf709d-ca0c-4057-8c4f-86e7b97fb785","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHhiorr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar","artifactChecksum":"MzJlYWFkYTg2NTBhNWVlMDczM2ZhZWNkMzA3ODJkMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9b8bfa99-619c-411a-a747-6a54cf76119c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-06T07:30:08.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:08.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "ves-openapi-manager", "timestamp": 1630913361710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "cds", "timestamp": 1630913360805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "multicloud-k8s-id", "timestamp": 1630913360097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "dcae-sch", "timestamp": 1630913359235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "ves-openapi-manager", "timestamp": 1630913361710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "cds", "timestamp": 1630913360805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "multicloud-k8s-id", "timestamp": 1630913360097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:30:08.870Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:30:08.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "dcae-sch", "timestamp": 1630913359235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.871Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:30:08.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "policy-id", "timestamp": 1630913363900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "cds", "timestamp": 1630913360805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "multicloud-k8s-id", "timestamp": 1630913360097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-06T07:30:08.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "ves-openapi-manager", "timestamp": 1630913361710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "dcae-sch", "timestamp": 1630913359235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "policy-id", "timestamp": 1630913363900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "clamp", "timestamp": 1630913365619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "ves-openapi-manager", "timestamp": 1630913361710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "cds", "timestamp": 1630913360805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "multicloud-k8s-id", "timestamp": 1630913360097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "dcae-sch", "timestamp": 1630913359235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "policy-id", "timestamp": 1630913363900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-06T07:30:08.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "clamp", "timestamp": 1630913365619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:30:08.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "cds", "timestamp": 1630913360805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "ves-openapi-manager", "timestamp": 1630913361710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "multicloud-k8s-id", "timestamp": 1630913360097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-06T07:30:08.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "dcae-sch", "timestamp": 1630913359235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "policy-id", "timestamp": 1630913363900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "clamp", "timestamp": 1630913365619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "ves-openapi-manager", "timestamp": 1630913361710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "cds", "timestamp": 1630913360805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "multicloud-k8s-id", "timestamp": 1630913360097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "dcae-sch", "timestamp": 1630913359235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "policy-id", "timestamp": 1630913363900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "clamp", "timestamp": 1630913365619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "ves-openapi-manager", "timestamp": 1630913361710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "cds", "timestamp": 1630913360805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "multicloud-k8s-id", "timestamp": 1630913360097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "dcae-sch", "timestamp": 1630913359235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "policy-id", "timestamp": 1630913363900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913369540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "clamp", "timestamp": 1630913365619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "policy-id", "timestamp": 1630913363900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:30:08.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913369540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "clamp", "timestamp": 1630913365619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "cds", "timestamp": 1630913371549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:30:08.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:30:08.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "multicloud-k8s-id", "timestamp": 1630913371549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:30:08.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:30:08.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913369540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "clamp", "timestamp": 1630913365619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:30:08.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "cds", "timestamp": 1630913372555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-09-06T07:30:08.921Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:30:08.921Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913408139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:30:08.945Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 255c5b3c-a0f3-4a78-9802-8389cdc6869c 2021-09-06T07:30:08.945Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 255c5b3c-a0f3-4a78-9802-8389cdc6869c 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-06T07:30:08.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "policy-id", "timestamp": 1630913372838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:30:08.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:30:08.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "multicloud-k8s-id", "timestamp": 1630913373167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:30:08.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:30:08.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913369540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "policy-id", "timestamp": 1630913373843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:30:08.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:30:08.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913369540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "multicloud-k8s-id", "timestamp": 1630913374384, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:30:08.962Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:30:08.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "policy-id", "timestamp": 1630913374846, "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-06T07:30:08.967Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 255c5b3c-a0f3-4a78-9802-8389cdc6869c 2021-09-06T07:30:08.968Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 255c5b3c-a0f3-4a78-9802-8389cdc6869c 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-06T07:30:08.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913369540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:08.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:08.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:08.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "multicloud-k8s-id", "timestamp": 1630913375416, "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-06T07:30:09.005Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 255c5b3c-a0f3-4a78-9802-8389cdc6869c 2021-09-06T07:30:09.006Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 255c5b3c-a0f3-4a78-9802-8389cdc6869c 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=? 2021-09-06T07:30:09.012Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2021-09-06T07:30:09.013Z||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-06T07:30:09.013Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-09-06T07:30:09.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913369540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:30:09.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:09.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "multicloud-k8s-id", "timestamp": 1630913376418, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "aai-ml", "timestamp": 1630913376561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913377967, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "aai-ml", "timestamp": 1630913376561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "aai-ml", "timestamp": 1630913376561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "aai-ml", "timestamp": 1630913376561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913380439, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:30:09.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:30:09.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "aai-ml", "timestamp": 1630913376561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:09.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:09.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630913381442, "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-06T07:30:09.028Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 255c5b3c-a0f3-4a78-9802-8389cdc6869c 2021-09-06T07:30:09.028Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 255c5b3c-a0f3-4a78-9802-8389cdc6869c 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-06T07:30:09.041Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:09.042Z||pool-19-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:30:09.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "aai-ml", "timestamp": 1630913376561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:09.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:09.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "aai-ml", "timestamp": 1630913376561, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:30:09.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:30:09.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "clamp", "timestamp": 1630913384679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:30:09.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:30:09.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "aai-ml", "timestamp": 1630913384755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:30:09.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:30:09.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "clamp", "timestamp": 1630913386687, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:30:09.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:30:09.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "clamp", "timestamp": 1630913387691, "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-06T07:30:09.052Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 255c5b3c-a0f3-4a78-9802-8389cdc6869c 2021-09-06T07:30:09.052Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 255c5b3c-a0f3-4a78-9802-8389cdc6869c 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-06T07:30:09.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "aai-ml", "timestamp": 1630913393329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:30:09.064Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:30:09.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:30:09.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "aai-ml", "timestamp": 1630913394332, "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-06T07:30:09.073Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 255c5b3c-a0f3-4a78-9802-8389cdc6869c 2021-09-06T07:30:09.074Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 255c5b3c-a0f3-4a78-9802-8389cdc6869c 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-06T07:30:09.924Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:30:09.925Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:30:09.931Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:30:09.931Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913408139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:30:10.032Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:30:10.034Z||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-06T07:30:10.036Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:10.047Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:10.048Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-09-06T07:30:10.935Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:30:10.936Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:30:10.939Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:30:10.939Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913408139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-06T07:30:11.039Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:30:11.041Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-06T07:30:11.041Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:11.052Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:11.053Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:30:11.940Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:30:11.944Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:30:11.946Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:30:11.946Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913408139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:12.048Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-09-06T07:30:12.049Z||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-06T07:30:12.049Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:12.061Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:12.062Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:30:12.949Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:30:12.952Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:30:12.954Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:30:12.954Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913408139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-06T07:30:13.084Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 130 ms 2021-09-06T07:30:13.085Z||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-06T07:30:13.087Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:13.099Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:13.100Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-09-06T07:30:13.954Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:30:13.955Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:30:13.958Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:30:13.959Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913408139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:30:14.059Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:30:14.060Z||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-06T07:30:14.061Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:14.072Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:14.073Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:30:14.962Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:30:14.965Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:30:14.969Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:30:14.969Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913408139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:30:15.068Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-06T07:30:15.070Z||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-06T07:30:15.070Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:15.086Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:15.087Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:30:15.971Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "serviceName": "basic_onboard_HhiOrR", "serviceVersion": "1.0", "serviceUUID": "a133b374-6928-4372-becd-44dcb4bf611e", "serviceDescription": "service", "serviceInvariantUUID": "87c62f14-7e55-477e-ad8c-dfeb7912ef83", "resources": [ { "resourceInstanceName": "basic_onboard_HhiOrR 0", "resourceCustomizationUUID": "da05a238-ebe4-438a-8c64-5fce9a8b4687", "resourceName": "basic_onboard_HhiOrR", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "90ee01a9-74e6-4289-8c8c-183f2a73baf0", "resourceInvariantUUID": "5c6d4c7c-8f1b-425b-af8d-0aa51bcc1d87", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_hhiorr0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "artifactChecksum": "ZDFlZTMxOTJiMDgwNWRiZjE4YmJkNzNkY2NhMDUyY2I\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2bd9ad37-c308-4417-8da3-ab9b51d710ff", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1d387ef6-2935-46e5-89d3-c586f5f7cf8f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8435341f-62c2-4ca3-b39d-f2e6baf98960", "generatedFromUUID": "1d387ef6-2935-46e5-89d3-c586f5f7cf8f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8435341f-62c2-4ca3-b39d-f2e6baf98960", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardHhiorr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "artifactChecksum": "MzJlYWFkYTg2NTBhNWVlMDczM2ZhZWNkMzA3ODJkMTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9b8bfa99-619c-411a-a747-6a54cf76119c" } ], "workloadContext": "Production" } 2021-09-06T07:30:15.972Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-06T07:30:15.972Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a133b374-6928-4372-becd-44dcb4bf611e ASDC 2021-09-06T07:30:15.972Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:255c5b3c-a0f3-4a78-9802-8389cdc6869c ServiceName:basic_onboard_HhiOrR ServiceVersion:1.0 ServiceUUID:a133b374-6928-4372-becd-44dcb4bf611e ServiceInvariantUUID:87c62f14-7e55-477e-ad8c-dfeb7912ef83 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardHhiorr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar ArtifactUUID:9b8bfa99-619c-411a-a747-6a54cf76119c ArtifactChecksum:MzJlYWFkYTg2NTBhNWVlMDczM2ZhZWNkMzA3ODJkMTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_HhiOrR 0 ResourceCustomizationUUID:da05a238-ebe4-438a-8c64-5fce9a8b4687 ResourceInvariantUUID:5c6d4c7c-8f1b-425b-af8d-0aa51bcc1d87 ResourceName:basic_onboard_HhiOrR ResourceType:VF ResourceUUID:90ee01a9-74e6-4289-8c8c-183f2a73baf0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_hhiorr0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json ArtifactUUID:2bd9ad37-c308-4417-8da3-ab9b51d710ff ArtifactChecksum:ZDFlZTMxOTJiMDgwNWRiZjE4YmJkNzNkY2NhMDUyY2I= 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/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml ArtifactUUID:1d387ef6-2935-46e5-89d3-c586f5f7cf8f 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/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env ArtifactUUID:8435341f-62c2-4ca3-b39d-f2e6baf98960 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/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env ArtifactUUID:8435341f-62c2-4ca3-b39d-f2e6baf98960 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-06T07:30:15.972Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a133b374-6928-4372-becd-44dcb4bf611e 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-06T07:30:16.023Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T07:30:16.024Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-06T07:30:16.025Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-06T07:30:16.026Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9b8bfa99-619c-411a-a747-6a54cf76119c from URL: /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:16.026Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-06T07:30:16.026Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:16.652Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-06T07:30:16.661Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar 9b8bfa99-619c-411a-a747-6a54cf76119c 71358 2021-09-06T07:30:16.662Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar ASDC sendASDCNotification 2021-09-06T07:30:16.662Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:16.662Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:30:16.663Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:30:16.666Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:30:16.666Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913416662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:30:16.767Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T07:30:16.768Z||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-06T07:30:16.768Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:16.781Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:16.782Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-06T07:30:17.667Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T07:30:17.668Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-06T07:30:17.668Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9b8bfa99-619c-411a-a747-6a54cf76119c, URL: /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar to file: /app/ASDC/1/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:17.669Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:17.669Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:17.669Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:17.899Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10599259250230512019/Definitions/service-BasicOnboardHhiorr-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-06T07:30:19.090Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-06T07:30:19.090Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-06T07:30:19.091Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:19.091Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-06T07:30:19.091Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:19.091Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:19.091Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:19.091Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:19.091Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:19.091Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:19.092Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:19.092Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HhiOrR 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-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:19.092Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:19.092Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-06T07:30:19.092Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:19.092Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:30:19.093Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_HhiOrR 0 is matching search criteria 2021-09-06T07:30:19.093Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-06T07:30:19.093Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_HhiOrR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T07:30:19.093Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:19.093Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:30:19.094Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_HhiOrR 0 is matching search criteria 2021-09-06T07:30:19.094Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-06T07:30:19.094Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_HhiOrR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T07:30:19.097Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:19.097Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:30:19.097Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:19.097Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_HhiOrR 0 is not matching search criteria 2021-09-06T07:30:19.097Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-06T07:30:19.098Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-06T07:30:19.098Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-06T07:30:19.098Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-06T07:30:19.098Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-06T07:30:19.098Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:19.098Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-06T07:30:19.098Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:19.098Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_HhiOrR 0 is matching search criteria 2021-09-06T07:30:19.098Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_HhiOrR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:30:19.099Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:19.099Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_HhiOrR 0 is matching search criteria 2021-09-06T07:30:19.099Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_HhiOrR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:30:19.099Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:19.099Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_HhiOrR 0 is matching search criteria 2021-09-06T07:30:19.099Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_HhiOrR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:30:19.099Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:19.099Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_HhiOrR 0 is not matching search criteria 2021-09-06T07:30:19.099Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-06T07:30:19.099Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-06T07:30:19.100Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ca7f2017-f2e5-48a6-84c2-6c320adfeb81 2021-09-06T07:30:19.100Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:19.100Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:30:19.100Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:19.100Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:30:19.100Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:19.100Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:30:19.100Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:19.100Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:30:19.100Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_HhiOrR Description:service Model UUID:a133b374-6928-4372-becd-44dcb4bf611e Model Version:NULL Model InvariantUuid:87c62f14-7e55-477e-ad8c-dfeb7912ef83 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_HhiOrR Model UUID:f0e33ab8-f425-40f3-8f24-6189ea24606e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5c6d4c7c-8f1b-425b-af8d-0aa51bcc1d87 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:da05a238-ebe4-438a-8c64-5fce9a8b4687 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:698b08bb-a766-4785-9c85-c53576e0ecb2 ModelName:BasicOnboardHhiorr..base_ubuntu18..module-0 ModelUuid:e61b58ca-aaad-471d-baa7-404e9ba24725 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ca7f2017-f2e5-48a6-84c2-6c320adfeb81 ModelInvariantUuid:82d8fc00-83c7-424b-84c1-fe6a61311706 ModelName:basic_onboard_HhiOrR-nodes.ubuntu18Cvfc ModelUuid:7454baff-83ce-4f85-8994-6457fb48fe76 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:60d6a993-cc55-45c8-8997-89bd3da832b0 ModelInvariantUuid:27641862-d47b-4d92-be8c-f89b4326ec9a ModelName:BasicOnboardHhiorr.compute.nodes.heat.ubuntu18 ModelUuid:e6da2581-80d7-4f91-8f93-689572dc852f 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-06T07:30:19.114Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 90ee01a9-74e6-4289-8c8c-183f2a73baf0 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-06T07:30:19.122Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||basic_onboard_HhiOrR 0 2021-09-06T07:30:19.123Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 90ee01a9-74e6-4289-8c8c-183f2a73baf0 2021-09-06T07:30:19.123Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2bd9ad37-c308-4417-8da3-ab9b51d710ff from URL: /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json 2021-09-06T07:30:19.123Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-06T07:30:19.124Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json 2021-09-06T07:30:20.346Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-06T07:30:20.346Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json 2bd9ad37-c308-4417-8da3-ab9b51d710ff 798 2021-09-06T07:30:20.347Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json ASDC sendASDCNotification 2021-09-06T07:30:20.347Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json 2021-09-06T07:30:20.347Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:30:20.347Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:30:20.350Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:30:20.350Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913420347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:30:20.450Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:30:20.454Z||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-06T07:30:20.454Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:20.469Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:20.470Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:30:21.355Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHhiorr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "698b08bb-a766-4785-9c85-c53576e0ecb2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e61b58ca-aaad-471d-baa7-404e9ba24725", "vfModuleModelCustomizationUUID": "994ed7f5-2f4c-46ff-a8c2-f70a6541f386", "isBase": true, "artifacts": [ "1d387ef6-2935-46e5-89d3-c586f5f7cf8f", "8435341f-62c2-4ca3-b39d-f2e6baf98960" ], "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-06T07:30:21.363Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHhiorr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e61b58ca-aaad-471d-baa7-404e9ba24725 VfModuleModelInvariantUUID:698b08bb-a766-4785-9c85-c53576e0ecb2 VfModuleModelDescription:NULL Artifacts UUID List:{ 1d387ef6-2935-46e5-89d3-c586f5f7cf8f , 8435341f-62c2-4ca3-b39d-f2e6baf98960 } 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-06T07:30:21.366Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHhiorr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "698b08bb-a766-4785-9c85-c53576e0ecb2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e61b58ca-aaad-471d-baa7-404e9ba24725", "vfModuleModelCustomizationUUID": "994ed7f5-2f4c-46ff-a8c2-f70a6541f386", "isBase": true, "artifacts": [ "1d387ef6-2935-46e5-89d3-c586f5f7cf8f", "8435341f-62c2-4ca3-b39d-f2e6baf98960" ], "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-06T07:30:21.366Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHhiorr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e61b58ca-aaad-471d-baa7-404e9ba24725 VfModuleModelInvariantUUID:698b08bb-a766-4785-9c85-c53576e0ecb2 VfModuleModelDescription:NULL Artifacts UUID List:{ 1d387ef6-2935-46e5-89d3-c586f5f7cf8f , 8435341f-62c2-4ca3-b39d-f2e6baf98960 } 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-06T07:30:21.366Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1d387ef6-2935-46e5-89d3-c586f5f7cf8f from URL: /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml 2021-09-06T07:30:21.367Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-06T07:30:21.367Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml 2021-09-06T07:30:22.640Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-06T07:30:22.641Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml 1d387ef6-2935-46e5-89d3-c586f5f7cf8f 5033 2021-09-06T07:30:22.642Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-06T07:30:22.642Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml 2021-09-06T07:30:22.642Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:30:22.643Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:30:22.645Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:30:22.645Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913422642, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:30:22.745Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T07:30:22.746Z||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-06T07:30:22.747Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:22.771Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:22.772Z||pool-28-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:30:23.646Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8435341f-62c2-4ca3-b39d-f2e6baf98960 from URL: /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env 2021-09-06T07:30:23.647Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-06T07:30:23.649Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env 2021-09-06T07:30:24.304Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-06T07:30:24.304Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env 8435341f-62c2-4ca3-b39d-f2e6baf98960 909 2021-09-06T07:30:24.305Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-06T07:30:24.305Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env 2021-09-06T07:30:24.305Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:30:24.305Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:30:24.309Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:30:24.309Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913424305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:30:24.409Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T07:30:24.410Z||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-06T07:30:24.410Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:24.423Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:24.424Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-06T07:30:25.311Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a133b374-6928-4372-becd-44dcb4bf611e 2021-09-06T07:30:25.311Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HhiOrR 0 90ee01a9-74e6-4289-8c8c-183f2a73baf0 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-06T07:30:25.336Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69398f5f, org.onap.sdc.toscaparser.api.parameters.Input@6d53770b, org.onap.sdc.toscaparser.api.parameters.Input@6b263da8, org.onap.sdc.toscaparser.api.parameters.Input@3997e1e, org.onap.sdc.toscaparser.api.parameters.Input@267f5a45] 2021-09-06T07:30:25.338Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:25.338Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:30:25.338Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-09-06T07:30:25.339Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= da05a238-ebe4-438a-8c64-5fce9a8b4687 2021-09-06T07:30:25.339Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: da05a238-ebe4-438a-8c64-5fce9a8b4687 matches Tosca VF Customization UUID: da05a238-ebe4-438a-8c64-5fce9a8b4687 2021-09-06T07:30:25.339Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: da05a238-ebe4-438a-8c64-5fce9a8b4687 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-06T07:30:25.342Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:25.343Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:30:25.344Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id da05a238-ebe4-438a-8c64-5fce9a8b4687: {\"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-06T07:30:25.344Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4252d0a9 2021-09-06T07:30:25.344Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:25.344Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-06T07:30:25.344Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 994ed7f5-2f4c-46ff-a8c2-f70a6541f386 2021-09-06T07:30:25.344Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 994ed7f5-2f4c-46ff-a8c2-f70a6541f386 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-06T07:30:25.348Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:25.348Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_HhiOrR 0 is matching search criteria 2021-09-06T07:30:25.349Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_HhiOrR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:30:25.349Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:25.349Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_HhiOrR 0 is matching search criteria 2021-09-06T07:30:25.349Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_HhiOrR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:30:25.350Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:25.350Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_HhiOrR 0 is not matching search criteria 2021-09-06T07:30:25.350Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-06T07:30:25.350Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-06T07:30:25.350Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ca7f2017-f2e5-48a6-84c2-6c320adfeb81 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-06T07:30:25.354Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:25.354Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_HhiOrR 0 is matching search criteria 2021-09-06T07:30:25.354Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_HhiOrR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:30:25.354Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:25.355Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_HhiOrR 0 is matching search criteria 2021-09-06T07:30:25.355Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_HhiOrR 0] matching following query criteria: sdcType=VF, customizationUUID=da05a238-ebe4-438a-8c64-5fce9a8b4687 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-06T07:30:25.357Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:25.357Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:30:25.358Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a133b374-6928-4372-becd-44dcb4bf611e: basic_onboard_HhiOrR 2021-09-06T07:30:25.358Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:25.358Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:30:25.358Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:25.358Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:30:25.358Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:25.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:30:25.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:25.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:30:25.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:30:25.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_HhiOrR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:30:25.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_HhiOrR 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-06T07:30:25.478Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HhiOrR 90ee01a9-74e6-4289-8c8c-183f2a73baf0 1 ASDC deployResourceStructure 2021-09-06T07:30:25.479Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json ASDC sendASDCNotification 2021-09-06T07:30:25.479Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json 2021-09-06T07:30:25.479Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:30:25.479Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:30:25.482Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:30:25.482Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913425479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:30:25.582Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:30:25.583Z||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-06T07:30:25.583Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:25.595Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:25.596Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:30:26.483Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-06T07:30:26.484Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml 2021-09-06T07:30:26.484Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:30:26.484Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:30:26.486Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:30:26.486Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913426483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-06T07:30:26.586Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:30:26.588Z||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-06T07:30:26.588Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:26.601Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:26.602Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:30:27.486Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-06T07:30:27.488Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env 2021-09-06T07:30:27.488Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:30:27.488Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:30:27.493Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:30:27.493Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913427486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-06T07:30:27.593Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:30:27.594Z||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-06T07:30:27.594Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:27.603Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:27.604Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:30:28.494Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar ASDC sendASDCNotification 2021-09-06T07:30:28.494Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar 2021-09-06T07:30:28.494Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:30:28.494Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:30:28.499Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:30:28.499Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913428493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:30:28.597Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-06T07:30:28.598Z||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-06T07:30:28.599Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:30:28.608Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:30:28.609Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:30:29.501Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 255c5b3c-a0f3-4a78-9802-8389cdc6869c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:30:29.533Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 255c5b3c-a0f3-4a78-9802-8389cdc6869c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:30:29.538Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:30:29.538Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-06T07:30:29.538Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-06T07:30:29.538Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-06T07:30:29.538Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:30:29.538Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:30:29.539Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:30:29.539Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:30:29.539Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:30:29.539Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:30:29.539Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-06T07:30:29.546Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-06T07:30:59.547Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 255c5b3c-a0f3-4a78-9802-8389cdc6869c 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-06T07:30:59.580Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 255c5b3c-a0f3-4a78-9802-8389cdc6869c and serviceModelVersionId: a133b374-6928-4372-becd-44dcb4bf611e 2021-09-06T07:30:59.581Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87c62f14-7e55-477e-ad8c-dfeb7912ef83 2021-09-06T07:30:59.585Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87c62f14-7e55-477e-ad8c-dfeb7912ef83/model-vers/model-ver/a133b374-6928-4372-becd-44dcb4bf611e?depth=0 2021-09-06T07:30:59.619Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-06T07:30:59.872Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87c62f14-7e55-477e-ad8c-dfeb7912ef83/model-vers/model-ver/a133b374-6928-4372-becd-44dcb4bf611e?depth=0|INFO|500||Invoke 2021-09-06T07:30:59.872Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87c62f14-7e55-477e-ad8c-dfeb7912ef83/model-vers/model-ver/a133b374-6928-4372-becd-44dcb4bf611e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87c62f14-7e55-477e-ad8c-dfeb7912ef83/model-vers/model-ver/a133b374-6928-4372-becd-44dcb4bf611e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[255c5b3c-a0f3-4a78-9802-8389cdc6869c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04406259-45aa-42e1-bd4e-e1d066954b3c], X-ECOMP-RequestID=[255c5b3c-a0f3-4a78-9802-8389cdc6869c], X-TransactionId=[], X-ONAP-RequestID=[255c5b3c-a0f3-4a78-9802-8389cdc6869c], Content-Type=[application/merge-patch+json]} 2021-09-06T07:30:59.959Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87c62f14-7e55-477e-ad8c-dfeb7912ef83/model-vers/model-ver/a133b374-6928-4372-becd-44dcb4bf611e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-06T07:31:00.230Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87c62f14-7e55-477e-ad8c-dfeb7912ef83/model-vers/model-ver/a133b374-6928-4372-becd-44dcb4bf611e?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/87c62f14-7e55-477e-ad8c-dfeb7912ef83/model-vers/model-ver/a133b374-6928-4372-becd-44dcb4bf611e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210906-07:30:59:967-60052], vertex-id=[184400], Content-Length=[0], Date=[Mon, 06 Sep 2021 07:30:59 GMT], Content-Type=[application/json]} 2021-09-06T07:31:00.232Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87c62f14-7e55-477e-ad8c-dfeb7912ef83/model-vers/model-ver/a133b374-6928-4372-becd-44dcb4bf611e?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-06T07:31:00.232Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87c62f14-7e55-477e-ad8c-dfeb7912ef83/model-vers/model-ver/a133b374-6928-4372-becd-44dcb4bf611e?depth=0|INFO|500||InvokeReturn 2021-09-06T07:31:00.237Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-06T07:31:00.255Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-06T07:31:00.273Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-06T07:31:00.274Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 255c5b3c-a0f3-4a78-9802-8389cdc6869c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-06T07:31:00.274Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-06T07:31:00.275Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:31:00.285Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:31:00.286Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913460274, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T07:31:00.383Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-09-06T07:31:00.384Z||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-06T07:31:00.385Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:31:00.401Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:31:00.401Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"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-06T07:31:08.137Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:31:08.140Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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-06T07:31:08.140Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:31:08.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:31:08.152Z||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-06T07:31:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:31:08.293Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:31:08.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:31:08.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913408139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:31:08.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:31:17.689Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:32:08.151Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:32:08.154Z||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-06T07:32:08.154Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:32:08.139Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:32:08.158Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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-06T07:32:08.158Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:32:08.700Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:32:08.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:32:08.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913408139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:32:08.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:32:08.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:32:08.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913408139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-06T07:32:08.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:32:08.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:32:08.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913408139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:32:08.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:32:08.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:32:08.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913408139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-06T07:32:08.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:32:08.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:32:08.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913408139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:32:08.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:32:08.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:32:08.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913408139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:32:08.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-06T07:32:08.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:32:08.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913416662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:32:08.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:32:08.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:32:08.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913420347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:32:08.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:32:08.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:32:08.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913422642, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:32:08.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:32:08.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:32:08.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913424305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:32:08.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:32:08.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:32:08.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913425479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/basic_onboard_hhiorr0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:32:08.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:32:08.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:32:08.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913426483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-06T07:32:08.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:32:08.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:32:08.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913427486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/resourceInstances/basic_onboard_hhiorr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-06T07:32:08.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:32:08.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:32:08.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913428493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHhiorr/1.0/artifacts/service-BasicOnboardHhiorr-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:32:08.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:32:08.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-06T07:32:08.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "255c5b3c-a0f3-4a78-9802-8389cdc6869c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630913460274, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T07:32:08.708Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:32:17.719Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:33:08.138Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:33:08.142Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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-06T07:33:08.142Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:33:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:33:08.150Z||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-06T07:33:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:33:17.715Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:33:17.717Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:34:08.138Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:34:08.145Z||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-06T07:34:08.145Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:34:08.149Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:34:08.150Z||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-06T07:34:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:34:17.707Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:34:17.715Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:35:08.138Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:35:08.144Z||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-06T07:35:08.144Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:35:08.149Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:35:08.150Z||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-06T07:35:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:35:17.706Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:35:17.710Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:36:08.137Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:36:08.143Z||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-06T07:36:08.146Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:36:08.149Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:36:08.151Z||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-06T07:36:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:36:17.731Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:36:17.730Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:37:08.137Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:37:08.143Z||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-06T07:37:08.143Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:37:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:37:08.151Z||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-06T07:37:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:37:17.721Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:37:17.721Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:38:08.137Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:38:08.142Z||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-06T07:38:08.142Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:38:08.153Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:38:08.154Z||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-06T07:38:08.154Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:38:17.725Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:38:17.733Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:39:08.137Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:39:08.142Z||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-06T07:39:08.142Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:39:08.149Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:39:08.151Z||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-06T07:39:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:39:17.703Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:39:17.716Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:40:08.138Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:40:08.141Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T07:40:08.141Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:40:08.149Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:40:08.150Z||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-06T07:40:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:40:17.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:40:17.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:41:08.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:41:08.144Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T07:41:08.144Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:41:08.149Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:41:08.150Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T07:41:08.150Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:41:17.717Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:41:17.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:42:08.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:42:08.142Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T07:42:08.143Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:42:08.149Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:42:08.149Z||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-06T07:42:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:42:17.730Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:42:17.730Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:43:08.141Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:43:08.151Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:43:08.154Z||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-06T07:43:08.155Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:43:08.154Z||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-06T07:43:08.156Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:43:17.788Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:43:17.788Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:44:08.141Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:44:08.150Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:44:08.157Z||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-06T07:44:08.157Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:44:08.157Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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-06T07:44:08.157Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:44:08.314Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:44:08.319Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.319Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "clamp", "timestamp": 1630914235618, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:44:08.322Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:44:08.323Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.323Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "cds", "timestamp": 1630914230803, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:44:08.323Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:44:08.323Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.323Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "clamp", "timestamp": 1630914235618, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:44:08.323Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "cds", "timestamp": 1630914230803, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "dcae-sch", "timestamp": 1630914239237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914239540, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "multicloud-k8s-id", "timestamp": 1630914240097, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "dcae-sch", "timestamp": 1630914239237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914239540, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "multicloud-k8s-id", "timestamp": 1630914240097, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "ves-openapi-manager", "timestamp": 1630914241711, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "cds", "timestamp": 1630914242662, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:44:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:44:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "ves-openapi-manager", "timestamp": 1630914241711, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T07:44:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:44:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "cds", "timestamp": 1630914243667, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-06T07:44:08.373Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 2021-09-06T07:44:08.373Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 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-06T07:44:08.421Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.421Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914243748, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:44:08.421Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:44:08.421Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.421Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "policy-id", "timestamp": 1630914243900, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:44:08.421Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:44:08.422Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.422Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914245388, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:44:08.422Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:44:08.422Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.422Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "policy-id", "timestamp": 1630914243900, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:44:08.422Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:44:08.422Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.422Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914246393, "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-06T07:44:08.430Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 2021-09-06T07:44:08.430Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 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-06T07:44:08.454Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.455Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "policy-id", "timestamp": 1630914247017, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:44:08.456Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:44:08.456Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.456Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "aai-ml", "timestamp": 1630914246561, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:44:08.456Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:44:08.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:44:08.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:44:08.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0006abde-8dc6-499f-bb8f-4dfef6a5d8f1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"07bcb944-cc19-4661-bf45-d2e3528d6c42","serviceDescription":"service","serviceInvariantUUID":"6c33f030-5dd7-4889-b232-7b887f9434fc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4c94c481-e089-44e1-af16-a4b60e2a531a","resourceInvariantUUID":"6edc8cd8-b027-485a-88fc-0d1520183079","resourceCustomizationUUID":"6c86c34f-e416-4e86-a0c0-92a57d4d04f2","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":"NGViOWM5YjFiZWM4ZGZmYjUxMDc2MzExMDVjMmYyYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b0d3321-655d-46e6-8e51-f8dc3a8b9e88","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTkxOTkzNWFiZTgzM2Q3MWQ5YTcyZDg4ZjRmMWJjMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8bb1d7df-40e6-48cd-940c-4646a36001f6","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-06T07:44:08.839Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:44:08.840Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:44:08.846Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:44:08.846Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914248140, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:44:08.946Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:44:08.948Z||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-06T07:44:08.948Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:44:08.960Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:44:08.961Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:44:09.847Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:44:09.848Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:44:09.851Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:44:09.851Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914248140, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:44:09.950Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-06T07:44:09.951Z||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-06T07:44:09.952Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:44:09.961Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:44:09.961Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-06T07:44:10.853Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "07bcb944-cc19-4661-bf45-d2e3528d6c42", "serviceDescription": "service", "serviceInvariantUUID": "6c33f030-5dd7-4889-b232-7b887f9434fc", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "6c86c34f-e416-4e86-a0c0-92a57d4d04f2", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "4c94c481-e089-44e1-af16-a4b60e2a531a", "resourceInvariantUUID": "6edc8cd8-b027-485a-88fc-0d1520183079", "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": "MTkxOTkzNWFiZTgzM2Q3MWQ5YTcyZDg4ZjRmMWJjMjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8bb1d7df-40e6-48cd-940c-4646a36001f6" } ], "workloadContext": "Production" } 2021-09-06T07:44:10.854Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-06T07:44:10.855Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 07bcb944-cc19-4661-bf45-d2e3528d6c42 ASDC 2021-09-06T07:44:10.856Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:07bcb944-cc19-4661-bf45-d2e3528d6c42 ServiceInvariantUUID:6c33f030-5dd7-4889-b232-7b887f9434fc 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:8bb1d7df-40e6-48cd-940c-4646a36001f6 ArtifactChecksum:MTkxOTkzNWFiZTgzM2Q3MWQ5YTcyZDg4ZjRmMWJjMjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:6c86c34f-e416-4e86-a0c0-92a57d4d04f2 ResourceInvariantUUID:6edc8cd8-b027-485a-88fc-0d1520183079 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:4c94c481-e089-44e1-af16-a4b60e2a531a ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-09-06T07:44:10.856Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07bcb944-cc19-4661-bf45-d2e3528d6c42 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-06T07:44:10.917Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T07:44:10.918Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-09-06T07:44:10.918Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-09-06T07:44:10.918Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8bb1d7df-40e6-48cd-940c-4646a36001f6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-06T07:44:10.919Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-09-06T07:44:10.919Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-06T07:44:12.128Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-09-06T07:44:12.133Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8bb1d7df-40e6-48cd-940c-4646a36001f6 52175 2021-09-06T07:44:12.136Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:44:12.136Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:44:12.136Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:44:12.137Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:44:12.140Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:44:12.140Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914252135, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:44:12.240Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:44:12.241Z||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-06T07:44:12.241Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:44:12.266Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:44:12.267Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:44:13.141Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T07:44:13.142Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-09-06T07:44:13.143Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8bb1d7df-40e6-48cd-940c-4646a36001f6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-06T07:44:13.144Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-09-06T07:44:13.144Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-06T07:44:13.144Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-06T07:44:13.273Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3883919504616922097/Definitions/service-BasicNetwork-template.yml 2021-09-06T07:44:13.751Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-06T07:44:13.751Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-09-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-09-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-09-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-09-06T07:44:13.752Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:44:13.753Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:07bcb944-cc19-4661-bf45-d2e3528d6c42 Model Version:NULL Model InvariantUuid:6c33f030-5dd7-4889-b232-7b887f9434fc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:6edc8cd8-b027-485a-88fc-0d1520183079 Model UUID:baa5cf5c-c5ba-47c3-9eaf-12a65981a622 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:6c86c34f-e416-4e86-a0c0-92a57d4d04f2 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-06T07:44:13.760Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 4c94c481-e089-44e1-af16-a4b60e2a531a 2021-09-06T07:44:13.761Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||No resources found for Service: 07bcb944-cc19-4661-bf45-d2e3528d6c42 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-06T07:44:13.770Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500|| 2021-09-06T07:44:13.771Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-09-06T07:44:13.772Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 07bcb944-cc19-4661-bf45-d2e3528d6c42 2021-09-06T07:44:13.772Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 07bcb944-cc19-4661-bf45-d2e3528d6c42 2021-09-06T07:44:13.772Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-09-06T07:44:13.772Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:44:13.778Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@276d7c03, org.onap.sdc.toscaparser.api.parameters.Input@79281b35, org.onap.sdc.toscaparser.api.parameters.Input@63a8f9bd, org.onap.sdc.toscaparser.api.parameters.Input@7b7878d9, org.onap.sdc.toscaparser.api.parameters.Input@37399ed1] 2021-09-06T07:44:13.780Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:44:13.780Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:44:13.781Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:44:13.781Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:44:13.781Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 07bcb944-cc19-4661-bf45-d2e3528d6c42: Generic NeutronNet 2021-09-06T07:44:13.781Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:44:13.781Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:44:13.781Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:44:13.781Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:44:13.833Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:44:13.834Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:44:13.834Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:44:13.834Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:44:13.835Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:44:13.835Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:44:13.835Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:44:13.916Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-09-06T07:44:13.916Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:44:13.916Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:44:13.917Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:44:13.917Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:44:13.920Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:44:13.920Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914253916, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:44:14.021Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:44:14.023Z||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-06T07:44:14.023Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:44:14.033Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:44:14.034Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:44:14.921Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:44:14.936Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:44:14.942Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:44:14.942Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T07:44:14.942Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T07:44:44.942Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:44:44.964Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:44:44.967Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:44:44.968Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T07:44:44.968Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T07:45:08.152Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:45:08.157Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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-06T07:45:08.158Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:45:08.239Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:45:08.244Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:45:08.245Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "policy-id", "timestamp": 1630914248052, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:45:08.259Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:45:14.973Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:45:15.073Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:45:15.078Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:45:15.079Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T07:45:15.079Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T07:45:45.083Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:45:45.143Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:45:45.148Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:45:45.149Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T07:45:45.149Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T07:46:08.151Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:46:08.156Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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-06T07:46:08.156Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:46:08.197Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:46:08.201Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:46:08.206Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "aai-ml", "timestamp": 1630914246561, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:46:08.210Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:46:15.149Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:46:15.189Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:46:15.193Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:46:15.194Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T07:46:15.194Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T07:46:45.197Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:46:45.251Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:46:45.265Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:46:45.265Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T07:46:45.265Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T07:47:08.149Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:47:08.153Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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-06T07:47:08.154Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:47:08.183Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:47:08.194Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:47:08.195Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914248140, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:47:08.197Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:47:08.197Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:47:08.197Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "policy-id", "timestamp": 1630914249055, "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-06T07:47:08.210Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 2021-09-06T07:47:08.210Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 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-06T07:47:08.238Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:47:08.239Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914248140, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:47:08.239Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:47:08.239Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:47:08.239Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "aai-ml", "timestamp": 1630914250435, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:47:08.239Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:47:08.239Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:47:08.240Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "clamp", "timestamp": 1630914250805, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:47:08.241Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:47:08.241Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:47:08.241Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "clamp", "timestamp": 1630914251824, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:47:08.241Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:47:08.241Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:47:08.241Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914252135, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:47:08.241Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:47:08.241Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:47:08.242Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "clamp", "timestamp": 1630914252827, "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-06T07:47:08.251Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 2021-09-06T07:47:08.251Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 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-06T07:47:08.262Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:47:08.263Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914253916, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:47:08.263Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:47:08.263Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:47:08.264Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "aai-ml", "timestamp": 1630914254621, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:47:08.264Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:47:08.264Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:47:08.264Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "aai-ml", "timestamp": 1630914255625, "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-06T07:47:08.271Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 2021-09-06T07:47:08.272Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 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-06T07:47:15.267Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:47:15.288Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:47:15.292Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:47:15.292Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-06T07:47:15.292Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-06T07:47:15.293Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-06T07:47:15.293Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:47:15.293Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:47:15.293Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:47:15.293Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:47:15.293Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:47:15.293Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:47:15.293Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:47:15.300Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-06T07:47:45.302Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 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-06T07:47:45.337Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 and serviceModelVersionId: 07bcb944-cc19-4661-bf45-d2e3528d6c42 2021-09-06T07:47:45.338Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c33f030-5dd7-4889-b232-7b887f9434fc 2021-09-06T07:47:45.346Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c33f030-5dd7-4889-b232-7b887f9434fc/model-vers/model-ver/07bcb944-cc19-4661-bf45-d2e3528d6c42?depth=0 2021-09-06T07:47:45.383Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-09-06T07:47:45.569Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c33f030-5dd7-4889-b232-7b887f9434fc/model-vers/model-ver/07bcb944-cc19-4661-bf45-d2e3528d6c42?depth=0|INFO|500||Invoke 2021-09-06T07:47:45.571Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c33f030-5dd7-4889-b232-7b887f9434fc/model-vers/model-ver/07bcb944-cc19-4661-bf45-d2e3528d6c42?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c33f030-5dd7-4889-b232-7b887f9434fc/model-vers/model-ver/07bcb944-cc19-4661-bf45-d2e3528d6c42?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0006abde-8dc6-499f-bb8f-4dfef6a5d8f1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d01b7b7d-a5cd-4f87-8d1c-a81e8c104e49], X-ECOMP-RequestID=[0006abde-8dc6-499f-bb8f-4dfef6a5d8f1], X-TransactionId=[], X-ONAP-RequestID=[0006abde-8dc6-499f-bb8f-4dfef6a5d8f1], Content-Type=[application/merge-patch+json]} 2021-09-06T07:47:45.613Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c33f030-5dd7-4889-b232-7b887f9434fc/model-vers/model-ver/07bcb944-cc19-4661-bf45-d2e3528d6c42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-06T07:47:45.824Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c33f030-5dd7-4889-b232-7b887f9434fc/model-vers/model-ver/07bcb944-cc19-4661-bf45-d2e3528d6c42?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/6c33f030-5dd7-4889-b232-7b887f9434fc/model-vers/model-ver/07bcb944-cc19-4661-bf45-d2e3528d6c42?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210906-07:47:45:617-85290], vertex-id=[184512], Content-Length=[0], Date=[Mon, 06 Sep 2021 07:47:45 GMT], Content-Type=[application/json]} 2021-09-06T07:47:45.825Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c33f030-5dd7-4889-b232-7b887f9434fc/model-vers/model-ver/07bcb944-cc19-4661-bf45-d2e3528d6c42?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-06T07:47:45.825Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6c33f030-5dd7-4889-b232-7b887f9434fc/model-vers/model-ver/07bcb944-cc19-4661-bf45-d2e3528d6c42?depth=0|INFO|500||InvokeReturn 2021-09-06T07:47:45.827Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-06T07:47:45.835Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:47:45.841Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||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-06T07:47:45.841Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0006abde-8dc6-499f-bb8f-4dfef6a5d8f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-06T07:47:45.845Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-06T07:47:45.845Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:47:45.848Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:47:45.848Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914465844, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T07:47:45.948Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:47:45.949Z||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-06T07:47:45.949Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:47:45.969Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:47:45.970Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-06T07:47:46.868Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:47:46.869Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T07:47:46.870Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:47:51.266Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:47:51.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-06T07:47:51.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc5f403a-3521-4b08-8409-c3b98f470d39","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a0278b8c-db25-4ea1-8acb-628a90085fe6","serviceDescription":"service","serviceInvariantUUID":"cceba82f-66ce-4052-844a-5b61d9db7928","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"86cbcd40-7fde-4f54-a629-8fa8f10b605d","resourceInvariantUUID":"4a81f80d-00d5-4108-aa57-b86934e39d55","resourceCustomizationUUID":"dd314651-2dc7-473d-b28e-161f3a2f9f59","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":"YjJkNmVkMzRlYWNkNjcwMWRiNzk4YWU1ZjA1MjJkNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a612c89d-8aaf-44e6-8b19-0642cf5fbe16","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":"NTA1NjcxMDU2YjJjNWM4YjcxZjc0ZThmODNiYjVmNGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fcd40962-e989-4b4f-b008-eddf98d8cbba","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":"8de80c87-4e78-440b-b25b-40ee94fbb674","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":"7ef1009d-fd91-4289-af6b-eba291880cc2","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":"f7839cac-9379-499b-9f13-2c919d00c1cb","artifactVersion":"2","generatedFromUUID":"8de80c87-4e78-440b-b25b-40ee94fbb674"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Mzk4MDk3Mzc0NDU3ODA0MjEzYWQyMzg2ZWJmMzM3NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0da36c79-8871-4922-892c-4938220331b1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTQ0M2NiZTlmYTViMjM2MTE0ZDM2NDBmM2NjMjA1OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1277b00f-d268-41ab-a1bf-8fb85908901a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-06T07:47:51.291Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:47:51.292Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:47:51.306Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:47:51.307Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:47:51.402Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-09-06T07:47:51.403Z||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-06T07:47:51.405Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:47:51.415Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:47:51.416Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:47:52.307Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:47:52.310Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:47:52.315Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:47:52.315Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:47:52.415Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:47:52.416Z||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-06T07:47:52.416Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:47:52.428Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:47:52.428Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-06T07:47:53.315Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:47:53.316Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:47:53.322Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:47:53.323Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-06T07:47:53.422Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T07:47:53.423Z||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-06T07:47:53.423Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:47:53.437Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:47:53.438Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:47:54.325Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:47:54.325Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:47:54.329Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:47:54.329Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:47:54.429Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:47:54.431Z||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-06T07:47:54.431Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:47:54.464Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:47:54.464Z||pool-43-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:47:55.330Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:47:55.333Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:47:55.336Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:47:55.337Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-06T07:47:55.436Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T07:47:55.438Z||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-06T07:47:55.438Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:47:55.452Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:47:55.453Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:47:56.339Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:47:56.340Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:47:56.342Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:47:56.342Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:47:56.443Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T07:47:56.443Z||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-06T07:47:56.444Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:47:56.459Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:47:56.460Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:47:57.343Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:47:57.344Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:47:57.346Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:47:57.346Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:47:57.446Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:47:57.447Z||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-06T07:47:57.447Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:47:57.465Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:47:57.465Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:47:58.347Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "a0278b8c-db25-4ea1-8acb-628a90085fe6", "serviceDescription": "service", "serviceInvariantUUID": "cceba82f-66ce-4052-844a-5b61d9db7928", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "dd314651-2dc7-473d-b28e-161f3a2f9f59", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "86cbcd40-7fde-4f54-a629-8fa8f10b605d", "resourceInvariantUUID": "4a81f80d-00d5-4108-aa57-b86934e39d55", "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": "NTA1NjcxMDU2YjJjNWM4YjcxZjc0ZThmODNiYjVmNGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fcd40962-e989-4b4f-b008-eddf98d8cbba", "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": "8de80c87-4e78-440b-b25b-40ee94fbb674", "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": "f7839cac-9379-499b-9f13-2c919d00c1cb", "generatedFromUUID": "8de80c87-4e78-440b-b25b-40ee94fbb674" }, "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": "f7839cac-9379-499b-9f13-2c919d00c1cb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YTQ0M2NiZTlmYTViMjM2MTE0ZDM2NDBmM2NjMjA1OGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1277b00f-d268-41ab-a1bf-8fb85908901a" } ], "workloadContext": "Production" } 2021-09-06T07:47:58.348Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-06T07:47:58.348Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a0278b8c-db25-4ea1-8acb-628a90085fe6 ASDC 2021-09-06T07:47:58.348Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:dc5f403a-3521-4b08-8409-c3b98f470d39 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:a0278b8c-db25-4ea1-8acb-628a90085fe6 ServiceInvariantUUID:cceba82f-66ce-4052-844a-5b61d9db7928 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:1277b00f-d268-41ab-a1bf-8fb85908901a ArtifactChecksum:YTQ0M2NiZTlmYTViMjM2MTE0ZDM2NDBmM2NjMjA1OGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:dd314651-2dc7-473d-b28e-161f3a2f9f59 ResourceInvariantUUID:4a81f80d-00d5-4108-aa57-b86934e39d55 ResourceName:basic_vm ResourceType:VF ResourceUUID:86cbcd40-7fde-4f54-a629-8fa8f10b605d 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:fcd40962-e989-4b4f-b008-eddf98d8cbba ArtifactChecksum:NTA1NjcxMDU2YjJjNWM4YjcxZjc0ZThmODNiYjVmNGY= 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:8de80c87-4e78-440b-b25b-40ee94fbb674 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:f7839cac-9379-499b-9f13-2c919d00c1cb 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:f7839cac-9379-499b-9f13-2c919d00c1cb ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-06T07:47:58.348Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0278b8c-db25-4ea1-8acb-628a90085fe6 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-06T07:47:58.403Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T07:47:58.404Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-06T07:47:58.404Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-06T07:47:58.404Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1277b00f-d268-41ab-a1bf-8fb85908901a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-06T07:47:58.404Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-06T07:47:58.404Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-06T07:47:59.828Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-06T07:47:59.832Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1277b00f-d268-41ab-a1bf-8fb85908901a 70835 2021-09-06T07:47:59.832Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:47:59.832Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:47:59.832Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:47:59.832Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:47:59.835Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:47:59.835Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914479832, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:47:59.935Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:47:59.936Z||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-06T07:47:59.936Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:47:59.945Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:47:59.945Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:00.835Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T07:48:00.837Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-06T07:48:00.838Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1277b00f-d268-41ab-a1bf-8fb85908901a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-06T07:48:00.839Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-09-06T07:48:00.839Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-06T07:48:00.839Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-09-06T07:48:01.149Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10850977830171576999/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-06T07:48:02.291Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-06T07:48:02.292Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-09-06T07:48:02.292Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-06T07:48:02.292Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-06T07:48:02.292Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:02.293Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:02.293Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:02.293Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:02.293Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:02.293Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:02.293Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:02.293Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:02.293Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:02.293Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-09-06T07:48:02.293Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:02.294Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:02.294Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-06T07:48:02.294Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-09-06T07:48:02.294Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T07:48:02.294Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:02.295Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:02.295Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-06T07:48:02.295Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-09-06T07:48:02.295Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T07:48:02.295Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:02.295Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:02.295Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:02.296Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-06T07:48:02.296Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-09-06T07:48:02.296Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-09-06T07:48:02.296Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-09-06T07:48:02.296Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-06T07:48:02.296Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-06T07:48:02.296Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:02.296Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-06T07:48:02.297Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:02.297Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-06T07:48:02.297Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:48:02.298Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:02.298Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-06T07:48:02.298Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:48:02.298Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:02.298Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-06T07:48:02.298Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:48:02.298Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:02.298Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-06T07:48:02.298Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-09-06T07:48:02.298Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-09-06T07:48:02.298Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6fcaa9ef-1c94-4a44-9ca2-f5389e835fb8 2021-09-06T07:48:02.299Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:02.299Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:02.299Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:02.299Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:02.299Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:02.299Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:02.299Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:02.299Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:02.299Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:a0278b8c-db25-4ea1-8acb-628a90085fe6 Model Version:NULL Model InvariantUuid:cceba82f-66ce-4052-844a-5b61d9db7928 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:21b75569-476e-437f-84ef-e861c15f4714 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4a81f80d-00d5-4108-aa57-b86934e39d55 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:dd314651-2dc7-473d-b28e-161f3a2f9f59 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3d599479-fc13-47c9-b9d4-2688ab437f35 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:60623d30-e0e9-4d4e-a35e-538a72886686 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6fcaa9ef-1c94-4a44-9ca2-f5389e835fb8 ModelInvariantUuid:df8a9b98-a9b5-48dd-a96d-cd4f499e41a5 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:a3f65a05-f535-47ee-8889-c9bc99080239 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:73594a8c-296f-4335-a39a-14d0bb5fccc9 ModelInvariantUuid:a77a1c3f-6d12-4ea6-92f6-7adbf1ebfca8 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:b7fb5788-c1f2-48c0-9fcc-4cc03ce3c5e5 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-06T07:48:02.307Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 86cbcd40-7fde-4f54-a629-8fa8f10b605d 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-06T07:48:02.315Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||basic_vm 0 2021-09-06T07:48:02.316Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 86cbcd40-7fde-4f54-a629-8fa8f10b605d 2021-09-06T07:48:02.316Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fcd40962-e989-4b4f-b008-eddf98d8cbba from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-06T07:48:02.316Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-06T07:48:02.316Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:03.638Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-06T07:48:03.638Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json fcd40962-e989-4b4f-b008-eddf98d8cbba 787 2021-09-06T07:48:03.639Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:03.639Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:03.639Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:48:03.639Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:03.641Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:03.641Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914483639, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:03.741Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:48:03.743Z||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-06T07:48:03.743Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:03.752Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:03.752Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:04.642Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3d599479-fc13-47c9-b9d4-2688ab437f35", "vfModuleModelVersion": "1", "vfModuleModelUUID": "60623d30-e0e9-4d4e-a35e-538a72886686", "vfModuleModelCustomizationUUID": "5860b6ce-5a07-40fe-92aa-19bee4494e1f", "isBase": true, "artifacts": [ "8de80c87-4e78-440b-b25b-40ee94fbb674", "f7839cac-9379-499b-9f13-2c919d00c1cb" ], "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-06T07:48:04.646Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:60623d30-e0e9-4d4e-a35e-538a72886686 VfModuleModelInvariantUUID:3d599479-fc13-47c9-b9d4-2688ab437f35 VfModuleModelDescription:NULL Artifacts UUID List:{ 8de80c87-4e78-440b-b25b-40ee94fbb674 , f7839cac-9379-499b-9f13-2c919d00c1cb } 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-06T07:48:04.648Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3d599479-fc13-47c9-b9d4-2688ab437f35", "vfModuleModelVersion": "1", "vfModuleModelUUID": "60623d30-e0e9-4d4e-a35e-538a72886686", "vfModuleModelCustomizationUUID": "5860b6ce-5a07-40fe-92aa-19bee4494e1f", "isBase": true, "artifacts": [ "8de80c87-4e78-440b-b25b-40ee94fbb674", "f7839cac-9379-499b-9f13-2c919d00c1cb" ], "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-06T07:48:04.648Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:60623d30-e0e9-4d4e-a35e-538a72886686 VfModuleModelInvariantUUID:3d599479-fc13-47c9-b9d4-2688ab437f35 VfModuleModelDescription:NULL Artifacts UUID List:{ 8de80c87-4e78-440b-b25b-40ee94fbb674 , f7839cac-9379-499b-9f13-2c919d00c1cb } 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-06T07:48:04.649Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8de80c87-4e78-440b-b25b-40ee94fbb674 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-06T07:48:04.649Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-06T07:48:04.649Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:05.828Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-06T07:48:05.829Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8de80c87-4e78-440b-b25b-40ee94fbb674 5033 2021-09-06T07:48:05.829Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:05.829Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:05.829Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:48:05.829Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:05.831Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:05.831Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914485829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:05.932Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T07:48:05.933Z||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-06T07:48:05.933Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:05.946Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:05.946Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:06.834Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f7839cac-9379-499b-9f13-2c919d00c1cb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-06T07:48:06.835Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-06T07:48:06.835Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:07.608Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-06T07:48:07.609Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f7839cac-9379-499b-9f13-2c919d00c1cb 903 2021-09-06T07:48:07.610Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:07.610Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:07.610Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:48:07.610Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:07.614Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:07.614Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914487609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:07.717Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-06T07:48:07.720Z||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-06T07:48:07.720Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:07.731Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:07.731Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:08.149Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:48:08.150Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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-06T07:48:08.150Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:08.186Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:08.219Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.220Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "dcae-sch", "timestamp": 1630914379237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.220Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.220Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.220Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "multicloud-k8s-id", "timestamp": 1630914380097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "dcae-sch", "timestamp": 1630914379237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "cds", "timestamp": 1630914380803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "multicloud-k8s-id", "timestamp": 1630914380097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "dcae-sch", "timestamp": 1630914379237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "ves-openapi-manager", "timestamp": 1630914381710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "cds", "timestamp": 1630914380803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "multicloud-k8s-id", "timestamp": 1630914380097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "dcae-sch", "timestamp": 1630914379237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "ves-openapi-manager", "timestamp": 1630914381710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "cds", "timestamp": 1630914380803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "multicloud-k8s-id", "timestamp": 1630914380097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "dcae-sch", "timestamp": 1630914379237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "ves-openapi-manager", "timestamp": 1630914381710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.221Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "cds", "timestamp": 1630914380803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.222Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.222Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.222Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "policy-id", "timestamp": 1630914383900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.222Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.223Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.223Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "multicloud-k8s-id", "timestamp": 1630914380097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-06T07:48:08.223Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.223Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.223Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "dcae-sch", "timestamp": 1630914379237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.223Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.223Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.223Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "ves-openapi-manager", "timestamp": 1630914381710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.223Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.223Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.223Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "cds", "timestamp": 1630914380803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.223Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.223Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.223Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "policy-id", "timestamp": 1630914383900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "multicloud-k8s-id", "timestamp": 1630914380097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "dcae-sch", "timestamp": 1630914379237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "clamp", "timestamp": 1630914385618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "ves-openapi-manager", "timestamp": 1630914381710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "cds", "timestamp": 1630914380803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "policy-id", "timestamp": 1630914383900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "multicloud-k8s-id", "timestamp": 1630914380097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "clamp", "timestamp": 1630914385618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "ves-openapi-manager", "timestamp": 1630914381710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "cds", "timestamp": 1630914380803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "policy-id", "timestamp": 1630914383900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "clamp", "timestamp": 1630914385618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "ves-openapi-manager", "timestamp": 1630914381710, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "policy-id", "timestamp": 1630914383900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "multicloud-k8s-id", "timestamp": 1630914389215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "clamp", "timestamp": 1630914385618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "policy-id", "timestamp": 1630914383900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "cds", "timestamp": 1630914390032, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914389540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "clamp", "timestamp": 1630914385618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "policy-id", "timestamp": 1630914383900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.225Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "cds", "timestamp": 1630914391039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-06T07:48:08.247Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc5f403a-3521-4b08-8409-c3b98f470d39 2021-09-06T07:48:08.247Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc5f403a-3521-4b08-8409-c3b98f470d39 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-06T07:48:08.257Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.258Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "multicloud-k8s-id", "timestamp": 1630914391107, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:08.258Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.258Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.258Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914389540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.258Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.258Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.258Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "clamp", "timestamp": 1630914385618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.258Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.258Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.258Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914389540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.259Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.259Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.259Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "clamp", "timestamp": 1630914385618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:48:08.259Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.259Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.259Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "policy-id", "timestamp": 1630914392615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:08.259Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.259Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.259Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "multicloud-k8s-id", "timestamp": 1630914393030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:08.259Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.259Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.259Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914389540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.260Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.260Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.260Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "policy-id", "timestamp": 1630914393619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:48:08.260Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.260Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.260Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "multicloud-k8s-id", "timestamp": 1630914394067, "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-06T07:48:08.267Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc5f403a-3521-4b08-8409-c3b98f470d39 2021-09-06T07:48:08.267Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc5f403a-3521-4b08-8409-c3b98f470d39 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-06T07:48:08.282Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.282Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914389540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.283Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.283Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.283Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "policy-id", "timestamp": 1630914394622, "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-06T07:48:08.298Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc5f403a-3521-4b08-8409-c3b98f470d39 2021-09-06T07:48:08.299Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc5f403a-3521-4b08-8409-c3b98f470d39 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-06T07:48:08.320Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.322Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "multicloud-k8s-id", "timestamp": 1630914395074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:48:08.322Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.323Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.323Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914389540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.323Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.323Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.323Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914389540, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:48:08.323Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.323Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.323Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "aai-ml", "timestamp": 1630914396562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914397749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "aai-ml", "timestamp": 1630914396562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.324Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "aai-ml", "timestamp": 1630914396562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914400132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:48:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "aai-ml", "timestamp": 1630914396562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "dcae-sch", "timestamp": 1630914399236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "cds", "timestamp": 1630914395803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.325Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.326Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.326Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "multicloud-k8s-id", "timestamp": 1630914400097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.326Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.326Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.326Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914401135, "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-06T07:48:08.336Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc5f403a-3521-4b08-8409-c3b98f470d39 2021-09-06T07:48:08.337Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc5f403a-3521-4b08-8409-c3b98f470d39 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-06T07:48:08.350Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.351Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "aai-ml", "timestamp": 1630914396562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.351Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.351Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.352Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "dcae-sch", "timestamp": 1630914399236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.352Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.352Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.352Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "cds", "timestamp": 1630914395803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.352Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.353Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.353Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "multicloud-k8s-id", "timestamp": 1630914400097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-06T07:48:08.353Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.353Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.353Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "aai-ml", "timestamp": 1630914396562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.353Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.353Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.354Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "ves-openapi-manager", "timestamp": 1630914401710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.354Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.354Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.354Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "dcae-sch", "timestamp": 1630914399236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.354Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.354Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.354Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "cds", "timestamp": 1630914395803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.355Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.355Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.355Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "multicloud-k8s-id", "timestamp": 1630914400097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-06T07:48:08.355Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.355Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.355Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "aai-ml", "timestamp": 1630914396562, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:48:08.355Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.355Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.356Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "ves-openapi-manager", "timestamp": 1630914401710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.356Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.356Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.356Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "dcae-sch", "timestamp": 1630914399236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.356Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.356Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.356Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "cds", "timestamp": 1630914395803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.357Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.357Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.357Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "multicloud-k8s-id", "timestamp": 1630914400097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:48:08.357Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.357Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.357Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "ves-openapi-manager", "timestamp": 1630914401710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.357Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.357Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.357Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "policy-id", "timestamp": 1630914403900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.358Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.358Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.358Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "dcae-sch", "timestamp": 1630914399236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.358Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.358Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.358Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "cds", "timestamp": 1630914395803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.358Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.358Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.358Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "multicloud-k8s-id", "timestamp": 1630914400097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "clamp", "timestamp": 1630914404829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "aai-ml", "timestamp": 1630914405347, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "ves-openapi-manager", "timestamp": 1630914401710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "policy-id", "timestamp": 1630914403900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "dcae-sch", "timestamp": 1630914399236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.359Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "cds", "timestamp": 1630914395803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "multicloud-k8s-id", "timestamp": 1630914400097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "ves-openapi-manager", "timestamp": 1630914401710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "policy-id", "timestamp": 1630914403900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "dcae-sch", "timestamp": 1630914399236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "cds", "timestamp": 1630914395803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "clamp", "timestamp": 1630914406836, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "multicloud-k8s-id", "timestamp": 1630914400097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "ves-openapi-manager", "timestamp": 1630914401710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "policy-id", "timestamp": 1630914403900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "dcae-sch", "timestamp": 1630914399236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.361Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "cds", "timestamp": 1630914395803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.361Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.361Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.361Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "clamp", "timestamp": 1630914407840, "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-06T07:48:08.370Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc5f403a-3521-4b08-8409-c3b98f470d39 2021-09-06T07:48:08.371Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc5f403a-3521-4b08-8409-c3b98f470d39 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-06T07:48:08.388Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.388Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "multicloud-k8s-id", "timestamp": 1630914400097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.389Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.389Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.389Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "ves-openapi-manager", "timestamp": 1630914401710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.389Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.389Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.389Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "policy-id", "timestamp": 1630914403900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-06T07:48:08.389Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.389Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.390Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "dcae-sch", "timestamp": 1630914399236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.390Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.390Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.390Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "cds", "timestamp": 1630914395803, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:48:08.390Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.390Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.390Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "multicloud-k8s-id", "timestamp": 1630914400097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:48:08.390Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.391Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.391Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "ves-openapi-manager", "timestamp": 1630914401710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.391Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.391Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.391Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "policy-id", "timestamp": 1630914403900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.391Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.391Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.391Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "ves-openapi-manager", "timestamp": 1630914401710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.391Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.391Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.391Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "policy-id", "timestamp": 1630914403900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.391Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.391Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.391Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "cds", "timestamp": 1630914411040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:08.391Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.392Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.392Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "multicloud-k8s-id", "timestamp": 1630914411301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:08.392Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.392Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.392Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "policy-id", "timestamp": 1630914403900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.393Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.393Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.393Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "cds", "timestamp": 1630914412046, "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-06T07:48:08.429Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 625753b1-4ab8-4e7c-b584-899be0a0a08d 2021-09-06T07:48:08.429Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 625753b1-4ab8-4e7c-b584-899be0a0a08d 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-06T07:48:08.448Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.448Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "policy-id", "timestamp": 1630914403900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:48:08.448Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.448Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "cds", "timestamp": 1630914413050, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "multicloud-k8s-id", "timestamp": 1630914413842, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.450Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "policy-id", "timestamp": 1630914414248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:08.450Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.450Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.450Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "cds", "timestamp": 1630914413050, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.451Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.451Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.451Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "policy-id", "timestamp": 1630914415252, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:48:08.451Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.451Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.451Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "aai-ml", "timestamp": 1630914415452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:48:08.451Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.451Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.451Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "cds", "timestamp": 1630914413050, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.452Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.452Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.452Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "multicloud-k8s-id", "timestamp": 1630914416066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:08.452Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.452Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.452Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.452Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.452Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.452Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "policy-id", "timestamp": 1630914416255, "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-06T07:48:08.460Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 625753b1-4ab8-4e7c-b584-899be0a0a08d 2021-09-06T07:48:08.460Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 625753b1-4ab8-4e7c-b584-899be0a0a08d 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-06T07:48:08.473Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.473Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "aai-ml", "timestamp": 1630914416456, "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-06T07:48:08.496Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc5f403a-3521-4b08-8409-c3b98f470d39 2021-09-06T07:48:08.496Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc5f403a-3521-4b08-8409-c3b98f470d39 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-06T07:48:08.527Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.528Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "cds", "timestamp": 1630914413050, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.528Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.528Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.528Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.528Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.528Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.528Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "multicloud-k8s-id", "timestamp": 1630914417677, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:08.528Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.529Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.529Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "cds", "timestamp": 1630914413050, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.531Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.531Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.531Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.532Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.532Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.532Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "cds", "timestamp": 1630914413050, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.532Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.532Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.532Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "multicloud-k8s-id", "timestamp": 1630914418741, "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-06T07:48:08.539Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 625753b1-4ab8-4e7c-b584-899be0a0a08d 2021-09-06T07:48:08.540Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 625753b1-4ab8-4e7c-b584-899be0a0a08d 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-06T07:48:08.552Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.552Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:48:08.553Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.553Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.553Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "cds", "timestamp": 1630914413050, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.554Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.554Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.554Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "multicloud-k8s-id", "timestamp": 1630914419745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:48:08.554Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.554Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.554Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "dcae-sch", "timestamp": 1630914419236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.555Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.555Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.555Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.556Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.556Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.556Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.557Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "cds", "timestamp": 1630914413050, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "dcae-sch", "timestamp": 1630914419236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "multicloud-k8s-id", "timestamp": 1630914420750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "dcae-sch", "timestamp": 1630914419236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "ves-openapi-manager", "timestamp": 1630914421710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "multicloud-k8s-id", "timestamp": 1630914420750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "dcae-sch", "timestamp": 1630914419236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.558Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.559Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.559Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.559Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.559Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.559Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.559Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "ves-openapi-manager", "timestamp": 1630914421710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.559Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.559Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.559Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "multicloud-k8s-id", "timestamp": 1630914420750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-06T07:48:08.559Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.559Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.559Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "cds", "timestamp": 1630914423398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:08.560Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:48:08.560Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.561Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "dcae-sch", "timestamp": 1630914419236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.561Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.561Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.561Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.561Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.561Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.561Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:48:08.561Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.562Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.562Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "ves-openapi-manager", "timestamp": 1630914421710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.562Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.562Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.562Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "multicloud-k8s-id", "timestamp": 1630914420750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.562Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.562Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.562Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "policy-id", "timestamp": 1630914423900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.563Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.563Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.563Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "dcae-sch", "timestamp": 1630914419236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.563Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.563Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.563Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.563Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.563Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.563Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "ves-openapi-manager", "timestamp": 1630914421710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.563Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.563Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.563Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "multicloud-k8s-id", "timestamp": 1630914420750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-06T07:48:08.563Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.563Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.564Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "policy-id", "timestamp": 1630914423900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.564Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.564Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.564Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "dcae-sch", "timestamp": 1630914419236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.564Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.564Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.564Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "cds", "timestamp": 1630914426171, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-06T07:48:08.615Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a0278b8c-db25-4ea1-8acb-628a90085fe6 2021-09-06T07:48:08.617Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 86cbcd40-7fde-4f54-a629-8fa8f10b605d ASDC 2021-09-06T07:48:08.619Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae 2021-09-06T07:48:08.619Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae 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: 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: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 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-06T07:48:08.628Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.629Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.631Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.631Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.631Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "ves-openapi-manager", "timestamp": 1630914421710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.631Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.631Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.631Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "multicloud-k8s-id", "timestamp": 1630914420750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.631Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.631Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.631Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "policy-id", "timestamp": 1630914423900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-06T07:48:08.632Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.632Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.632Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "dcae-sch", "timestamp": 1630914419236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.632Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.632Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.632Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.632Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.632Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 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-06T07:48:08.632Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.633Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.633Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.633Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "ves-openapi-manager", "timestamp": 1630914421710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.633Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.633Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.633Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "multicloud-k8s-id", "timestamp": 1630914420750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.633Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:48:08.633Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:48:08.633Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "policy-id", "timestamp": 1630914423900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:08.633Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 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-06T07:48:08.638Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f043d03, org.onap.sdc.toscaparser.api.parameters.Input@6ff86c4d, org.onap.sdc.toscaparser.api.parameters.Input@71a90c28, org.onap.sdc.toscaparser.api.parameters.Input@318f14a8, org.onap.sdc.toscaparser.api.parameters.Input@3feddbbf] 2021-09-06T07:48:08.642Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:08.643Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:08.643Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-09-06T07:48:08.643Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= dd314651-2dc7-473d-b28e-161f3a2f9f59 2021-09-06T07:48:08.644Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dd314651-2dc7-473d-b28e-161f3a2f9f59 matches Tosca VF Customization UUID: dd314651-2dc7-473d-b28e-161f3a2f9f59 2021-09-06T07:48:08.644Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: dd314651-2dc7-473d-b28e-161f3a2f9f59 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-06T07:48:08.652Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:08.652Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:08.654Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id dd314651-2dc7-473d-b28e-161f3a2f9f59: {\"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-06T07:48:08.654Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6349bfbd 2021-09-06T07:48:08.655Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:08.655Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-06T07:48:08.656Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5860b6ce-5a07-40fe-92aa-19bee4494e1f 2021-09-06T07:48:08.657Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5860b6ce-5a07-40fe-92aa-19bee4494e1f 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-06T07:48:08.661Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:08.661Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-06T07:48:08.662Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:48:08.664Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:08.665Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-06T07:48:08.666Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:48:08.666Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:08.667Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-06T07:48:08.667Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-09-06T07:48:08.667Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-09-06T07:48:08.668Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6fcaa9ef-1c94-4a44-9ca2-f5389e835fb8 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-06T07:48:08.673Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:08.676Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-06T07:48:08.676Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:48:08.677Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:08.677Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-06T07:48:08.678Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=dd314651-2dc7-473d-b28e-161f3a2f9f59 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-06T07:48:08.681Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:08.681Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:08.682Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a0278b8c-db25-4ea1-8acb-628a90085fe6: basic_vm 2021-09-06T07:48:08.682Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:08.682Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:08.682Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:08.682Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:08.683Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:08.683Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:08.683Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:08.683Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:08.683Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:08.684Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:08.684Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:08.824Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 86cbcd40-7fde-4f54-a629-8fa8f10b605d 1 ASDC deployResourceStructure 2021-09-06T07:48:08.825Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:08.826Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:08.826Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:48:08.826Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:08.829Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:08.829Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914488825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:48:08.929Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T07:48:08.930Z||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-06T07:48:08.931Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:08.943Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:08.944Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:09.830Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:09.831Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:09.831Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:48:09.831Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:09.834Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:09.835Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914489830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-06T07:48:09.934Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T07:48:09.935Z||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-06T07:48:09.936Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:09.955Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:09.956Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:10.836Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:10.840Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:10.840Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:48:10.841Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:10.845Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:10.846Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914490836, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-06T07:48:10.946Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:48:10.947Z||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-06T07:48:10.947Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:10.961Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:10.962Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:11.849Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:11.850Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:11.850Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:48:11.850Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:11.852Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:11.852Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914491849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:48:11.952Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:48:11.953Z||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-06T07:48:11.953Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:11.963Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:11.964Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:12.853Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc5f403a-3521-4b08-8409-c3b98f470d39 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:48:12.868Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc5f403a-3521-4b08-8409-c3b98f470d39 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:48:12.876Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:48:12.876Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-06T07:48:12.876Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-06T07:48:12.876Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-06T07:48:12.876Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:48:12.876Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:48:12.876Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:48:12.876Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:48:12.876Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:48:12.876Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:48:12.876Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:12.885Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-06T07:48:42.886Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc5f403a-3521-4b08-8409-c3b98f470d39 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-06T07:48:42.907Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc5f403a-3521-4b08-8409-c3b98f470d39 and serviceModelVersionId: a0278b8c-db25-4ea1-8acb-628a90085fe6 2021-09-06T07:48:42.907Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cceba82f-66ce-4052-844a-5b61d9db7928 2021-09-06T07:48:42.912Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cceba82f-66ce-4052-844a-5b61d9db7928/model-vers/model-ver/a0278b8c-db25-4ea1-8acb-628a90085fe6?depth=0 2021-09-06T07:48:42.921Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-09-06T07:48:42.978Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cceba82f-66ce-4052-844a-5b61d9db7928/model-vers/model-ver/a0278b8c-db25-4ea1-8acb-628a90085fe6?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-06T07:48:42.985Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cceba82f-66ce-4052-844a-5b61d9db7928/model-vers/model-ver/a0278b8c-db25-4ea1-8acb-628a90085fe6?depth=0|INFO|500||Invoke 2021-09-06T07:48:43.021Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cceba82f-66ce-4052-844a-5b61d9db7928/model-vers/model-ver/a0278b8c-db25-4ea1-8acb-628a90085fe6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-06T07:48:43.252Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cceba82f-66ce-4052-844a-5b61d9db7928/model-vers/model-ver/a0278b8c-db25-4ea1-8acb-628a90085fe6?depth=0|INFO|500||InvokeReturn 2021-09-06T07:48:43.256Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cceba82f-66ce-4052-844a-5b61d9db7928/model-vers/model-ver/a0278b8c-db25-4ea1-8acb-628a90085fe6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210906-07:48:43:027-98090], vertex-id=[196624], Content-Length=[0], Date=[Mon, 06 Sep 2021 07:48:43 GMT], Content-Type=[application/json]} 2021-09-06T07:48:43.256Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-09-06T07:48:43.259Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-06T07:48:43.259Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:43.264Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||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-06T07:48:43.264Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc5f403a-3521-4b08-8409-c3b98f470d39 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-06T07:48:43.264Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-06T07:48:43.265Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:43.268Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:43.268Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914523264, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T07:48:43.368Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:48:43.369Z||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-06T07:48:43.369Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:43.392Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:43.393Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 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-06T07:48:44.298Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-06T07:48:44.298Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"625753b1-4ab8-4e7c-b584-899be0a0a08d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"bf686408-d3e9-4dc6-a6d1-baa216db3630","serviceDescription":"service","serviceInvariantUUID":"74b68a84-31d9-431a-958d-55bc86f075b5","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d25cb3ab-90da-4818-b508-ca560a11e71f","resourceInvariantUUID":"923256a3-ecdb-486e-9cb3-42e58fb11628","resourceCustomizationUUID":"c828b6a4-8d1c-4f1e-9cf0-bdc1f04a9b35","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":"NTU0MzgwMWQ5ODRjNTk5ZjhkNmFlMmJiNjRiYWM4Y2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0b655c3-103a-461f-988b-998b5da434f6","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":"74138fdb-2f87-4cf2-8d44-4785e1d29a5e","artifactVersion":"2","generatedFromUUID":"0f8abb70-321a-499f-bc1f-61e0a90a21c1"},{"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":"0f8abb70-321a-499f-bc1f-61e0a90a21c1","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":"MjBjYTcyNzA2ZTQ0NGQ5NzMwNzM2NWQyODk0M2NjZjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"523a4946-d8d2-4d46-bc31-9f3bcbf0bc7c","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":"bee3fac3-22bd-467d-bf9c-9f5f962de974","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":"57ac4671-6b7b-4245-8b57-eeff0fd15a31","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":"00fd5ba3-532a-4d37-baf4-97c2f83db8e9","artifactVersion":"2","generatedFromUUID":"bee3fac3-22bd-467d-bf9c-9f5f962de974"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmQ0NTcwZGNiNjFiOWQ0ZDZhYjdiYTM0NmNkMDFlOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5abb8c70-7fa0-4030-a644-482b8db8d128","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGFhZDg4ZWJlYWFlODMwZjA4ZGJhNTRkZGRkZGVmZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cbcb2d78-dcf1-43ec-b766-ac8e29f4a7be","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-06T07:48:44.299Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:48:44.299Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:44.303Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:44.303Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:44.403Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:48:44.404Z||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-06T07:48:44.404Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:44.420Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:44.420Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:45.309Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:48:45.310Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:45.313Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:45.313Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-06T07:48:45.412Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-06T07:48:45.413Z||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-06T07:48:45.413Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:45.423Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:45.424Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:46.315Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:48:46.315Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:46.338Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:46.338Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-06T07:48:46.436Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-06T07:48:46.437Z||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-06T07:48:46.437Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:46.450Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:46.451Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:47.339Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:48:47.340Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:47.344Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:47.344Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:48:47.443Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T07:48:47.444Z||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-06T07:48:47.444Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:47.453Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:47.453Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:48.346Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:48:48.347Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:48.350Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:48.351Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-06T07:48:48.451Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:48:48.453Z||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-06T07:48:48.453Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:48.465Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:48.467Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:49.351Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:48:49.353Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:49.356Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:49.357Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:49.456Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T07:48:49.459Z||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-06T07:48:49.459Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:49.473Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:49.474Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:50.360Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:48:50.361Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:50.364Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:50.364Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-06T07:48:50.466Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:48:50.469Z||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-06T07:48:50.469Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:50.479Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:50.480Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:51.366Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:48:51.368Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:51.371Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:51.372Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:48:51.472Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:48:51.473Z||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-06T07:48:51.473Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:51.483Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:51.485Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:52.372Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:48:52.373Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:52.377Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:52.377Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:48:52.476Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T07:48:52.477Z||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-06T07:48:52.478Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:52.490Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:52.491Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-06T07:48:53.379Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "bf686408-d3e9-4dc6-a6d1-baa216db3630", "serviceDescription": "service", "serviceInvariantUUID": "74b68a84-31d9-431a-958d-55bc86f075b5", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "c828b6a4-8d1c-4f1e-9cf0-bdc1f04a9b35", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d25cb3ab-90da-4818-b508-ca560a11e71f", "resourceInvariantUUID": "923256a3-ecdb-486e-9cb3-42e58fb11628", "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": "74138fdb-2f87-4cf2-8d44-4785e1d29a5e", "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": "0f8abb70-321a-499f-bc1f-61e0a90a21c1", "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": "MjBjYTcyNzA2ZTQ0NGQ5NzMwNzM2NWQyODk0M2NjZjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "523a4946-d8d2-4d46-bc31-9f3bcbf0bc7c", "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": "bee3fac3-22bd-467d-bf9c-9f5f962de974", "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": "00fd5ba3-532a-4d37-baf4-97c2f83db8e9", "generatedFromUUID": "bee3fac3-22bd-467d-bf9c-9f5f962de974" }, "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": "00fd5ba3-532a-4d37-baf4-97c2f83db8e9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OGFhZDg4ZWJlYWFlODMwZjA4ZGJhNTRkZGRkZGVmZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cbcb2d78-dcf1-43ec-b766-ac8e29f4a7be" } ], "workloadContext": "Production" } 2021-09-06T07:48:53.379Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-06T07:48:53.379Z|dc5f403a-3521-4b08-8409-c3b98f470d39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bf686408-d3e9-4dc6-a6d1-baa216db3630 ASDC 2021-09-06T07:48:53.379Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:625753b1-4ab8-4e7c-b584-899be0a0a08d ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:bf686408-d3e9-4dc6-a6d1-baa216db3630 ServiceInvariantUUID:74b68a84-31d9-431a-958d-55bc86f075b5 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:cbcb2d78-dcf1-43ec-b766-ac8e29f4a7be ArtifactChecksum:OGFhZDg4ZWJlYWFlODMwZjA4ZGJhNTRkZGRkZGVmZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:c828b6a4-8d1c-4f1e-9cf0-bdc1f04a9b35 ResourceInvariantUUID:923256a3-ecdb-486e-9cb3-42e58fb11628 ResourceName:basic_cnf ResourceType:VF ResourceUUID:d25cb3ab-90da-4818-b508-ca560a11e71f 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:74138fdb-2f87-4cf2-8d44-4785e1d29a5e 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:0f8abb70-321a-499f-bc1f-61e0a90a21c1 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:523a4946-d8d2-4d46-bc31-9f3bcbf0bc7c ArtifactChecksum:MjBjYTcyNzA2ZTQ0NGQ5NzMwNzM2NWQyODk0M2NjZjY= 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:bee3fac3-22bd-467d-bf9c-9f5f962de974 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:00fd5ba3-532a-4d37-baf4-97c2f83db8e9 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:00fd5ba3-532a-4d37-baf4-97c2f83db8e9 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-06T07:48:53.381Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf686408-d3e9-4dc6-a6d1-baa216db3630 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-06T07:48:53.439Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T07:48:53.440Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-06T07:48:53.440Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-06T07:48:53.440Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cbcb2d78-dcf1-43ec-b766-ac8e29f4a7be from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-06T07:48:53.440Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-06T07:48:53.440Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-06T07:48:53.676Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-06T07:48:53.680Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar cbcb2d78-dcf1-43ec-b766-ac8e29f4a7be 68765 2021-09-06T07:48:53.681Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:48:53.681Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:48:53.681Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:48:53.682Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:53.684Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:53.684Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914533681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:53.784Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:48:53.786Z||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-06T07:48:53.786Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:53.797Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:53.798Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:54.684Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T07:48:54.685Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-06T07:48:54.687Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: cbcb2d78-dcf1-43ec-b766-ac8e29f4a7be, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-06T07:48:54.688Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-09-06T07:48:54.688Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-06T07:48:54.689Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-06T07:48:54.954Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5553001143915253255/Definitions/service-BasicCnf-template.yml 2021-09-06T07:48:56.101Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-06T07:48:56.102Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-09-06T07:48:56.102Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-06T07:48:56.102Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-09-06T07:48:56.102Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:48:56.102Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:48:56.102Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:48:56.102Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:48:56.102Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-09-06T07:48:56.103Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:56.103Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:56.103Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-06T07:48:56.103Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-09-06T07:48:56.104Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T07:48:56.104Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:56.104Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:56.104Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-06T07:48:56.104Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-09-06T07:48:56.104Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T07:48:56.104Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:56.105Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:56.105Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:56.105Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-06T07:48:56.105Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-09-06T07:48:56.105Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2021-09-06T07:48:56.106Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-06T07:48:56.106Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:56.106Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-06T07:48:56.106Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:56.106Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-06T07:48:56.106Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:48:56.107Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:56.107Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-06T07:48:56.107Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:48:56.107Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:56.107Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-06T07:48:56.107Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:48:56.107Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:56.107Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-06T07:48:56.108Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-06T07:48:56.108Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7a3a4ed3-1378-4ff0-92f7-821fa282e11b 2021-09-06T07:48:56.108Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:56.108Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:56.108Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:56.108Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:56.108Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:56.108Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:56.108Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:48:56.108Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:48:56.109Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:bf686408-d3e9-4dc6-a6d1-baa216db3630 Model Version:NULL Model InvariantUuid:74b68a84-31d9-431a-958d-55bc86f075b5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:17d01d79-a577-4552-99fc-1ff556af9284 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:923256a3-ecdb-486e-9cb3-42e58fb11628 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c828b6a4-8d1c-4f1e-9cf0-bdc1f04a9b35 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a35f37a8-3ad0-4ec6-9840-e1732216c5b8 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:fa6128bc-5b4d-4d84-86f6-e4c17390a032 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7a3a4ed3-1378-4ff0-92f7-821fa282e11b ModelInvariantUuid:a4cc12dc-a9e5-4005-a319-9c5e08308c4f ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:07b17d21-453a-4e74-9ead-c7ef44c8fea5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:75061531-9e78-4b72-9446-02273b3c21b3 ModelInvariantUuid:ff4d6b05-8be2-4457-865f-32e2952faa28 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:10689428-064e-4ff1-821f-297113e4c390 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-06T07:48:56.119Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d25cb3ab-90da-4818-b508-ca560a11e71f 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-06T07:48:56.124Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||basic_cnf 0 2021-09-06T07:48:56.125Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d25cb3ab-90da-4818-b508-ca560a11e71f 2021-09-06T07:48:56.125Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 74138fdb-2f87-4cf2-8d44-4785e1d29a5e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-06T07:48:56.125Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-06T07:48:56.125Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:48:56.679Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-06T07:48:56.680Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 74138fdb-2f87-4cf2-8d44-4785e1d29a5e 12 2021-09-06T07:48:56.680Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:48:56.680Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:48:56.680Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:48:56.680Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:56.683Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:56.683Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914536680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:56.783Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:48:56.786Z||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-06T07:48:56.786Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:56.794Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:56.795Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:57.691Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0f8abb70-321a-499f-bc1f-61e0a90a21c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-06T07:48:57.691Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-06T07:48:57.692Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:48:58.562Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-06T07:48:58.563Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 0f8abb70-321a-499f-bc1f-61e0a90a21c1 2688 2021-09-06T07:48:58.563Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:48:58.563Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:48:58.563Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:48:58.564Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:48:58.567Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:48:58.567Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914538563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-06T07:48:58.681Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms 2021-09-06T07:48:58.682Z||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-06T07:48:58.683Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:48:58.697Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:48:58.698Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:48:59.570Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 523a4946-d8d2-4d46-bc31-9f3bcbf0bc7c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-06T07:48:59.570Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-06T07:48:59.571Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:01.571Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-06T07:49:01.572Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 523a4946-d8d2-4d46-bc31-9f3bcbf0bc7c 828 2021-09-06T07:49:01.572Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:01.572Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:01.572Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:49:01.572Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:49:01.575Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:49:01.575Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914541572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:49:01.677Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-09-06T07:49:01.679Z||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-06T07:49:01.679Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:49:01.699Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:49:01.701Z||pool-68-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:49:02.575Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a35f37a8-3ad0-4ec6-9840-e1732216c5b8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fa6128bc-5b4d-4d84-86f6-e4c17390a032", "vfModuleModelCustomizationUUID": "36752cbc-3fdb-4b64-98f8-7eff1da6e5ca", "isBase": true, "artifacts": [ "0f8abb70-321a-499f-bc1f-61e0a90a21c1", "bee3fac3-22bd-467d-bf9c-9f5f962de974", "00fd5ba3-532a-4d37-baf4-97c2f83db8e9" ], "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-06T07:49:02.583Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fa6128bc-5b4d-4d84-86f6-e4c17390a032 VfModuleModelInvariantUUID:a35f37a8-3ad0-4ec6-9840-e1732216c5b8 VfModuleModelDescription:NULL Artifacts UUID List:{ 0f8abb70-321a-499f-bc1f-61e0a90a21c1 , bee3fac3-22bd-467d-bf9c-9f5f962de974 , 00fd5ba3-532a-4d37-baf4-97c2f83db8e9 } 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-06T07:49:02.585Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a35f37a8-3ad0-4ec6-9840-e1732216c5b8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fa6128bc-5b4d-4d84-86f6-e4c17390a032", "vfModuleModelCustomizationUUID": "36752cbc-3fdb-4b64-98f8-7eff1da6e5ca", "isBase": true, "artifacts": [ "0f8abb70-321a-499f-bc1f-61e0a90a21c1", "bee3fac3-22bd-467d-bf9c-9f5f962de974", "00fd5ba3-532a-4d37-baf4-97c2f83db8e9" ], "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-06T07:49:02.586Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fa6128bc-5b4d-4d84-86f6-e4c17390a032 VfModuleModelInvariantUUID:a35f37a8-3ad0-4ec6-9840-e1732216c5b8 VfModuleModelDescription:NULL Artifacts UUID List:{ 0f8abb70-321a-499f-bc1f-61e0a90a21c1 , bee3fac3-22bd-467d-bf9c-9f5f962de974 , 00fd5ba3-532a-4d37-baf4-97c2f83db8e9 } 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-06T07:49:02.586Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bee3fac3-22bd-467d-bf9c-9f5f962de974 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-06T07:49:02.586Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-06T07:49:02.586Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:03.383Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-06T07:49:03.383Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bee3fac3-22bd-467d-bf9c-9f5f962de974 1164 2021-09-06T07:49:03.384Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:03.384Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:03.384Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:49:03.384Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:49:03.388Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:49:03.388Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914543383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:49:03.488Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T07:49:03.489Z||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-06T07:49:03.489Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:49:03.505Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:49:03.506Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:49:04.389Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 00fd5ba3-532a-4d37-baf4-97c2f83db8e9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-06T07:49:04.392Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-06T07:49:04.397Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:05.014Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-06T07:49:05.015Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 00fd5ba3-532a-4d37-baf4-97c2f83db8e9 200 2021-09-06T07:49:05.015Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:05.015Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:05.016Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:49:05.016Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:49:05.019Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:49:05.019Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914545015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:49:05.119Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:49:05.120Z||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-06T07:49:05.120Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:49:05.138Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:49:05.139Z||pool-70-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-09-06T07:49:06.022Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: bf686408-d3e9-4dc6-a6d1-baa216db3630 2021-09-06T07:49:06.023Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d25cb3ab-90da-4818-b508-ca560a11e71f 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=? 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=? 2021-09-06T07:49:06.050Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-06T07:49:06.055Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@273a628c, org.onap.sdc.toscaparser.api.parameters.Input@4b27b36f, org.onap.sdc.toscaparser.api.parameters.Input@39e0014b, org.onap.sdc.toscaparser.api.parameters.Input@52072f13, org.onap.sdc.toscaparser.api.parameters.Input@26dd09dd] 2021-09-06T07:49:06.059Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:49:06.060Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:49:06.060Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-09-06T07:49:06.060Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= c828b6a4-8d1c-4f1e-9cf0-bdc1f04a9b35 2021-09-06T07:49:06.060Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c828b6a4-8d1c-4f1e-9cf0-bdc1f04a9b35 matches Tosca VF Customization UUID: c828b6a4-8d1c-4f1e-9cf0-bdc1f04a9b35 2021-09-06T07:49:06.060Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: c828b6a4-8d1c-4f1e-9cf0-bdc1f04a9b35 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-06T07:49:06.065Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:49:06.065Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:49:06.066Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id c828b6a4-8d1c-4f1e-9cf0-bdc1f04a9b35: {\"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-06T07:49:06.067Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d0063e 2021-09-06T07:49:06.067Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:49:06.067Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-06T07:49:06.068Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 36752cbc-3fdb-4b64-98f8-7eff1da6e5ca 2021-09-06T07:49:06.068Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 36752cbc-3fdb-4b64-98f8-7eff1da6e5ca 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-06T07:49:06.070Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:49:06.071Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-06T07:49:06.071Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:49:06.071Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:49:06.071Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-06T07:49:06.072Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:49:06.072Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:49:06.072Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-06T07:49:06.072Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-06T07:49:06.072Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7a3a4ed3-1378-4ff0-92f7-821fa282e11b 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-06T07:49:06.076Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:49:06.077Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-06T07:49:06.077Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:49:06.077Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:49:06.077Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-06T07:49:06.077Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c828b6a4-8d1c-4f1e-9cf0-bdc1f04a9b35 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-06T07:49:06.079Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:49:06.079Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:49:06.079Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid bf686408-d3e9-4dc6-a6d1-baa216db3630: basic_cnf 2021-09-06T07:49:06.079Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:49:06.079Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:49:06.080Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:49:06.080Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:49:06.080Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:49:06.080Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:49:06.080Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:49:06.080Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:49:06.080Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:49:06.080Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:49:06.080Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:06.185Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d25cb3ab-90da-4818-b508-ca560a11e71f 1 ASDC deployResourceStructure 2021-09-06T07:49:06.186Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:06.186Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:06.187Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-06T07:49:06.187Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:49:06.189Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:49:06.189Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914546186, "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-06T07:49:06.291Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T07:49:06.294Z||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-06T07:49:06.294Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:49:06.309Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:49:06.312Z||pool-71-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2021-09-06T07:49:07.190Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:07.191Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:07.192Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-06T07:49:07.192Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:49:07.194Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:49:07.194Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914547190, "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-06T07:49:07.298Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-09-06T07:49:07.299Z||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-06T07:49:07.299Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:49:07.310Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:49:07.312Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-06T07:49:08.149Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:49:08.150Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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-06T07:49:08.150Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:49:08.167Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:49:08.168Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:49:08.168Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:49:08.169Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:49:08.197Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:08.198Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:08.198Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:49:08.198Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:49:08.220Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:49:08.220Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914548197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:49:08.321Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T07:49:08.323Z||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-06T07:49:08.323Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:49:08.333Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:49:08.333Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:49:09.231Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:09.231Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:09.232Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:49:09.232Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:49:09.237Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:49:09.237Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914549231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-06T07:49:09.343Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-09-06T07:49:09.345Z||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-06T07:49:09.346Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:49:09.354Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:49:09.355Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:49:10.239Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:10.240Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:10.240Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:49:10.240Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:49:10.242Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:49:10.243Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914550239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-06T07:49:10.343Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:49:10.344Z||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-06T07:49:10.344Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:49:10.352Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:49:10.353Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:49:11.244Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:11.244Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:49:11.244Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:49:11.245Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:49:11.247Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:49:11.247Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914551244, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:49:11.353Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:49:11.354Z||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-06T07:49:11.354Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:49:11.368Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:49:11.369Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:49:12.248Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 625753b1-4ab8-4e7c-b584-899be0a0a08d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:49:12.262Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 625753b1-4ab8-4e7c-b584-899be0a0a08d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:49:12.268Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:49:12.268Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T07:49:12.268Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T07:49:42.270Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 625753b1-4ab8-4e7c-b584-899be0a0a08d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:49:42.310Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 625753b1-4ab8-4e7c-b584-899be0a0a08d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:49:42.314Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:49:42.315Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T07:49:42.315Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T07:50:08.150Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:50:08.154Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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-06T07:50:08.155Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:50:08.200Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:50:08.204Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.204Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:50:08.206Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.206Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.207Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "ves-openapi-manager", "timestamp": 1630914421710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.208Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.208Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.208Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "multicloud-k8s-id", "timestamp": 1630914420750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:50:08.208Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.208Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.208Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "policy-id", "timestamp": 1630914423900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.208Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "ves-openapi-manager", "timestamp": 1630914421710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "policy-id", "timestamp": 1630914423900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914430431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "policy-id", "timestamp": 1630914423900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "multicloud-k8s-id", "timestamp": 1630914430729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.209Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.210Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "policy-id", "timestamp": 1630914423900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:50:08.210Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.210Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.210Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "clamp", "timestamp": 1630914431833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:08.210Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.224Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.233Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.233Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.234Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.234Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "multicloud-k8s-id", "timestamp": 1630914432544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:08.234Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.234Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.235Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914432726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:50:08.235Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.235Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.235Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.235Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.235Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.235Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "policy-id", "timestamp": 1630914433603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:08.235Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.236Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.236Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914433731, "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-06T07:50:08.264Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 625753b1-4ab8-4e7c-b584-899be0a0a08d 2021-09-06T07:50:08.264Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 625753b1-4ab8-4e7c-b584-899be0a0a08d 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-06T07:50:08.289Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.290Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "clamp", "timestamp": 1630914433841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:50:08.291Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.291Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.291Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.291Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.291Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.291Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "multicloud-k8s-id", "timestamp": 1630914434477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:08.292Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.292Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.292Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "policy-id", "timestamp": 1630914434607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:50:08.292Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.292Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.292Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.292Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.292Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.292Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "clamp", "timestamp": 1630914434844, "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-06T07:50:08.321Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 625753b1-4ab8-4e7c-b584-899be0a0a08d 2021-09-06T07:50:08.321Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 625753b1-4ab8-4e7c-b584-899be0a0a08d 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-06T07:50:08.333Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.334Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:50:08.334Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.334Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.334Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "multicloud-k8s-id", "timestamp": 1630914435500, "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-06T07:50:08.341Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae 2021-09-06T07:50:08.341Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae 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-06T07:50:08.354Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.354Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "policy-id", "timestamp": 1630914435609, "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-06T07:50:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae 2021-09-06T07:50:08.360Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae 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-06T07:50:08.373Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.373Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "multicloud-k8s-id", "timestamp": 1630914436504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "aai-ml", "timestamp": 1630914437380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:08.375Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.376Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.377Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.377Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.377Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.377Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.377Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.377Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.377Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914419540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:50:08.378Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.379Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.379Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.379Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.379Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.379Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "clamp", "timestamp": 1630914415618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:50:08.379Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.379Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.379Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914444205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:08.379Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.379Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.379Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "aai-ml", "timestamp": 1630914446210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:50:08.379Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.379Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.380Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914446518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:50:08.380Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.380Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.380Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "aai-ml", "timestamp": 1630914447214, "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-06T07:50:08.387Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 625753b1-4ab8-4e7c-b584-899be0a0a08d 2021-09-06T07:50:08.387Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 625753b1-4ab8-4e7c-b584-899be0a0a08d 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-06T07:50:08.404Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.405Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630914447526, "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-06T07:50:08.417Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae 2021-09-06T07:50:08.419Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae 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-06T07:50:08.445Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.446Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.446Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.447Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.447Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.447Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.448Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.448Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.448Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.448Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.448Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.448Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.448Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.448Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "clamp", "timestamp": 1630914454836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "aai-ml", "timestamp": 1630914426562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:50:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.449Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "aai-ml", "timestamp": 1630914456853, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:08.450Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.450Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.450Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "clamp", "timestamp": 1630914457840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:50:08.450Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.450Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.450Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "clamp", "timestamp": 1630914458844, "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-06T07:50:08.456Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae 2021-09-06T07:50:08.456Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae 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-06T07:50:08.468Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.468Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "aai-ml", "timestamp": 1630914464501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:50:08.469Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.469Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.469Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "aai-ml", "timestamp": 1630914465504, "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-06T07:50:08.475Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae 2021-09-06T07:50:08.476Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae 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-06T07:50:08.489Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.489Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0006abde-8dc6-499f-bb8f-4dfef6a5d8f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914465844, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T07:50:08.489Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.490Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.490Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.494Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.494Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.494Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:50:08.494Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.494Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.494Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-06T07:50:08.494Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.494Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.494Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.495Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.495Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.495Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-06T07:50:08.495Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.495Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.495Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:08.495Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.495Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.495Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:50:08.495Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:50:08.495Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.496Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914479832, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:08.496Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.496Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.496Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914483639, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:08.496Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.496Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.496Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914485829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:08.496Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:08.496Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:50:08.496Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914487609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:08.497Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:50:12.315Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 625753b1-4ab8-4e7c-b584-899be0a0a08d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:50:12.335Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 625753b1-4ab8-4e7c-b584-899be0a0a08d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:50:12.338Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:50:12.339Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-06T07:50:12.339Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-06T07:50:12.339Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-06T07:50:12.339Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:50:12.339Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:50:12.339Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:50:12.339Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:50:12.339Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:50:12.339Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:50:12.339Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:50:12.345Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-06T07:50:42.346Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 625753b1-4ab8-4e7c-b584-899be0a0a08d 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-06T07:50:42.381Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 625753b1-4ab8-4e7c-b584-899be0a0a08d and serviceModelVersionId: bf686408-d3e9-4dc6-a6d1-baa216db3630 2021-09-06T07:50:42.381Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 74b68a84-31d9-431a-958d-55bc86f075b5 2021-09-06T07:50:42.386Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/74b68a84-31d9-431a-958d-55bc86f075b5/model-vers/model-ver/bf686408-d3e9-4dc6-a6d1-baa216db3630?depth=0 2021-09-06T07:50:42.406Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-09-06T07:50:42.475Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74b68a84-31d9-431a-958d-55bc86f075b5/model-vers/model-ver/bf686408-d3e9-4dc6-a6d1-baa216db3630?depth=0|INFO|500||Invoke 2021-09-06T07:50:42.476Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74b68a84-31d9-431a-958d-55bc86f075b5/model-vers/model-ver/bf686408-d3e9-4dc6-a6d1-baa216db3630?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74b68a84-31d9-431a-958d-55bc86f075b5/model-vers/model-ver/bf686408-d3e9-4dc6-a6d1-baa216db3630?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[625753b1-4ab8-4e7c-b584-899be0a0a08d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d5ac3150-4f3d-4f6a-ae98-a45f9fe66b98], X-ECOMP-RequestID=[625753b1-4ab8-4e7c-b584-899be0a0a08d], X-TransactionId=[], X-ONAP-RequestID=[625753b1-4ab8-4e7c-b584-899be0a0a08d], Content-Type=[application/merge-patch+json]} 2021-09-06T07:50:42.508Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74b68a84-31d9-431a-958d-55bc86f075b5/model-vers/model-ver/bf686408-d3e9-4dc6-a6d1-baa216db3630?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-06T07:50:42.765Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74b68a84-31d9-431a-958d-55bc86f075b5/model-vers/model-ver/bf686408-d3e9-4dc6-a6d1-baa216db3630?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/74b68a84-31d9-431a-958d-55bc86f075b5/model-vers/model-ver/bf686408-d3e9-4dc6-a6d1-baa216db3630?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210906-07:50:42:516-56588], vertex-id=[204816], Content-Length=[0], Date=[Mon, 06 Sep 2021 07:50:42 GMT], Content-Type=[application/json]} 2021-09-06T07:50:42.765Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74b68a84-31d9-431a-958d-55bc86f075b5/model-vers/model-ver/bf686408-d3e9-4dc6-a6d1-baa216db3630?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-06T07:50:42.765Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/74b68a84-31d9-431a-958d-55bc86f075b5/model-vers/model-ver/bf686408-d3e9-4dc6-a6d1-baa216db3630?depth=0|INFO|500||InvokeReturn 2021-09-06T07:50:42.766Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-06T07:50:42.767Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:50:42.771Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||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-06T07:50:42.772Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 625753b1-4ab8-4e7c-b584-899be0a0a08d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-06T07:50:42.772Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-06T07:50:42.772Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:50:42.776Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:50:42.777Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914642772, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T07:50:42.878Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T07:50:42.879Z||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-06T07:50:42.879Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:50:42.904Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:50:42.906Z||pool-77-thread-1|||||INFO|500||cambria reply ok (27 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-06T07:50:43.811Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-06T07:50:43.811Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"94439833-a4bd-4c06-8020-89b259f2d9c8","serviceDescription":"service","serviceInvariantUUID":"f08d9531-5c4a-4f85-a3bf-eef6cba3b93d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"57c52748-19a2-43fe-a545-ab692bf09b57","resourceInvariantUUID":"de73c621-515a-4c6b-86e8-bf73ccb73df1","resourceCustomizationUUID":"6f336185-1c8f-4389-a4e0-c89764b0b66f","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":"NTM4ZTc2M2YxOGJhOTU4YmJjZGJlZDc2NzQwZDRjZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2cc1a2e1-5f80-4e7f-9770-c14fb4214ac0","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":"ZTBiOGY1YmM2YTU0NDQ1NzNkMjMzNTM0NWFiNDQzODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c7e6b15e-f6f7-4867-a9ea-7062a6c36f91","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":"68dc0bd2-4be7-4a47-9633-d0975ab6ddd8","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":"b20c905d-594b-4c42-ad61-5cb1d2741a1b","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":"c847d5ec-6337-4684-b2c2-0dbf144fc1b6","artifactVersion":"2","generatedFromUUID":"68dc0bd2-4be7-4a47-9633-d0975ab6ddd8"},{"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":"NzZkMWY3MGQ1YTc5YzE5ZjY4MzZmNDgzNGVhNjUwYzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b243b7ef-352d-4fa1-854c-27a786849225","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":"YjE2ZTlkZjFkNDcxYzYyYTQ5NDg4N2RiZTFlNWI0ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f062c973-ed4a-4eb4-aa88-7470e3f57244","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Nzk5OGUwNzQ3OTM2MTE5OTA3ZTE4ZjJmMjkwODIyY2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11799056-d873-4c93-a275-89cc0a8c2926","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-06T07:50:43.812Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:50:43.812Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:50:43.819Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:50:43.819Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:43.918Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T07:50:43.921Z||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-06T07:50:43.921Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:50:43.933Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:50:43.934Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:50:44.821Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:50:44.821Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:50:44.824Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:50:44.824Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:50:44.925Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T07:50:44.928Z||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-06T07:50:44.928Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:50:44.939Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:50:44.940Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:50:45.826Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:50:45.829Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:50:45.836Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:50:45.836Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-06T07:50:45.932Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-09-06T07:50:45.933Z||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-06T07:50:45.933Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:50:45.944Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:50:45.945Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-06T07:50:46.839Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:50:46.841Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:50:46.848Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:50:46.848Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:46.948Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:50:46.951Z||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-06T07:50:46.952Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:50:46.961Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:50:46.962Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:50:47.849Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:50:47.851Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:50:47.853Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:50:47.853Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-06T07:50:47.953Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:50:47.955Z||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-06T07:50:47.956Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:50:47.971Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:50:47.972Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:50:48.853Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:50:48.853Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:50:48.856Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:50:48.856Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:48.957Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T07:50:48.958Z||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-06T07:50:48.959Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:50:48.975Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:50:48.976Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:50:49.856Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:50:49.857Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:50:49.859Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:50:49.859Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:50:49.960Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T07:50:49.961Z||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-06T07:50:49.961Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:50:49.972Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:50:49.974Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:50:50.860Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:50:50.861Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:50:50.866Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:50:50.866Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:50:50.966Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:50:50.967Z||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-06T07:50:50.967Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:50:50.978Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:50:50.979Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-06T07:50:51.867Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "94439833-a4bd-4c06-8020-89b259f2d9c8", "serviceDescription": "service", "serviceInvariantUUID": "f08d9531-5c4a-4f85-a3bf-eef6cba3b93d", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "6f336185-1c8f-4389-a4e0-c89764b0b66f", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "57c52748-19a2-43fe-a545-ab692bf09b57", "resourceInvariantUUID": "de73c621-515a-4c6b-86e8-bf73ccb73df1", "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": "ZTBiOGY1YmM2YTU0NDQ1NzNkMjMzNTM0NWFiNDQzODY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c7e6b15e-f6f7-4867-a9ea-7062a6c36f91", "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": "68dc0bd2-4be7-4a47-9633-d0975ab6ddd8", "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": "c847d5ec-6337-4684-b2c2-0dbf144fc1b6", "generatedFromUUID": "68dc0bd2-4be7-4a47-9633-d0975ab6ddd8" }, "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": "c847d5ec-6337-4684-b2c2-0dbf144fc1b6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "Nzk5OGUwNzQ3OTM2MTE5OTA3ZTE4ZjJmMjkwODIyY2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "11799056-d873-4c93-a275-89cc0a8c2926" } ], "workloadContext": "Production" } 2021-09-06T07:50:51.867Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-06T07:50:51.868Z|625753b1-4ab8-4e7c-b584-899be0a0a08d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 94439833-a4bd-4c06-8020-89b259f2d9c8 ASDC 2021-09-06T07:50:51.871Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:94439833-a4bd-4c06-8020-89b259f2d9c8 ServiceInvariantUUID:f08d9531-5c4a-4f85-a3bf-eef6cba3b93d 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:11799056-d873-4c93-a275-89cc0a8c2926 ArtifactChecksum:Nzk5OGUwNzQ3OTM2MTE5OTA3ZTE4ZjJmMjkwODIyY2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:6f336185-1c8f-4389-a4e0-c89764b0b66f ResourceInvariantUUID:de73c621-515a-4c6b-86e8-bf73ccb73df1 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:57c52748-19a2-43fe-a545-ab692bf09b57 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:c7e6b15e-f6f7-4867-a9ea-7062a6c36f91 ArtifactChecksum:ZTBiOGY1YmM2YTU0NDQ1NzNkMjMzNTM0NWFiNDQzODY= 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:68dc0bd2-4be7-4a47-9633-d0975ab6ddd8 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:c847d5ec-6337-4684-b2c2-0dbf144fc1b6 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:c847d5ec-6337-4684-b2c2-0dbf144fc1b6 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-06T07:50:51.872Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94439833-a4bd-4c06-8020-89b259f2d9c8 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-06T07:50:51.963Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T07:50:51.964Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-06T07:50:51.964Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-06T07:50:51.964Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11799056-d873-4c93-a275-89cc0a8c2926 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-06T07:50:51.964Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-06T07:50:51.964Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-06T07:50:52.821Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-06T07:50:52.826Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 11799056-d873-4c93-a275-89cc0a8c2926 78582 2021-09-06T07:50:52.826Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:52.826Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:52.826Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:50:52.827Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:50:52.829Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:50:52.829Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914652826, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:52.929Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:50:52.930Z||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-06T07:50:52.930Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:50:52.940Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:50:52.942Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:50:53.830Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T07:50:53.832Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-06T07:50:53.835Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 11799056-d873-4c93-a275-89cc0a8c2926, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-06T07:50:53.836Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-09-06T07:50:53.836Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-06T07:50:53.836Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-06T07:50:54.135Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6229346255304310301/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-06T07:50:55.210Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-06T07:50:55.210Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-09-06T07:50:55.210Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-06T07:50:55.211Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-06T07:50:55.211Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:55.211Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:55.211Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:55.211Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:55.211Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:55.211Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:55.211Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:55.211Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:55.211Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:55.211Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-09-06T07:50:55.212Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:50:55.212Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:50:55.212Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-06T07:50:55.212Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-09-06T07:50:55.212Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:50:55.213Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=18e8c469-1046-453c-96e9-ae871cea61bb 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:50:55.214Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:94439833-a4bd-4c06-8020-89b259f2d9c8 Model Version:NULL Model InvariantUuid:f08d9531-5c4a-4f85-a3bf-eef6cba3b93d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:e103ebac-61cd-4dc4-9df3-0b731459f540 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:de73c621-515a-4c6b-86e8-bf73ccb73df1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6f336185-1c8f-4389-a4e0-c89764b0b66f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c61215aa-c625-48e2-83a3-4f14a9f52079 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:6a0370c1-7099-4423-819e-53042e5603fa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:18e8c469-1046-453c-96e9-ae871cea61bb ModelInvariantUuid:c28ef1cd-cb72-45f1-a617-d8a3d57feb46 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:9f6b5619-69e5-4314-ad5c-f85bf564b404 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:a4a26ab3-641a-4c08-bb43-0e6b026407d9 ModelInvariantUuid:69c3f56c-376e-4dc9-b302-60b40052c3fd ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:048e6ec7-5880-4179-8d11-1e9ff1bd4c96 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-06T07:50:55.244Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 57c52748-19a2-43fe-a545-ab692bf09b57 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-06T07:50:55.253Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2021-09-06T07:50:55.254Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 57c52748-19a2-43fe-a545-ab692bf09b57 2021-09-06T07:50:55.254Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c7e6b15e-f6f7-4867-a9ea-7062a6c36f91 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-06T07:50:55.254Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-06T07:50:55.254Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:56.367Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-06T07:50:56.368Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c7e6b15e-f6f7-4867-a9ea-7062a6c36f91 792 2021-09-06T07:50:56.368Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:56.368Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:56.368Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:50:56.369Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:50:56.399Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:50:56.399Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914656368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:56.472Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms 2021-09-06T07:50:56.472Z||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-06T07:50:56.472Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:50:56.485Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:50:56.486Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:50:57.400Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c61215aa-c625-48e2-83a3-4f14a9f52079", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6a0370c1-7099-4423-819e-53042e5603fa", "vfModuleModelCustomizationUUID": "0a63d2bb-b973-4e67-807d-19be645a7111", "isBase": true, "artifacts": [ "68dc0bd2-4be7-4a47-9633-d0975ab6ddd8", "c847d5ec-6337-4684-b2c2-0dbf144fc1b6" ], "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-06T07:50:57.404Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6a0370c1-7099-4423-819e-53042e5603fa VfModuleModelInvariantUUID:c61215aa-c625-48e2-83a3-4f14a9f52079 VfModuleModelDescription:NULL Artifacts UUID List:{ 68dc0bd2-4be7-4a47-9633-d0975ab6ddd8 , c847d5ec-6337-4684-b2c2-0dbf144fc1b6 } 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-06T07:50:57.406Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c61215aa-c625-48e2-83a3-4f14a9f52079", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6a0370c1-7099-4423-819e-53042e5603fa", "vfModuleModelCustomizationUUID": "0a63d2bb-b973-4e67-807d-19be645a7111", "isBase": true, "artifacts": [ "68dc0bd2-4be7-4a47-9633-d0975ab6ddd8", "c847d5ec-6337-4684-b2c2-0dbf144fc1b6" ], "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-06T07:50:57.406Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6a0370c1-7099-4423-819e-53042e5603fa VfModuleModelInvariantUUID:c61215aa-c625-48e2-83a3-4f14a9f52079 VfModuleModelDescription:NULL Artifacts UUID List:{ 68dc0bd2-4be7-4a47-9633-d0975ab6ddd8 , c847d5ec-6337-4684-b2c2-0dbf144fc1b6 } 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-06T07:50:57.406Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 68dc0bd2-4be7-4a47-9633-d0975ab6ddd8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-06T07:50:57.407Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-06T07:50:57.408Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:58.052Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-06T07:50:58.053Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 68dc0bd2-4be7-4a47-9633-d0975ab6ddd8 5033 2021-09-06T07:50:58.054Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:58.054Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:50:58.055Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:50:58.056Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:50:58.059Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:50:58.059Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914658054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:50:58.159Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:50:58.160Z||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-06T07:50:58.160Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:50:58.173Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:50:58.175Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:50:59.063Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c847d5ec-6337-4684-b2c2-0dbf144fc1b6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-06T07:50:59.064Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-06T07:50:59.064Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:51:00.262Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-06T07:51:00.262Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c847d5ec-6337-4684-b2c2-0dbf144fc1b6 903 2021-09-06T07:51:00.263Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:51:00.263Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:51:00.263Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:51:00.263Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:51:00.265Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:51:00.265Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914660263, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:51:00.365Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:51:00.365Z||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-06T07:51:00.366Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:51:00.380Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:51:00.380Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:51:01.265Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 94439833-a4bd-4c06-8020-89b259f2d9c8 2021-09-06T07:51:01.267Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 57c52748-19a2-43fe-a545-ab692bf09b57 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-06T07:51:01.287Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@181319d1, org.onap.sdc.toscaparser.api.parameters.Input@43e4a754, org.onap.sdc.toscaparser.api.parameters.Input@705865dc, org.onap.sdc.toscaparser.api.parameters.Input@25544df3, org.onap.sdc.toscaparser.api.parameters.Input@25890519] 2021-09-06T07:51:01.301Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:51:01.302Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:51:01.302Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-09-06T07:51:01.302Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 6f336185-1c8f-4389-a4e0-c89764b0b66f 2021-09-06T07:51:01.302Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6f336185-1c8f-4389-a4e0-c89764b0b66f matches Tosca VF Customization UUID: 6f336185-1c8f-4389-a4e0-c89764b0b66f 2021-09-06T07:51:01.303Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 6f336185-1c8f-4389-a4e0-c89764b0b66f 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-06T07:51:01.309Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:51:01.309Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:51:01.310Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 6f336185-1c8f-4389-a4e0-c89764b0b66f: {\"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-06T07:51:01.311Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7748d3fc 2021-09-06T07:51:01.311Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:51:01.311Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-06T07:51:01.311Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0a63d2bb-b973-4e67-807d-19be645a7111 2021-09-06T07:51:01.311Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0a63d2bb-b973-4e67-807d-19be645a7111 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-06T07:51:01.316Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:51:01.317Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-06T07:51:01.317Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:51:01.318Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:51:01.318Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-06T07:51:01.318Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:51:01.318Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:51:01.318Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-06T07:51:01.318Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-09-06T07:51:01.318Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-09-06T07:51:01.318Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=18e8c469-1046-453c-96e9-ae871cea61bb 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-06T07:51:01.321Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:51:01.321Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-06T07:51:01.322Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:51:01.322Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:51:01.322Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-06T07:51:01.322Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6f336185-1c8f-4389-a4e0-c89764b0b66f 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-06T07:51:01.325Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:51:01.325Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:51:01.325Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 94439833-a4bd-4c06-8020-89b259f2d9c8: basic_vm_macro 2021-09-06T07:51:01.325Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:51:01.326Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:51:01.326Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:51:01.326Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:51:01.326Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:51:01.326Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:51:01.326Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:51:01.326Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:51:01.326Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:51:01.326Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:51:01.327Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:51:01.428Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 57c52748-19a2-43fe-a545-ab692bf09b57 1 ASDC deployResourceStructure 2021-09-06T07:51:01.429Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:51:01.429Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:51:01.429Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:51:01.429Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:51:01.449Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:51:01.450Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914661429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:51:01.547Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-09-06T07:51:01.548Z||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-06T07:51:01.548Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:51:01.569Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:51:01.569Z||pool-90-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2021-09-06T07:51:02.451Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:51:02.451Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:51:02.451Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:51:02.452Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:51:02.453Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:51:02.453Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914662450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-06T07:51:02.557Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-06T07:51:02.558Z||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-06T07:51:02.558Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:51:02.576Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:51:02.577Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:51:03.454Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:51:03.455Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:51:03.455Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:51:03.455Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:51:03.458Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:51:03.458Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914663454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-06T07:51:03.558Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:51:03.559Z||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-06T07:51:03.560Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:51:03.570Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:51:03.570Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:51:04.459Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:51:04.460Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:51:04.460Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:51:04.460Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:51:04.462Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:51:04.462Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914664459, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:51:04.564Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-09-06T07:51:04.565Z||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-06T07:51:04.565Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:51:04.574Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:51:04.575Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:51:05.463Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:51:05.474Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:51:05.477Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:51:05.478Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-06T07:51:05.478Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-06T07:51:05.478Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-06T07:51:05.478Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:51:05.478Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:51:05.478Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:51:05.478Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:51:05.478Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:51:05.478Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:51:05.478Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:51:05.485Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-06T07:51:08.149Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:51:08.150Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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-06T07:51:08.151Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:51:08.172Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:51:08.173Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.173Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914488825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:51:08.174Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:51:08.174Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.174Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914489830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-06T07:51:08.174Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:51:08.174Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.174Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914490836, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-06T07:51:08.174Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:51:08.174Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.174Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914491849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:51:08.174Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:51:08.174Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.174Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc5f403a-3521-4b08-8409-c3b98f470d39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914523264, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T07:51:08.175Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:51:08.175Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.175Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:51:08.175Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:51:08.175Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.175Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-06T07:51:08.175Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:51:08.175Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.175Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-06T07:51:08.175Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:51:08.175Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.175Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:51:08.175Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:51:08.176Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.176Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-06T07:51:08.176Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:51:08.176Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.176Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:51:08.176Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:51:08.176Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.176Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-06T07:51:08.176Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:51:08.176Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.176Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:51:08.177Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:51:08.177Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.177Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:51:08.177Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-06T07:51:08.177Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.177Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914533681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:51:08.177Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:51:08.177Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.177Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914536680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:51:08.177Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:51:08.177Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.177Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914538563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-06T07:51:08.177Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:51:08.178Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.178Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914541572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:51:08.178Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:51:08.178Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.178Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914543383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:51:08.178Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:51:08.178Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.178Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914545015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:51:08.178Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:51:08.178Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.178Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914546186, "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-06T07:51:08.178Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:51:08.179Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:51:08.179Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914547190, "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-06T07:51:08.179Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:51:35.488Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae 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-06T07:51:35.547Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae and serviceModelVersionId: 94439833-a4bd-4c06-8020-89b259f2d9c8 2021-09-06T07:51:35.547Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f08d9531-5c4a-4f85-a3bf-eef6cba3b93d 2021-09-06T07:51:35.552Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f08d9531-5c4a-4f85-a3bf-eef6cba3b93d/model-vers/model-ver/94439833-a4bd-4c06-8020-89b259f2d9c8?depth=0 2021-09-06T07:51:35.570Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-09-06T07:51:35.698Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f08d9531-5c4a-4f85-a3bf-eef6cba3b93d/model-vers/model-ver/94439833-a4bd-4c06-8020-89b259f2d9c8?depth=0|INFO|500||Invoke 2021-09-06T07:51:35.701Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f08d9531-5c4a-4f85-a3bf-eef6cba3b93d/model-vers/model-ver/94439833-a4bd-4c06-8020-89b259f2d9c8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f08d9531-5c4a-4f85-a3bf-eef6cba3b93d/model-vers/model-ver/94439833-a4bd-4c06-8020-89b259f2d9c8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd89f9be-17ee-440b-827f-d61857beab53], X-ECOMP-RequestID=[ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae], X-TransactionId=[], X-ONAP-RequestID=[ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae], Content-Type=[application/merge-patch+json]} 2021-09-06T07:51:35.757Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f08d9531-5c4a-4f85-a3bf-eef6cba3b93d/model-vers/model-ver/94439833-a4bd-4c06-8020-89b259f2d9c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-06T07:51:36.052Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f08d9531-5c4a-4f85-a3bf-eef6cba3b93d/model-vers/model-ver/94439833-a4bd-4c06-8020-89b259f2d9c8?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/f08d9531-5c4a-4f85-a3bf-eef6cba3b93d/model-vers/model-ver/94439833-a4bd-4c06-8020-89b259f2d9c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210906-07:51:35:761-9744], vertex-id=[225344], Content-Length=[0], Date=[Mon, 06 Sep 2021 07:51:35 GMT], Content-Type=[application/json]} 2021-09-06T07:51:36.053Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f08d9531-5c4a-4f85-a3bf-eef6cba3b93d/model-vers/model-ver/94439833-a4bd-4c06-8020-89b259f2d9c8?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-06T07:51:36.053Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f08d9531-5c4a-4f85-a3bf-eef6cba3b93d/model-vers/model-ver/94439833-a4bd-4c06-8020-89b259f2d9c8?depth=0|INFO|500||InvokeReturn 2021-09-06T07:51:36.054Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-06T07:51:36.054Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:51:36.059Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||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-06T07:51:36.060Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-06T07:51:36.060Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-06T07:51:36.060Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:51:36.066Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:51:36.066Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914696060, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T07:51:36.171Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-09-06T07:51:36.209Z||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-06T07:51:36.210Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:51:36.235Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:51:36.238Z||pool-94-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-06T07:51:37.089Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:51:37.090Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T07:51:37.091Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:51:47.431Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:51:47.434Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:51:47.436Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T07:51:47.436Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:51:57.017Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:51:57.022Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:51:57.023Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T07:51:57.023Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:52:06.605Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:52:06.607Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:52:06.608Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T07:52:06.608Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:52:08.149Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:52:08.151Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T07:52:08.151Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:52:08.205Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:52:08.206Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T07:52:08.207Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914548197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:52:08.207Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:52:08.220Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T07:52:08.220Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914549231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-06T07:52:08.221Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:52:08.221Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T07:52:08.221Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914550239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-06T07:52:08.221Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:52:08.221Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T07:52:08.221Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914551244, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:52:08.221Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:52:16.190Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:52:16.194Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:52:16.196Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T07:52:16.196Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:52:25.763Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:52:25.771Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:52:25.774Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T07:52:25.774Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:52:35.323Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:52:35.327Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:52:35.329Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T07:52:35.329Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:52:44.924Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:53:08.137Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:53:08.140Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T07:53:08.140Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:53:08.149Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:53:08.150Z||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-06T07:53:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:53:08.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:53:08.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "625753b1-4ab8-4e7c-b584-899be0a0a08d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914642772, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-06T07:53:08.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:53:08.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-06T07:53:08.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914466868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:53:08.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-06T07:53:08.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914652826, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:53:08.199Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:53:08.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914656368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:53:08.199Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:53:08.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914658054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914660263, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914661429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914662450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914663454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914664459, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:53:08.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:53:17.707Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:54:08.149Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:54:08.151Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:54:08.161Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T07:54:08.161Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:54:08.161Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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-06T07:54:08.162Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:54:08.717Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:54:08.719Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:54:08.719Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630914696060, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T07:54:08.724Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:54:17.791Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:55:08.139Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:55:08.149Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:55:08.151Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T07:55:08.151Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:55:08.151Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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-06T07:55:08.151Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:55:17.766Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:55:17.768Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:56:08.139Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:56:08.148Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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-06T07:56:08.149Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:56:08.149Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:56:08.150Z||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-06T07:56:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:56:17.775Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:56:17.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:08.140Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:57:08.147Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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-06T07:57:08.148Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:08.150Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:57:08.151Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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-06T07:57:08.151Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:08.353Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:08.357Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.358Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "multicloud-k8s-id", "timestamp": 1630915000097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.362Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.362Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.362Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "ves-openapi-manager", "timestamp": 1630915001710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.362Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.363Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.363Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "policy-id", "timestamp": 1630915003900, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.363Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.363Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.363Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "multicloud-k8s-id", "timestamp": 1630915000097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.363Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.363Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.363Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "ves-openapi-manager", "timestamp": 1630915001710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.363Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.363Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.363Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "policy-id", "timestamp": 1630915003900, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.364Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.364Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.364Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "cds", "timestamp": 1630915010803, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.364Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.364Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.364Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "multicloud-k8s-id", "timestamp": 1630915000097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:57:08.364Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.364Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.364Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "ves-openapi-manager", "timestamp": 1630915001710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.365Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.365Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.365Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "policy-id", "timestamp": 1630915003900, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.365Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.365Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.366Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "cds", "timestamp": 1630915010803, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.366Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.366Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.366Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "ves-openapi-manager", "timestamp": 1630915001710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.366Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.366Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.366Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "multicloud-k8s-id", "timestamp": 1630915000097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-06T07:57:08.367Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.367Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.367Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "policy-id", "timestamp": 1630915003900, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-06T07:57:08.367Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.367Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.367Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "cds", "timestamp": 1630915010803, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.367Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.367Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.367Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "ves-openapi-manager", "timestamp": 1630915001710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.367Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.367Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.368Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "multicloud-k8s-id", "timestamp": 1630915000097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.368Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.368Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.368Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "policy-id", "timestamp": 1630915003900, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.368Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.368Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.368Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "cds", "timestamp": 1630915010803, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.368Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.368Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.368Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "ves-openapi-manager", "timestamp": 1630915001710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.368Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.368Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.368Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "multicloud-k8s-id", "timestamp": 1630915000097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-06T07:57:08.369Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.369Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.369Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "policy-id", "timestamp": 1630915003900, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.369Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.369Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.369Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "cds", "timestamp": 1630915010803, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.369Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.369Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.370Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "ves-openapi-manager", "timestamp": 1630915001710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.371Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.371Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.371Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "multicloud-k8s-id", "timestamp": 1630915000097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.371Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.371Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.371Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "policy-id", "timestamp": 1630915003900, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.371Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.371Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.371Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "clamp", "timestamp": 1630915015619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.371Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.371Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.371Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "cds", "timestamp": 1630915010803, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.371Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "ves-openapi-manager", "timestamp": 1630915001710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "multicloud-k8s-id", "timestamp": 1630915000097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "clamp", "timestamp": 1630915015619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "policy-id", "timestamp": 1630915003900, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "cds", "timestamp": 1630915010803, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "clamp", "timestamp": 1630915015619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "cds", "timestamp": 1630915010803, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.372Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "clamp", "timestamp": 1630915015619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "multicloud-k8s-id", "timestamp": 1630915019833, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "dcae-sch", "timestamp": 1630915019236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "policy-id", "timestamp": 1630915020118, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915019540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "clamp", "timestamp": 1630915015619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "dcae-sch", "timestamp": 1630915019236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.373Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "cds", "timestamp": 1630915021073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "policy-id", "timestamp": 1630915021123, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915019540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "clamp", "timestamp": 1630915015619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "dcae-sch", "timestamp": 1630915019236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.374Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "cds", "timestamp": 1630915022081, "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-06T07:57:08.442Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e7858ab-170b-4377-876b-0dc71f80b16d 2021-09-06T07:57:08.443Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e7858ab-170b-4377-876b-0dc71f80b16d 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-06T07:57:08.461Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.461Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "policy-id", "timestamp": 1630915022126, "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-06T07:57:08.479Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e7858ab-170b-4377-876b-0dc71f80b16d 2021-09-06T07:57:08.480Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e7858ab-170b-4377-876b-0dc71f80b16d 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-06T07:57:08.493Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915019540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "multicloud-k8s-id", "timestamp": 1630915022236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "clamp", "timestamp": 1630915015619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "dcae-sch", "timestamp": 1630915019236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915019540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "clamp", "timestamp": 1630915015619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "dcae-sch", "timestamp": 1630915019236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.494Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915019540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.495Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.495Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.495Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "multicloud-k8s-id", "timestamp": 1630915024452, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:57:08.495Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:57:08.495Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.495Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "dcae-sch", "timestamp": 1630915019236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.495Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.495Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.495Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915019540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.495Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.495Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.495Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "multicloud-k8s-id", "timestamp": 1630915025499, "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-06T07:57:08.502Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e7858ab-170b-4377-876b-0dc71f80b16d 2021-09-06T07:57:08.503Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e7858ab-170b-4377-876b-0dc71f80b16d 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-06T07:57:08.519Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.519Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "dcae-sch", "timestamp": 1630915019236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.519Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.519Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.519Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915019540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.519Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.519Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.519Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "multicloud-k8s-id", "timestamp": 1630915026507, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:57:08.520Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:57:08.520Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.520Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "dcae-sch", "timestamp": 1630915019236, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.520Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.520Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.520Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "aai-ml", "timestamp": 1630915026561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.520Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.520Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.520Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915019540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:57:08.520Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:57:08.843Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:08.844Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T07:57:08.844Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e7858ab-170b-4377-876b-0dc71f80b16d","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c","serviceDescription":"service","serviceInvariantUUID":"55ddc9b4-72ea-4e8a-8580-f21c52f0e8ed","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea88222f-a7a5-4b80-b62a-6766d4c7e059","resourceInvariantUUID":"9812bf34-3875-4326-b502-66ae356f1dcc","resourceCustomizationUUID":"b5e4bcbb-c0f2-4ad0-ae0f-e14153324b98","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":"aadd3ba6-53d3-4c40-be7c-28523daefb5b","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":"NjhjODUyMzM5YjFmMTlkY2NlMjlmMGYyOWE0MDBhZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90c3d571-f2b1-4f90-9035-afbf0dde8e1e","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":"YmIxYTNmMDhiYzY5NmU1MWQ0MzRiNzZhYmZjZWE0ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"904b5ba5-e6c2-4428-9625-d1b2e0c1f10e","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":"16f75626-1f2a-42a2-8aca-f752dabb5aac","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":"415de323-4d10-413c-bbad-710f5e4f12e5","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":"6dbfac4b-4746-4f21-b0e4-4cd441fb6a60","artifactVersion":"2","generatedFromUUID":"16f75626-1f2a-42a2-8aca-f752dabb5aac"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MWI5MGNiZTNkN2I4YmFjYmYzN2JmNDEwMGE4Mzk5NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"436a71cd-7538-4b13-9946-ff0451a9ad47","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Y2UzYTdhY2NhMWMxNjkwOTFiN2JlY2JmZWI3OWMyNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a3423eee-53df-4e35-b82d-d043be19bb8c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-06T07:57:08.849Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:57:08.849Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:08.858Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:08.859Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:08.958Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-06T07:57:08.959Z||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-06T07:57:08.959Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:08.970Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:08.972Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:57:09.860Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:57:09.862Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:09.866Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:09.866Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:09.973Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2021-09-06T07:57:09.975Z||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-06T07:57:09.976Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:09.986Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:09.987Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-06T07:57:10.866Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:57:10.868Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:10.870Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:10.870Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:57:10.971Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:57:10.971Z||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-06T07:57:10.972Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:10.991Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:10.992Z||pool-97-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:57:11.873Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:57:11.874Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:11.880Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:11.881Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-06T07:57:11.979Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-06T07:57:11.980Z||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-06T07:57:11.980Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:11.991Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:11.992Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:57:12.881Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:57:12.882Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:12.893Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:12.895Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:12.986Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2021-09-06T07:57:12.987Z||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-06T07:57:12.987Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:12.995Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:12.998Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:57:13.896Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:57:13.898Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:13.901Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:13.902Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-06T07:57:14.001Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-09-06T07:57:14.003Z||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-06T07:57:14.003Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:14.013Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:14.014Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:57:14.905Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:57:14.906Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:14.909Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:14.910Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:57:15.029Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms 2021-09-06T07:57:15.051Z||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-06T07:57:15.052Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:15.075Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:15.076Z||pool-101-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:57:15.912Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T07:57:15.915Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:15.935Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:15.935Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:57:16.044Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2021-09-06T07:57:16.045Z||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-06T07:57:16.045Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:16.056Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:16.056Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:57:16.937Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c", "serviceDescription": "service", "serviceInvariantUUID": "55ddc9b4-72ea-4e8a-8580-f21c52f0e8ed", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "b5e4bcbb-c0f2-4ad0-ae0f-e14153324b98", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ea88222f-a7a5-4b80-b62a-6766d4c7e059", "resourceInvariantUUID": "9812bf34-3875-4326-b502-66ae356f1dcc", "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": "YmIxYTNmMDhiYzY5NmU1MWQ0MzRiNzZhYmZjZWE0ZDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "904b5ba5-e6c2-4428-9625-d1b2e0c1f10e", "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": "16f75626-1f2a-42a2-8aca-f752dabb5aac", "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": "6dbfac4b-4746-4f21-b0e4-4cd441fb6a60", "generatedFromUUID": "16f75626-1f2a-42a2-8aca-f752dabb5aac" }, "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": "6dbfac4b-4746-4f21-b0e4-4cd441fb6a60", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "Y2UzYTdhY2NhMWMxNjkwOTFiN2JlY2JmZWI3OWMyNTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a3423eee-53df-4e35-b82d-d043be19bb8c" } ], "workloadContext": "Production" } 2021-09-06T07:57:16.939Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-06T07:57:16.940Z|255c5b3c-a0f3-4a78-9802-8389cdc6869c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c ASDC 2021-09-06T07:57:16.942Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:9e7858ab-170b-4377-876b-0dc71f80b16d ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c ServiceInvariantUUID:55ddc9b4-72ea-4e8a-8580-f21c52f0e8ed 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:a3423eee-53df-4e35-b82d-d043be19bb8c ArtifactChecksum:Y2UzYTdhY2NhMWMxNjkwOTFiN2JlY2JmZWI3OWMyNTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:b5e4bcbb-c0f2-4ad0-ae0f-e14153324b98 ResourceInvariantUUID:9812bf34-3875-4326-b502-66ae356f1dcc ResourceName:basicclamp ResourceType:VF ResourceUUID:ea88222f-a7a5-4b80-b62a-6766d4c7e059 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:904b5ba5-e6c2-4428-9625-d1b2e0c1f10e ArtifactChecksum:YmIxYTNmMDhiYzY5NmU1MWQ0MzRiNzZhYmZjZWE0ZDE= 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:16f75626-1f2a-42a2-8aca-f752dabb5aac 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:6dbfac4b-4746-4f21-b0e4-4cd441fb6a60 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:6dbfac4b-4746-4f21-b0e4-4cd441fb6a60 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-06T07:57:16.943Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c 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-06T07:57:17.005Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T07:57:17.009Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-06T07:57:17.009Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-06T07:57:17.009Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a3423eee-53df-4e35-b82d-d043be19bb8c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-06T07:57:17.010Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-06T07:57:17.010Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-06T07:57:17.862Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-06T07:57:17.866Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar a3423eee-53df-4e35-b82d-d043be19bb8c 73367 2021-09-06T07:57:17.867Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-06T07:57:17.867Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-06T07:57:17.867Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:57:17.868Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:17.872Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:17.872Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915037867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:57:17.972Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:57:17.973Z||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-06T07:57:17.973Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:18.003Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:18.004Z||pool-103-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:57:18.873Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T07:57:18.875Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-06T07:57:18.876Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a3423eee-53df-4e35-b82d-d043be19bb8c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-06T07:57:18.877Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-09-06T07:57:18.877Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-06T07:57:18.878Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-06T07:57:19.048Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5729360994212634427/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-06T07:57:20.240Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-06T07:57:20.241Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-06T07:57:20.241Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-06T07:57:20.241Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-06T07:57:20.241Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-06T07:57:20.241Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-06T07:57:20.241Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-06T07:57:20.241Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-06T07:57:20.241Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-06T07:57:20.241Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-06T07:57:20.241Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-06T07:57:20.241Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-06T07:57:20.241Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-06T07:57:20.241Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-06T07:57:20.241Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:20.242Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:57:20.242Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-06T07:57:20.242Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-06T07:57:20.242Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T07:57:20.242Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:20.242Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:57:20.242Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-06T07:57:20.242Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-06T07:57:20.242Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T07:57:20.242Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:20.242Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:57:20.242Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:20.243Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-06T07:57:20.243Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-06T07:57:20.243Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-06T07:57:20.243Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-06T07:57:20.243Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-06T07:57:20.243Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-06T07:57:20.243Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:20.243Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-06T07:57:20.243Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:20.243Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-06T07:57:20.243Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:57:20.243Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=09101b44-ea31-4f19-95ef-4428295090fb 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:57:20.244Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c Model Version:NULL Model InvariantUuid:55ddc9b4-72ea-4e8a-8580-f21c52f0e8ed Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:83af82f3-d046-4762-8cbc-0b30b85efdd9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9812bf34-3875-4326-b502-66ae356f1dcc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b5e4bcbb-c0f2-4ad0-ae0f-e14153324b98 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a2f28602-6fd8-402a-b1cc-d1ae289fc9fa ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:751329fe-ebec-4b43-b565-13c2144f5143 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:09101b44-ea31-4f19-95ef-4428295090fb ModelInvariantUuid:46a5bdee-579b-4703-a2e9-7e3030502ded ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:16ec4023-c466-40d7-90c6-938b328faaaf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:5030bb19-3b6c-43c6-9418-cb11ff3f6a3b ModelInvariantUuid:ff51573c-7ea5-4d94-a380-2de1afa4d718 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:d2cf27f3-3554-4776-bb0e-b0b0e74ce9d4 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-06T07:57:20.262Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ea88222f-a7a5-4b80-b62a-6766d4c7e059 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-06T07:57:20.279Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||basicclamp 0 2021-09-06T07:57:20.279Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea88222f-a7a5-4b80-b62a-6766d4c7e059 2021-09-06T07:57:20.279Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 904b5ba5-e6c2-4428-9625-d1b2e0c1f10e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-06T07:57:20.279Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-06T07:57:20.279Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-06T07:57:21.956Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-06T07:57:21.956Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 904b5ba5-e6c2-4428-9625-d1b2e0c1f10e 790 2021-09-06T07:57:21.959Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-06T07:57:21.959Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-06T07:57:21.959Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:57:21.959Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:21.962Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:21.962Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915041957, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:57:22.063Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T07:57:22.064Z||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-06T07:57:22.064Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:22.073Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:22.074Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:57:22.962Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a2f28602-6fd8-402a-b1cc-d1ae289fc9fa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "751329fe-ebec-4b43-b565-13c2144f5143", "vfModuleModelCustomizationUUID": "eb285eca-efeb-4d8f-a168-ad052f186122", "isBase": true, "artifacts": [ "16f75626-1f2a-42a2-8aca-f752dabb5aac", "6dbfac4b-4746-4f21-b0e4-4cd441fb6a60" ], "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-06T07:57:22.971Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:751329fe-ebec-4b43-b565-13c2144f5143 VfModuleModelInvariantUUID:a2f28602-6fd8-402a-b1cc-d1ae289fc9fa VfModuleModelDescription:NULL Artifacts UUID List:{ 16f75626-1f2a-42a2-8aca-f752dabb5aac , 6dbfac4b-4746-4f21-b0e4-4cd441fb6a60 } 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-06T07:57:22.974Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a2f28602-6fd8-402a-b1cc-d1ae289fc9fa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "751329fe-ebec-4b43-b565-13c2144f5143", "vfModuleModelCustomizationUUID": "eb285eca-efeb-4d8f-a168-ad052f186122", "isBase": true, "artifacts": [ "16f75626-1f2a-42a2-8aca-f752dabb5aac", "6dbfac4b-4746-4f21-b0e4-4cd441fb6a60" ], "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-06T07:57:22.975Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:751329fe-ebec-4b43-b565-13c2144f5143 VfModuleModelInvariantUUID:a2f28602-6fd8-402a-b1cc-d1ae289fc9fa VfModuleModelDescription:NULL Artifacts UUID List:{ 16f75626-1f2a-42a2-8aca-f752dabb5aac , 6dbfac4b-4746-4f21-b0e4-4cd441fb6a60 } 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-06T07:57:22.975Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 16f75626-1f2a-42a2-8aca-f752dabb5aac from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-06T07:57:22.975Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-06T07:57:22.975Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-06T07:57:23.624Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-06T07:57:23.625Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 16f75626-1f2a-42a2-8aca-f752dabb5aac 5033 2021-09-06T07:57:23.625Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-06T07:57:23.625Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-06T07:57:23.625Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:57:23.626Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:23.627Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:23.627Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915043625, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:57:23.728Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T07:57:23.729Z||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-06T07:57:23.729Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:23.739Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:23.740Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:57:24.628Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6dbfac4b-4746-4f21-b0e4-4cd441fb6a60 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-06T07:57:24.628Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-06T07:57:24.629Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-06T07:57:25.400Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-06T07:57:25.400Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 6dbfac4b-4746-4f21-b0e4-4cd441fb6a60 909 2021-09-06T07:57:25.400Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-06T07:57:25.401Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-06T07:57:25.401Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T07:57:25.401Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:25.403Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:25.403Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915045400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:57:25.504Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T07:57:25.505Z||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-06T07:57:25.505Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:25.517Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:25.518Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:57:26.405Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c 2021-09-06T07:57:26.405Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 ea88222f-a7a5-4b80-b62a-6766d4c7e059 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-06T07:57:26.429Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@768b9347, org.onap.sdc.toscaparser.api.parameters.Input@4d80a0fc, org.onap.sdc.toscaparser.api.parameters.Input@7a565d11, org.onap.sdc.toscaparser.api.parameters.Input@77f5a46, org.onap.sdc.toscaparser.api.parameters.Input@2d44f045] 2021-09-06T07:57:26.432Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:26.432Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:57:26.432Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-09-06T07:57:26.433Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b5e4bcbb-c0f2-4ad0-ae0f-e14153324b98 2021-09-06T07:57:26.433Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5e4bcbb-c0f2-4ad0-ae0f-e14153324b98 matches Tosca VF Customization UUID: b5e4bcbb-c0f2-4ad0-ae0f-e14153324b98 2021-09-06T07:57:26.433Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b5e4bcbb-c0f2-4ad0-ae0f-e14153324b98 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-06T07:57:26.435Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:26.435Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:57:26.436Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b5e4bcbb-c0f2-4ad0-ae0f-e14153324b98: {\"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-06T07:57:26.436Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@502d97b7 2021-09-06T07:57:26.436Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:26.436Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-06T07:57:26.436Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eb285eca-efeb-4d8f-a168-ad052f186122 2021-09-06T07:57:26.436Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eb285eca-efeb-4d8f-a168-ad052f186122 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-06T07:57:26.441Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:26.442Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-06T07:57:26.442Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:57:26.442Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:26.442Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-06T07:57:26.442Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:57:26.442Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:26.443Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-06T07:57:26.443Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-06T07:57:26.443Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-06T07:57:26.443Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=09101b44-ea31-4f19-95ef-4428295090fb 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-06T07:57:26.462Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:26.462Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-06T07:57:26.463Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-06T07:57:26.463Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:26.463Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-06T07:57:26.463Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=b5e4bcbb-c0f2-4ad0-ae0f-e14153324b98 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-06T07:57:26.467Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:26.467Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:57:26.467Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c: basicclamp 2021-09-06T07:57:26.468Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:26.468Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:57:26.468Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:26.468Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:57:26.468Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:26.468Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:57:26.468Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:26.468Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:57:26.468Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T07:57:26.468Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T07:57:26.469Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-06T07:57:26.623Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp ea88222f-a7a5-4b80-b62a-6766d4c7e059 1 ASDC deployResourceStructure 2021-09-06T07:57:26.623Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-06T07:57:26.623Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-06T07:57:26.623Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:57:26.623Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:26.626Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:26.626Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915046623, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:57:26.725Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T07:57:26.726Z||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-06T07:57:26.726Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:26.734Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:26.735Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:57:27.627Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-06T07:57:27.627Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-06T07:57:27.627Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:57:27.628Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:27.629Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:27.629Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915047627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-06T07:57:27.729Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:57:27.730Z||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-06T07:57:27.730Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:27.738Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:27.739Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:57:28.631Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-06T07:57:28.631Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-06T07:57:28.631Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:57:28.631Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:28.633Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:28.633Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915048631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-06T07:57:28.733Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:57:28.734Z||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-06T07:57:28.734Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:28.743Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:28.744Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:57:29.633Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-06T07:57:29.634Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-06T07:57:29.634Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T07:57:29.634Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T07:57:29.635Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T07:57:29.636Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915049633, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:57:29.736Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T07:57:29.737Z||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-06T07:57:29.737Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T07:57:29.745Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:57:29.746Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-06T07:57:30.638Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e7858ab-170b-4377-876b-0dc71f80b16d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:57:30.652Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e7858ab-170b-4377-876b-0dc71f80b16d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:57:30.656Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:57:30.656Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T07:57:30.656Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T07:58:00.659Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e7858ab-170b-4377-876b-0dc71f80b16d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:58:00.686Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e7858ab-170b-4377-876b-0dc71f80b16d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:58:00.691Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:58:00.691Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T07:58:00.691Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T07:58:08.149Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:58:08.155Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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-06T07:58:08.156Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:58:08.215Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:58:08.223Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:58:08.224Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "aai-ml", "timestamp": 1630915026561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:58:08.226Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:58:30.693Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e7858ab-170b-4377-876b-0dc71f80b16d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:58:30.741Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e7858ab-170b-4377-876b-0dc71f80b16d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:58:30.745Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:58:30.745Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T07:58:30.745Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T07:59:00.748Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e7858ab-170b-4377-876b-0dc71f80b16d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:59:00.785Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e7858ab-170b-4377-876b-0dc71f80b16d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:59:00.788Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:59:00.789Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T07:59:00.789Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T07:59:08.149Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T07:59:08.155Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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-06T07:59:08.156Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T07:59:08.717Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T07:59:08.720Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.720Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:59:08.723Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:59:08.723Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.723Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915029131, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:59:08.724Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.724Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.724Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "aai-ml", "timestamp": 1630915026561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-06T07:59:08.724Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:59:08.724Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.724Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:59:08.724Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:59:08.724Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.724Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "aai-ml", "timestamp": 1630915026561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T07:59:08.724Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:59:08.724Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.724Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-06T07:59:08.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:59:08.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "dcae-sch", "timestamp": 1630915030997, "artifactURL": "/sdc/v1/catalog/services/6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c/resourceInstances/basicclamp0/artifacts/aadd3ba6-53d3-4c40-be7c-28523daefb5b", "status": "DOWNLOAD_OK" } 2021-09-06T07:59:08.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "aai-ml", "timestamp": 1630915026561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:59:08.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:59:08.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915031453, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:59:08.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-06T07:59:08.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:59:08.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "aai-ml", "timestamp": 1630915026561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-06T07:59:08.726Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:59:08.726Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.726Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "dcae-sch", "timestamp": 1630915032351, "artifactURL": "/sdc/v1/catalog/services/6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c/resourceInstances/basicclamp0/artifacts/aadd3ba6-53d3-4c40-be7c-28523daefb5b", "status": "DEPLOY_OK" } 2021-09-06T07:59:08.726Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.726Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.726Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915032456, "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-06T07:59:08.740Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e7858ab-170b-4377-876b-0dc71f80b16d 2021-09-06T07:59:08.740Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e7858ab-170b-4377-876b-0dc71f80b16d 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-06T07:59:08.771Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.773Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T07:59:08.773Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:59:08.773Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.773Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "aai-ml", "timestamp": 1630915026561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:59:08.773Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:59:08.774Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.774Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "dcae-sch", "timestamp": 1630915033357, "artifactURL": "/sdc/v1/catalog/services/6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c/resourceInstances/basicclamp0/artifacts/aadd3ba6-53d3-4c40-be7c-28523daefb5b", "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-06T07:59:08.781Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 9e7858ab-170b-4377-876b-0dc71f80b16d 2021-09-06T07:59:08.781Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e7858ab-170b-4377-876b-0dc71f80b16d 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-06T07:59:08.791Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.791Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-06T07:59:08.791Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:59:08.791Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.791Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "aai-ml", "timestamp": 1630915026561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:59:08.792Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:59:08.792Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.792Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T07:59:08.792Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:59:08.793Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.793Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915028139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-06T07:59:08.793Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-06T07:59:08.793Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.793Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "aai-ml", "timestamp": 1630915035995, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:59:08.793Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.793Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "clamp", "timestamp": 1630915036012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "clamp", "timestamp": 1630915037015, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915037867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "clamp", "timestamp": 1630915039989, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "clamp", "timestamp": 1630915040997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915041957, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.794Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "clamp", "timestamp": 1630915042007, "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-06T07:59:08.807Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e7858ab-170b-4377-876b-0dc71f80b16d 2021-09-06T07:59:08.807Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e7858ab-170b-4377-876b-0dc71f80b16d 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-06T07:59:08.824Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.825Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915043625, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T07:59:08.827Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.827Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.827Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "aai-ml", "timestamp": 1630915044703, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:59:08.827Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.827Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.827Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915045400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-06T07:59:08.827Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.827Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.827Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "aai-ml", "timestamp": 1630915045707, "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-06T07:59:08.835Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e7858ab-170b-4377-876b-0dc71f80b16d 2021-09-06T07:59:08.836Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e7858ab-170b-4377-876b-0dc71f80b16d 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-06T07:59:08.845Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.845Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915046623, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-06T07:59:08.846Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.846Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.846Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915047627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-06T07:59:08.846Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.846Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.846Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915048631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-06T07:59:08.846Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:08.846Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T07:59:08.848Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915049633, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T07:59:08.848Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T07:59:30.789Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e7858ab-170b-4377-876b-0dc71f80b16d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T07:59:30.818Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e7858ab-170b-4377-876b-0dc71f80b16d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T07:59:30.824Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T07:59:30.824Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-06T07:59:30.824Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-06T07:59:30.824Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-06T07:59:30.824Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:59:30.824Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:59:30.824Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:59:30.825Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:59:30.825Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:59:30.825Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:59:30.825Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T07:59:30.825Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-06T07:59:30.833Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-06T08:00:00.836Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e7858ab-170b-4377-876b-0dc71f80b16d 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-06T08:00:00.862Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e7858ab-170b-4377-876b-0dc71f80b16d and serviceModelVersionId: 6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c 2021-09-06T08:00:00.863Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55ddc9b4-72ea-4e8a-8580-f21c52f0e8ed 2021-09-06T08:00:00.868Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55ddc9b4-72ea-4e8a-8580-f21c52f0e8ed/model-vers/model-ver/6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c?depth=0 2021-09-06T08:00:00.886Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-06T08:00:00.956Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/55ddc9b4-72ea-4e8a-8580-f21c52f0e8ed/model-vers/model-ver/6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c?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-06T08:00:00.960Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/55ddc9b4-72ea-4e8a-8580-f21c52f0e8ed/model-vers/model-ver/6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c?depth=0|INFO|500||Invoke 2021-09-06T08:00:00.999Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/55ddc9b4-72ea-4e8a-8580-f21c52f0e8ed/model-vers/model-ver/6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-06T08:00:01.414Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/55ddc9b4-72ea-4e8a-8580-f21c52f0e8ed/model-vers/model-ver/6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c?depth=0|INFO|500||InvokeReturn 2021-09-06T08:00:01.414Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/55ddc9b4-72ea-4e8a-8580-f21c52f0e8ed/model-vers/model-ver/6f9e4bc4-c9dd-488c-9c6e-ee5c8bff332c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210906-08:00:01:008-28361], vertex-id=[241744], Content-Length=[0], Date=[Mon, 06 Sep 2021 08:00:01 GMT], Content-Type=[application/json]} 2021-09-06T08:00:01.415Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-09-06T08:00:01.416Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-06T08:00:01.416Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-06T08:00:01.423Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-06T08:00:01.425Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e7858ab-170b-4377-876b-0dc71f80b16d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-06T08:00:01.425Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-06T08:00:01.427Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:00:01.432Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:00:01.433Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915201425, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T08:00:01.535Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T08:00:01.536Z||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-06T08:00:01.536Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:00:01.569Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:00:01.572Z||pool-111-thread-1|||||INFO|500||cambria reply ok (37 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-06T08:00:02.451Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:00:02.452Z|9e7858ab-170b-4377-876b-0dc71f80b16d|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-06T08:00:02.452Z|9e7858ab-170b-4377-876b-0dc71f80b16d|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:00:08.149Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:00:08.152Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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-06T08:00:08.153Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:00:08.800Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:00:08.801Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T08:00:08.801Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e7858ab-170b-4377-876b-0dc71f80b16d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915201425, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T08:00:08.802Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:00:12.721Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:00:12.722Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:00:12.722Z|9e7858ab-170b-4377-876b-0dc71f80b16d|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-06T08:00:12.722Z|9e7858ab-170b-4377-876b-0dc71f80b16d|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:00:22.337Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:00:22.341Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:00:22.343Z|9e7858ab-170b-4377-876b-0dc71f80b16d|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-06T08:00:22.343Z|9e7858ab-170b-4377-876b-0dc71f80b16d|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:00:31.915Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:01:08.138Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:01:08.144Z|9e7858ab-170b-4377-876b-0dc71f80b16d|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-06T08:01:08.144Z|9e7858ab-170b-4377-876b-0dc71f80b16d|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:01:08.149Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:01:08.149Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T08:01:08.149Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:01:08.343Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:01:08.347Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.347Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "multicloud-k8s-id", "timestamp": 1630915240097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.349Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.350Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.350Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "policy-id", "timestamp": 1630915243900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.350Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.350Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.350Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "ves-openapi-manager", "timestamp": 1630915241710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.350Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.350Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.350Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "multicloud-k8s-id", "timestamp": 1630915240097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "policy-id", "timestamp": 1630915243900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "ves-openapi-manager", "timestamp": 1630915241710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "cds", "timestamp": 1630915250803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "multicloud-k8s-id", "timestamp": 1630915240097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "policy-id", "timestamp": 1630915243900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "ves-openapi-manager", "timestamp": 1630915241710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.351Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.352Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "cds", "timestamp": 1630915250803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.352Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.352Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.353Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "policy-id", "timestamp": 1630915243900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.353Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.353Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.353Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "multicloud-k8s-id", "timestamp": 1630915240097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.353Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.353Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.353Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "ves-openapi-manager", "timestamp": 1630915241710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.353Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.353Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.353Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "cds", "timestamp": 1630915250803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.353Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.353Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.353Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "policy-id", "timestamp": 1630915243900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.354Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.354Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.354Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "multicloud-k8s-id", "timestamp": 1630915240097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.354Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.354Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.354Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "ves-openapi-manager", "timestamp": 1630915241710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.354Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.354Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.354Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "cds", "timestamp": 1630915250803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.354Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.354Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.354Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "policy-id", "timestamp": 1630915243900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.354Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.354Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.354Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "ves-openapi-manager", "timestamp": 1630915241710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-06T08:01:08.355Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.355Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.355Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "multicloud-k8s-id", "timestamp": 1630915240097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.355Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.355Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.355Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "cds", "timestamp": 1630915250803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.355Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.361Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.361Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "policy-id", "timestamp": 1630915243900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.361Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.361Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "multicloud-k8s-id", "timestamp": 1630915240097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "ves-openapi-manager", "timestamp": 1630915241710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "clamp", "timestamp": 1630915255618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "cds", "timestamp": 1630915250803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.362Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "policy-id", "timestamp": 1630915243900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:01:08.363Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.363Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.363Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "multicloud-k8s-id", "timestamp": 1630915240097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:01:08.363Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.363Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.363Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "ves-openapi-manager", "timestamp": 1630915241710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "clamp", "timestamp": 1630915255618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "cds", "timestamp": 1630915250803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "ves-openapi-manager", "timestamp": 1630915258190, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "policy-id", "timestamp": 1630915258166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "clamp", "timestamp": 1630915255618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "cds", "timestamp": 1630915250803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:01:08.364Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.365Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.365Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "policy-id", "timestamp": 1630915259171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T08:01:08.365Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:01:08.365Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.365Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "clamp", "timestamp": 1630915255618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.365Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.365Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.365Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "ves-openapi-manager", "timestamp": 1630915259352, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-06T08:01:08.365Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:01:08.365Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.365Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "dcae-sch", "timestamp": 1630915259235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.366Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.366Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.366Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915259541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.366Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.366Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.366Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "policy-id", "timestamp": 1630915260174, "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-06T08:01:08.409Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70dabcd4-10f6-4002-8b1f-38bc2c46f922 2021-09-06T08:01:08.409Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70dabcd4-10f6-4002-8b1f-38bc2c46f922 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-06T08:01:08.446Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.447Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "clamp", "timestamp": 1630915255618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.447Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.447Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.447Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "ves-openapi-manager", "timestamp": 1630915260356, "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-06T08:01:08.456Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 70dabcd4-10f6-4002-8b1f-38bc2c46f922 2021-09-06T08:01:08.456Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70dabcd4-10f6-4002-8b1f-38bc2c46f922 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-06T08:01:08.465Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.465Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "cds", "timestamp": 1630915260791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T08:01:08.465Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:01:08.466Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.466Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "dcae-sch", "timestamp": 1630915259235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.466Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.466Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.466Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915259541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.466Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.466Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.466Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "clamp", "timestamp": 1630915255618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.466Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.466Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.466Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "cds", "timestamp": 1630915261796, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-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-06T08:01:08.471Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70dabcd4-10f6-4002-8b1f-38bc2c46f922 2021-09-06T08:01:08.471Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70dabcd4-10f6-4002-8b1f-38bc2c46f922 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-06T08:01:08.480Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.480Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "dcae-sch", "timestamp": 1630915259235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.480Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.480Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.480Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915259541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.480Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.480Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.480Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "clamp", "timestamp": 1630915255618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.481Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.481Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.481Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "dcae-sch", "timestamp": 1630915259235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.481Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.481Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.481Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915259541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.481Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.481Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.481Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "clamp", "timestamp": 1630915255618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:01:08.481Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.481Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.481Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "dcae-sch", "timestamp": 1630915259235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.481Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.481Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.482Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915259541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.482Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.482Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.482Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "dcae-sch", "timestamp": 1630915259235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.482Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.482Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.482Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915259541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.482Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.482Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.482Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "dcae-sch", "timestamp": 1630915259235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.482Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.482Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.483Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915259541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.483Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.483Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.483Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "dcae-sch", "timestamp": 1630915259235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.483Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.483Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.483Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "aai-ml", "timestamp": 1630915266561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.483Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.483Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.483Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915259541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:01:08.483Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:01:08.777Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:01:08.778Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T08:01:08.778Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"70dabcd4-10f6-4002-8b1f-38bc2c46f922","serviceName":"Demo_pNF_yLKmULomlzCx9ggx1YTP","serviceVersion":"1.0","serviceUUID":"6f40902e-b432-417e-b4c0-46d4e0f82b73","serviceDescription":"catalog service description","serviceInvariantUUID":"7c99cb89-11ea-4e54-853f-e39d713e5855","resources":[{"resourceInstanceName":"pNF 0e43a94a-cab6 0","resourceName":"pNF 0e43a94a-cab6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8201d3dd-e3a8-43b7-aaa4-162c6455cc41","resourceInvariantUUID":"ea59951c-5006-4826-bd83-7fd3077ac654","resourceCustomizationUUID":"6b02fd22-9c13-4f04-a947-439548d4a014","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vf-license-model.xml","artifactChecksum":"MjA0OTQ1MmNiYmU0YzVlZWExOTkwZmE3YWE0ODg1YjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1b7623d-21c6-4468-90d2-5a7eb6c29aed","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/pNF.csar","artifactChecksum":"NWVmOWU4OTEwYjBiMzBhNTc2NDg2NjM2ZDY5OTRkODc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"23805d03-7115-4193-bba6-91969311df8c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2434e306-d113-4d61-a280-aa2593091007","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vendor-license-model.xml","artifactChecksum":"OTBkMDQwYmI4MzBiNGU3OTJmYTI0YWQwZmU4NjkzOWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c1c4da23-626d-4fbc-bac8-70384feabc38","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"24fb3bf2-98df-49ed-812c-d8c5d351e136","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e9271855-3ba9-414c-bef9-aa4c979f1e3c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYlkmulomlzcx9ggx1ytp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-template.yml","artifactChecksum":"NDBhMDdmZjk4OTEyZGExNWQwMjBhYTkwNWQ2N2Q5YTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce8c7091-23ef-4a6f-9fae-736dc72379fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar","artifactChecksum":"YWI0NTBkNTI0YzQyZTFjNGJhZDk3N2FhODYxNGJiMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86665fff-4497-4970-928b-d4a41284cad1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-06T08:01:08.784Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:01:08.785Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:01:08.793Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:01:08.794Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:08.893Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T08:01:08.895Z||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-06T08:01:08.895Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:01:08.920Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:01:08.920Z||pool-112-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:01:09.796Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:01:09.796Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:01:09.799Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:01:09.800Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:09.900Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T08:01:09.901Z||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-06T08:01:09.902Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:01:09.910Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:01:09.910Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-06T08:01:10.800Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:01:10.816Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:01:10.821Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:01:10.821Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:10.924Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-09-06T08:01:10.924Z||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-06T08:01:10.924Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:01:10.938Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:01:10.939Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:01:11.822Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:01:11.822Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:01:11.825Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:01:11.825Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:11.924Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T08:01:11.925Z||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-06T08:01:11.925Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:01:11.936Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:01:11.937Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:01:12.825Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:01:12.827Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:01:12.834Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:01:12.835Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:12.934Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T08:01:12.935Z||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-06T08:01:12.935Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:01:12.944Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:01:12.944Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:01:13.836Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:01:13.837Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:01:13.842Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:01:13.843Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:13.943Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T08:01:13.945Z||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-06T08:01:13.945Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:01:13.958Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:01:13.960Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:01:14.843Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:01:14.844Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:01:14.846Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:01:14.847Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:01:14.947Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T08:01:14.947Z||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-06T08:01:14.947Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:01:14.966Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:01:14.970Z||pool-118-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:01:15.847Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:01:15.854Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:01:15.864Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:01:15.864Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:01:15.963Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T08:01:15.967Z||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-06T08:01:15.968Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:01:15.979Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:01:15.980Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:01:16.867Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "serviceName": "Demo_pNF_yLKmULomlzCx9ggx1YTP", "serviceVersion": "1.0", "serviceUUID": "6f40902e-b432-417e-b4c0-46d4e0f82b73", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7c99cb89-11ea-4e54-853f-e39d713e5855", "resources": [ { "resourceInstanceName": "pNF 0e43a94a-cab6 0", "resourceCustomizationUUID": "6b02fd22-9c13-4f04-a947-439548d4a014", "resourceName": "pNF 0e43a94a-cab6", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8201d3dd-e3a8-43b7-aaa4-162c6455cc41", "resourceInvariantUUID": "ea59951c-5006-4826-bd83-7fd3077ac654", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "artifactChecksum": "YWI0NTBkNTI0YzQyZTFjNGJhZDk3N2FhODYxNGJiMGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "86665fff-4497-4970-928b-d4a41284cad1" } ], "workloadContext": "Production" } 2021-09-06T08:01:16.867Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-06T08:01:16.868Z|9e7858ab-170b-4377-876b-0dc71f80b16d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f40902e-b432-417e-b4c0-46d4e0f82b73 ASDC 2021-09-06T08:01:16.870Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:70dabcd4-10f6-4002-8b1f-38bc2c46f922 ServiceName:Demo_pNF_yLKmULomlzCx9ggx1YTP ServiceVersion:1.0 ServiceUUID:6f40902e-b432-417e-b4c0-46d4e0f82b73 ServiceInvariantUUID:7c99cb89-11ea-4e54-853f-e39d713e5855 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar ArtifactUUID:86665fff-4497-4970-928b-d4a41284cad1 ArtifactChecksum:YWI0NTBkNTI0YzQyZTFjNGJhZDk3N2FhODYxNGJiMGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0e43a94a-cab6 0 ResourceCustomizationUUID:6b02fd22-9c13-4f04-a947-439548d4a014 ResourceInvariantUUID:ea59951c-5006-4826-bd83-7fd3077ac654 ResourceName:pNF 0e43a94a-cab6 ResourceType:PNF ResourceUUID:8201d3dd-e3a8-43b7-aaa4-162c6455cc41 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-06T08:01:16.870Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f40902e-b432-417e-b4c0-46d4e0f82b73 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-06T08:01:16.941Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T08:01:16.943Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-06T08:01:16.944Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-06T08:01:16.944Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 86665fff-4497-4970-928b-d4a41284cad1 from URL: /sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:16.945Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-06T08:01:16.945Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:17.615Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-06T08:01:17.620Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 86665fff-4497-4970-928b-d4a41284cad1 82537 2021-09-06T08:01:17.620Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar ASDC sendASDCNotification 2021-09-06T08:01:17.620Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:17.621Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T08:01:17.621Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:01:17.626Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:01:17.626Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915277620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T08:01:17.727Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T08:01:17.730Z||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-06T08:01:17.730Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:01:17.739Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:01:17.740Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:01:18.627Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T08:01:18.627Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-06T08:01:18.629Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 86665fff-4497-4970-928b-d4a41284cad1, URL: /sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar to file: /app/ASDC/1/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:18.629Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:18.629Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:18.629Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:18.749Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP214567683781739018/Definitions/service-DemoPnfYlkmulomlzcx9ggx1ytp-template.yml 2021-09-06T08:01:19.508Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-06T08:01:19.508Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-06T08:01:19.508Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:19.508Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-06T08:01:19.508Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0e43a94a-cab6 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-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:19.508Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:19.508Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:19.508Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:19.509Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:19.509Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:19.509Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:19.509Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-06T08:01:19.509Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:01:19.509Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yLKmULomlzCx9ggx1YTP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:01:19.509Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Node template pNF 0e43a94a-cab6 0 is matching search criteria 2021-09-06T08:01:19.509Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0e43a94a-cab6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yLKmULomlzCx9ggx1YTP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Node template pNF 0e43a94a-cab6 0 is matching search criteria 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0e43a94a-cab6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yLKmULomlzCx9ggx1YTP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yLKmULomlzCx9ggx1YTP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yLKmULomlzCx9ggx1YTP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yLKmULomlzCx9ggx1YTP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yLKmULomlzCx9ggx1YTP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:01:19.510Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_yLKmULomlzCx9ggx1YTP Description:catalog service description Model UUID:6f40902e-b432-417e-b4c0-46d4e0f82b73 Model Version:NULL Model InvariantUuid:7c99cb89-11ea-4e54-853f-e39d713e5855 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-06T08:01:19.516Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8201d3dd-e3a8-43b7-aaa4-162c6455cc41 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-06T08:01:19.523Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||pNF 0e43a94a-cab6 0 2021-09-06T08:01:19.524Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8201d3dd-e3a8-43b7-aaa4-162c6455cc41 2021-09-06T08:01:19.524Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 6f40902e-b432-417e-b4c0-46d4e0f82b73 2021-09-06T08:01:19.524Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6f40902e-b432-417e-b4c0-46d4e0f82b73 2021-09-06T08:01:19.524Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0e43a94a-cab6 0 8201d3dd-e3a8-43b7-aaa4-162c6455cc41 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-06T08:01:19.530Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76ebab72, org.onap.sdc.toscaparser.api.parameters.Input@66300b09, org.onap.sdc.toscaparser.api.parameters.Input@7a5cef5d, org.onap.sdc.toscaparser.api.parameters.Input@635e6e4, org.onap.sdc.toscaparser.api.parameters.Input@2dae6d6b] 2021-09-06T08:01:19.531Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:01:19.531Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yLKmULomlzCx9ggx1YTP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:01:19.531Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6f40902e-b432-417e-b4c0-46d4e0f82b73: pNF 0e43a94a-cab6 2021-09-06T08:01:19.531Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||Processing PNF resource: 8201d3dd-e3a8-43b7-aaa4-162c6455cc41 2021-09-06T08:01:19.531Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:01:19.531Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_yLKmULomlzCx9ggx1YTP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:01:19.531Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||Resource customization UUID: 6b02fd22-9c13-4f04-a947-439548d4a014 is the same as notified resource customizationUUID: 6b02fd22-9c13-4f04-a947-439548d4a014 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-06T08:01:19.589Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0e43a94a-cab6 8201d3dd-e3a8-43b7-aaa4-162c6455cc41 0 ASDC deployResourceStructure 2021-09-06T08:01:19.589Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar ASDC sendASDCNotification 2021-09-06T08:01:19.590Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar 2021-09-06T08:01:19.590Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T08:01:19.590Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:01:19.592Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:01:19.592Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915279589, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T08:01:19.692Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T08:01:19.693Z||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-06T08:01:19.693Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:01:19.709Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:01:19.711Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:01:20.593Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70dabcd4-10f6-4002-8b1f-38bc2c46f922 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T08:01:20.607Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70dabcd4-10f6-4002-8b1f-38bc2c46f922 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T08:01:20.611Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T08:01:20.611Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T08:01:20.611Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T08:01:50.614Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70dabcd4-10f6-4002-8b1f-38bc2c46f922 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T08:01:50.649Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70dabcd4-10f6-4002-8b1f-38bc2c46f922 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T08:01:50.655Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T08:01:50.655Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T08:01:50.655Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T08:02:08.149Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:02:08.153Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T08:02:08.153Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:02:08.240Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:02:08.242Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:02:08.243Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "aai-ml", "timestamp": 1630915266561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:02:08.244Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:02:20.659Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70dabcd4-10f6-4002-8b1f-38bc2c46f922 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T08:02:20.689Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70dabcd4-10f6-4002-8b1f-38bc2c46f922 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T08:02:20.692Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T08:02:20.693Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T08:02:20.693Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T08:02:50.695Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70dabcd4-10f6-4002-8b1f-38bc2c46f922 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T08:02:50.732Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70dabcd4-10f6-4002-8b1f-38bc2c46f922 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T08:02:50.736Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T08:02:50.736Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T08:02:50.736Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T08:03:08.149Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:03:08.153Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T08:03:08.153Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:03:08.682Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:03:08.684Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.684Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:03:08.686Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:03:08.686Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.686Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915269136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T08:03:08.687Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:03:08.687Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.687Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "aai-ml", "timestamp": 1630915266561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:03:08.687Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:03:08.687Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.687Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:03:08.687Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:03:08.687Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.687Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "aai-ml", "timestamp": 1630915266561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:03:08.687Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:03:08.687Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.687Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:03:08.687Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:03:08.688Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.688Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915271078, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T08:03:08.688Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:03:08.688Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.688Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "aai-ml", "timestamp": 1630915266561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:03:08.688Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:03:08.688Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.688Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:03:08.688Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:03:08.688Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.688Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915272083, "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-06T08:03:08.714Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70dabcd4-10f6-4002-8b1f-38bc2c46f922 2021-09-06T08:03:08.715Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70dabcd4-10f6-4002-8b1f-38bc2c46f922 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-06T08:03:08.731Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.732Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "aai-ml", "timestamp": 1630915266561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:03:08.732Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:03:08.732Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.732Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:03:08.733Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:03:08.733Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.733Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "aai-ml", "timestamp": 1630915266561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/resourceInstances/pnf0e43a94acab60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "aai-ml", "timestamp": 1630915266561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "aai-ml", "timestamp": 1630915275857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915268138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "clamp", "timestamp": 1630915275960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T08:03:08.734Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:03:08.735Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.735Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "clamp", "timestamp": 1630915276971, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T08:03:08.735Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:03:08.735Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.735Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915277620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T08:03:08.735Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:03:08.735Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.735Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "clamp", "timestamp": 1630915277974, "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-06T08:03:08.741Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70dabcd4-10f6-4002-8b1f-38bc2c46f922 2021-09-06T08:03:08.742Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70dabcd4-10f6-4002-8b1f-38bc2c46f922 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-06T08:03:08.751Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.751Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915279589, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T08:03:08.751Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:03:08.752Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.752Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "aai-ml", "timestamp": 1630915282723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYlkmulomlzcx9ggx1ytp/1.0/artifacts/service-DemoPnfYlkmulomlzcx9ggx1ytp-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T08:03:08.752Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:03:08.752Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:03:08.752Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "aai-ml", "timestamp": 1630915283726, "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-06T08:03:08.761Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70dabcd4-10f6-4002-8b1f-38bc2c46f922 2021-09-06T08:03:08.761Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70dabcd4-10f6-4002-8b1f-38bc2c46f922 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-06T08:03:20.738Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70dabcd4-10f6-4002-8b1f-38bc2c46f922 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T08:03:20.760Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70dabcd4-10f6-4002-8b1f-38bc2c46f922 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T08:03:20.765Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T08:03:20.766Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-06T08:03:20.766Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-06T08:03:20.766Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-06T08:03:20.766Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T08:03:20.766Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T08:03:20.768Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T08:03:20.768Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T08:03:20.768Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T08:03:20.768Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T08:03:20.768Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T08:03:20.768Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-06T08:03:20.786Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-06T08:03:50.788Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70dabcd4-10f6-4002-8b1f-38bc2c46f922 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-06T08:03:50.828Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70dabcd4-10f6-4002-8b1f-38bc2c46f922 and serviceModelVersionId: 6f40902e-b432-417e-b4c0-46d4e0f82b73 2021-09-06T08:03:50.828Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c99cb89-11ea-4e54-853f-e39d713e5855 2021-09-06T08:03:50.833Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c99cb89-11ea-4e54-853f-e39d713e5855/model-vers/model-ver/6f40902e-b432-417e-b4c0-46d4e0f82b73?depth=0 2021-09-06T08:03:50.845Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-06T08:03:50.907Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c99cb89-11ea-4e54-853f-e39d713e5855/model-vers/model-ver/6f40902e-b432-417e-b4c0-46d4e0f82b73?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-06T08:03:50.909Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c99cb89-11ea-4e54-853f-e39d713e5855/model-vers/model-ver/6f40902e-b432-417e-b4c0-46d4e0f82b73?depth=0|INFO|500||Invoke 2021-09-06T08:03:50.959Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c99cb89-11ea-4e54-853f-e39d713e5855/model-vers/model-ver/6f40902e-b432-417e-b4c0-46d4e0f82b73?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-06T08:03:51.202Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c99cb89-11ea-4e54-853f-e39d713e5855/model-vers/model-ver/6f40902e-b432-417e-b4c0-46d4e0f82b73?depth=0|INFO|500||InvokeReturn 2021-09-06T08:03:51.203Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7c99cb89-11ea-4e54-853f-e39d713e5855/model-vers/model-ver/6f40902e-b432-417e-b4c0-46d4e0f82b73?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210906-08:03:50:963-60960], vertex-id=[233568], Content-Length=[0], Date=[Mon, 06 Sep 2021 08:03:50 GMT], Content-Type=[application/json]} 2021-09-06T08:03:51.203Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-09-06T08:03:51.203Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-06T08:03:51.203Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-06T08:03:51.211Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-06T08:03:51.211Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70dabcd4-10f6-4002-8b1f-38bc2c46f922 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-06T08:03:51.211Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-06T08:03:51.212Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:03:51.220Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:03:51.220Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915431211, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T08:03:51.316Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-09-06T08:03:51.317Z||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-06T08:03:51.317Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:03:51.338Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:03:51.339Z||pool-122-thread-1|||||INFO|500||cambria reply ok (23 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-06T08:03:52.239Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:03:52.240Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|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-06T08:03:52.241Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:04:02.511Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:04:02.512Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:04:02.514Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|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-06T08:04:02.514Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:04:05.951Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:04:05.952Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-06T08:04:05.952Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a0a6f0d-dbff-435c-915a-366cb2da30d0","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"96a18d66-5e7b-45ba-8287-e8c9d0a4b755","serviceDescription":"service","serviceInvariantUUID":"80281e2d-4e8d-4080-9fc9-49b842ca117b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"238311a3-1f0a-4151-9153-99529a6c8731","resourceInvariantUUID":"9c9653b7-716d-4b5b-b723-e629cbbdf740","resourceCustomizationUUID":"8acfc677-4066-42de-af09-0c5049d56e9c","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":"M2Y5ZTIyNTMyZTk5NWJlNzZlZjhkNDM5OTEyMWZlZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66305e8b-7ff7-49e0-af9f-c3a2d74f7c61","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":"dafd085d-7f02-4212-ae40-12931f92ddd5","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":"61b5fea3-b1e6-494d-ba5a-99997ddc2014","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":"N2YzZjk1ZWNlNjkwNDU1MDZlOGE2MDM1Zjg5NTE5M2I\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f63d0e46-248f-4c02-9dad-5c41d8cc2eff","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":"59ea97e1-dbc6-40fb-af23-e2f33dd3097b","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":"167c43f2-473b-4886-945e-fd5bfd2fc3d6","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":"393ffc30-b6b1-4a44-bfe0-b503f6d9433b","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":"YzBlYzYxNDBhOTE4OGJkYmQ0NjU4ZTMzMTRmMGRiN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"259ea476-826c-401b-a5d6-640ce0737d23","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YWZjNTI2NzkzOGEyMDY5NDhmYjdmN2M4ZjU2Y2Q2NGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff122a7c-4177-410a-a9a9-ddd1f3285aa1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-06T08:04:05.955Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:04:05.956Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:04:05.958Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:04:05.958Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:06.058Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T08:04:06.060Z||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-06T08:04:06.060Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:04:06.072Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:04:06.073Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:04:06.959Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:04:06.959Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:04:06.961Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:04:06.961Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:07.065Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-09-06T08:04:07.066Z||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-06T08:04:07.066Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:04:07.085Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:04:07.086Z||pool-124-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:04:07.963Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:04:07.964Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:04:07.968Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:04:07.969Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.066Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-09-06T08:04:08.067Z||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-06T08:04:08.068Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:04:08.085Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:04:08.086Z||pool-125-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:04:08.149Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:04:08.150Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T08:04:08.150Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:04:08.337Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:04:08.338Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.338Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "70dabcd4-10f6-4002-8b1f-38bc2c46f922", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915431211, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T08:04:08.339Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:04:08.339Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.339Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.339Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.339Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.339Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "ves-openapi-manager", "timestamp": 1630915441710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.339Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.339Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.339Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915439540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.339Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.339Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.339Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "multicloud-k8s-id", "timestamp": 1630915440098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.339Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.339Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.339Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "policy-id", "timestamp": 1630915443900, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "dcae-sch", "timestamp": 1630915439239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "cds", "timestamp": 1630915445805, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915439540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "ves-openapi-manager", "timestamp": 1630915441710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "multicloud-k8s-id", "timestamp": 1630915440098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "dcae-sch", "timestamp": 1630915439239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "policy-id", "timestamp": 1630915443900, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.340Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "aai-ml", "timestamp": 1630915446561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.341Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.341Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.341Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "cds", "timestamp": 1630915445805, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.341Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.341Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.341Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.341Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.341Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.341Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915439540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.342Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.342Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.342Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "multicloud-k8s-id", "timestamp": 1630915440098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.342Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.342Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.342Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "ves-openapi-manager", "timestamp": 1630915441710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.342Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.342Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.342Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "dcae-sch", "timestamp": 1630915439239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.342Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.342Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-06T08:04:08.342Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "policy-id", "timestamp": 1630915443900, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:08.342Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-06T08:04:08.969Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:04:08.970Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:04:08.972Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:04:08.973Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:09.073Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T08:04:09.076Z||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-06T08:04:09.077Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:04:09.101Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:04:09.103Z||pool-126-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:04:09.973Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:04:09.974Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:04:09.977Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:04:09.978Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:10.078Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-06T08:04:10.080Z||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-06T08:04:10.080Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:04:10.108Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:04:10.108Z||pool-127-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":10,"count":1} 2021-09-06T08:04:10.980Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:04:10.981Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:04:10.984Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:04:10.984Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:11.085Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T08:04:11.086Z||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-06T08:04:11.087Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:04:11.099Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:04:11.100Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:04:11.986Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:04:11.987Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:04:11.995Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:04:11.995Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:12.093Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-09-06T08:04:12.094Z||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-06T08:04:12.094Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:04:12.111Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:04:12.112Z||pool-129-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:04:13.000Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:04:13.001Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:04:13.006Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:04:13.006Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:04:13.107Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T08:04:13.114Z||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-06T08:04:13.115Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:04:13.143Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:04:13.144Z||pool-130-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:04:14.011Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-06T08:04:14.016Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:04:14.023Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:04:14.023Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:04:14.123Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T08:04:14.126Z||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-06T08:04:14.128Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:04:14.145Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:04:14.146Z||pool-131-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:04:15.033Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "96a18d66-5e7b-45ba-8287-e8c9d0a4b755", "serviceDescription": "service", "serviceInvariantUUID": "80281e2d-4e8d-4080-9fc9-49b842ca117b", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8acfc677-4066-42de-af09-0c5049d56e9c", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "238311a3-1f0a-4151-9153-99529a6c8731", "resourceInvariantUUID": "9c9653b7-716d-4b5b-b723-e629cbbdf740", "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": "YWZjNTI2NzkzOGEyMDY5NDhmYjdmN2M4ZjU2Y2Q2NGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ff122a7c-4177-410a-a9a9-ddd1f3285aa1" } ], "workloadContext": "Production" } 2021-09-06T08:04:15.044Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-06T08:04:15.045Z|70dabcd4-10f6-4002-8b1f-38bc2c46f922|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96a18d66-5e7b-45ba-8287-e8c9d0a4b755 ASDC 2021-09-06T08:04:15.048Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:7a0a6f0d-dbff-435c-915a-366cb2da30d0 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:96a18d66-5e7b-45ba-8287-e8c9d0a4b755 ServiceInvariantUUID:80281e2d-4e8d-4080-9fc9-49b842ca117b 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:ff122a7c-4177-410a-a9a9-ddd1f3285aa1 ArtifactChecksum:YWZjNTI2NzkzOGEyMDY5NDhmYjdmN2M4ZjU2Y2Q2NGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8acfc677-4066-42de-af09-0c5049d56e9c ResourceInvariantUUID:9c9653b7-716d-4b5b-b723-e629cbbdf740 ResourceName:test-pnf ResourceType:PNF ResourceUUID:238311a3-1f0a-4151-9153-99529a6c8731 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-06T08:04:15.049Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96a18d66-5e7b-45ba-8287-e8c9d0a4b755 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-06T08:04:15.107Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T08:04:15.112Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-06T08:04:15.112Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-06T08:04:15.112Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ff122a7c-4177-410a-a9a9-ddd1f3285aa1 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-06T08:04:15.112Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-06T08:04:15.113Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-06T08:04:15.863Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-06T08:04:15.870Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ff122a7c-4177-410a-a9a9-ddd1f3285aa1 105556 2021-09-06T08:04:15.870Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||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-06T08:04:15.870Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||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-06T08:04:15.870Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-06T08:04:15.871Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:04:15.875Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:04:15.875Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915455870, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T08:04:15.976Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-06T08:04:15.977Z||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-06T08:04:15.977Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:04:15.999Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:04:16.000Z||pool-132-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:04:16.877Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-06T08:04:16.882Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-06T08:04:16.884Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ff122a7c-4177-410a-a9a9-ddd1f3285aa1, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-06T08:04:16.885Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-09-06T08:04:16.886Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-06T08:04:16.886Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-06T08:04:17.184Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6022417482586390902/Definitions/service-TestPnfMacro-template.yml 2021-09-06T08:04:17.972Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-06T08:04:17.972Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-06T08:04:17.973Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-06T08:04:17.973Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-06T08:04:17.973Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-06T08:04:17.973Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-06T08:04:17.973Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||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-06T08:04:17.973Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-06T08:04:17.973Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-06T08:04:17.973Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-06T08:04:17.973Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-06T08:04:17.973Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-06T08:04:17.973Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:04:17.974Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:04:17.974Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-06T08:04:17.974Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-06T08:04:17.974Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T08:04:17.975Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:04:17.975Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:04:17.975Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-06T08:04:17.975Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-06T08:04:17.975Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-06T08:04:17.975Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:04:17.975Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:04:17.976Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:04:17.976Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:04:17.976Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:04:17.976Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:04:17.976Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:04:17.976Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:04:17.976Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:04:17.976Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:04:17.976Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:96a18d66-5e7b-45ba-8287-e8c9d0a4b755 Model Version:NULL Model InvariantUuid:80281e2d-4e8d-4080-9fc9-49b842ca117b 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-06T08:04:17.989Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 238311a3-1f0a-4151-9153-99529a6c8731 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-06T08:04:17.998Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||test-pnf 0 2021-09-06T08:04:17.999Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 238311a3-1f0a-4151-9153-99529a6c8731 2021-09-06T08:04:17.999Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 96a18d66-5e7b-45ba-8287-e8c9d0a4b755 2021-09-06T08:04:17.999Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 96a18d66-5e7b-45ba-8287-e8c9d0a4b755 2021-09-06T08:04:17.999Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 238311a3-1f0a-4151-9153-99529a6c8731 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-06T08:04:18.004Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20975bb5, org.onap.sdc.toscaparser.api.parameters.Input@78925bef, org.onap.sdc.toscaparser.api.parameters.Input@57d6ef11, org.onap.sdc.toscaparser.api.parameters.Input@49149cb1, org.onap.sdc.toscaparser.api.parameters.Input@53c42cd5] 2021-09-06T08:04:18.006Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:04:18.007Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:04:18.007Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 96a18d66-5e7b-45ba-8287-e8c9d0a4b755: test-pnf 2021-09-06T08:04:18.007Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||Processing PNF resource: 238311a3-1f0a-4151-9153-99529a6c8731 2021-09-06T08:04:18.007Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-06T08:04:18.007Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-06T08:04:18.008Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||Resource customization UUID: 8acfc677-4066-42de-af09-0c5049d56e9c is the same as notified resource customizationUUID: 8acfc677-4066-42de-af09-0c5049d56e9c 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-06T08:04:18.061Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 238311a3-1f0a-4151-9153-99529a6c8731 0 ASDC deployResourceStructure 2021-09-06T08:04:18.065Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||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-06T08:04:18.066Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||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-06T08:04:18.066Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-06T08:04:18.066Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:04:18.069Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:04:18.069Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915458065, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T08:04:18.170Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-06T08:04:18.171Z||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-06T08:04:18.171Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:04:18.180Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:04:18.181Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-06T08:04:19.074Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T08:04:19.089Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T08:04:19.092Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T08:04:19.093Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T08:04:19.093Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T08:04:49.101Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T08:04:49.133Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T08:04:49.138Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T08:04:49.138Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T08:04:49.138Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T08:05:08.152Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:05:08.156Z||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-06T08:05:08.157Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:05:08.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:05:08.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:05:08.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "aai-ml", "timestamp": 1630915446561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:05:08.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:05:19.141Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T08:05:19.186Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T08:05:19.190Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T08:05:19.191Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T08:05:19.191Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T08:05:49.192Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T08:05:49.214Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T08:05:49.216Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T08:05:49.217Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T08:05:49.217Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T08:06:08.151Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:06:08.160Z||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-06T08:06:08.160Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:06:08.235Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:06:08.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:06:08.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "cds", "timestamp": 1630915445805, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:06:08.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:06:19.218Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T08:06:19.251Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T08:06:19.253Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T08:06:19.253Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T08:06:19.253Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T08:06:49.256Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T08:06:49.285Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T08:06:49.294Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T08:06:49.295Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-06T08:06:49.295Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-06T08:07:08.151Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:07:08.158Z||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-06T08:07:08.159Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:07:08.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:07:08.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915439540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "multicloud-k8s-id", "timestamp": 1630915440098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "ves-openapi-manager", "timestamp": 1630915441710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "dcae-sch", "timestamp": 1630915439239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "policy-id", "timestamp": 1630915443900, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "aai-ml", "timestamp": 1630915446561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "cds", "timestamp": 1630915445805, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915439540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "ves-openapi-manager", "timestamp": 1630915441710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "multicloud-k8s-id", "timestamp": 1630915440098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "dcae-sch", "timestamp": 1630915439239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "policy-id", "timestamp": 1630915443900, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "aai-ml", "timestamp": 1630915446561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "cds", "timestamp": 1630915445805, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915439540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "ves-openapi-manager", "timestamp": 1630915441710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "multicloud-k8s-id", "timestamp": 1630915440098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "dcae-sch", "timestamp": 1630915439239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "policy-id", "timestamp": 1630915443900, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "aai-ml", "timestamp": 1630915446561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "cds", "timestamp": 1630915445805, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915439540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "ves-openapi-manager", "timestamp": 1630915441710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-06T08:07:08.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "multicloud-k8s-id", "timestamp": 1630915440098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "policy-id", "timestamp": 1630915443900, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "dcae-sch", "timestamp": 1630915439239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "aai-ml", "timestamp": 1630915446561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "cds", "timestamp": 1630915445805, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915439540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "ves-openapi-manager", "timestamp": 1630915441710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "dcae-sch", "timestamp": 1630915439239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "policy-id", "timestamp": 1630915443900, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "multicloud-k8s-id", "timestamp": 1630915440098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "aai-ml", "timestamp": 1630915446561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "cds", "timestamp": 1630915445805, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915439540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:07:08.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "policy-id", "timestamp": 1630915443900, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:07:08.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "ves-openapi-manager", "timestamp": 1630915441710, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "multicloud-k8s-id", "timestamp": 1630915440098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:07:08.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "dcae-sch", "timestamp": 1630915439239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915442512, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "aai-ml", "timestamp": 1630915446561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "cds", "timestamp": 1630915445805, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "aai-ml", "timestamp": 1630915446561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915455592, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "policy-id", "timestamp": 1630915455570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T08:07:08.750Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "ves-openapi-manager", "timestamp": 1630915455683, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915455870, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "cds", "timestamp": 1630915456162, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "policy-id", "timestamp": 1630915456574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "ves-openapi-manager", "timestamp": 1630915456720, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "aai-ml", "timestamp": 1630915457184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T08:07:08.752Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:07:08.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915457555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T08:07:08.752Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:07:08.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "cds", "timestamp": 1630915457569, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-06T08:07:08.770Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a0a6f0d-dbff-435c-915a-366cb2da30d0 2021-09-06T08:07:08.771Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0a6f0d-dbff-435c-915a-366cb2da30d0 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-06T08:07:08.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "policy-id", "timestamp": 1630915457578, "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-06T08:07:08.798Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a0a6f0d-dbff-435c-915a-366cb2da30d0 2021-09-06T08:07:08.798Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0a6f0d-dbff-435c-915a-366cb2da30d0 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-06T08:07:08.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "ves-openapi-manager", "timestamp": 1630915457726, "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-06T08:07:08.822Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7a0a6f0d-dbff-435c-915a-366cb2da30d0 2021-09-06T08:07:08.822Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0a6f0d-dbff-435c-915a-366cb2da30d0 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-06T08:07:08.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915458065, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T08:07:08.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:07:08.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1630915458558, "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-06T08:07:08.841Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a0a6f0d-dbff-435c-915a-366cb2da30d0 2021-09-06T08:07:08.841Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0a6f0d-dbff-435c-915a-366cb2da30d0 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-06T08:07:08.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "aai-ml", "timestamp": 1630915463067, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T08:07:08.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:07:08.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "aai-ml", "timestamp": 1630915464070, "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-06T08:07:08.858Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a0a6f0d-dbff-435c-915a-366cb2da30d0 2021-09-06T08:07:08.858Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0a6f0d-dbff-435c-915a-366cb2da30d0 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-06T08:07:08.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "clamp", "timestamp": 1630915465619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "clamp", "timestamp": 1630915465619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "clamp", "timestamp": 1630915465619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "clamp", "timestamp": 1630915465619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "clamp", "timestamp": 1630915465619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "clamp", "timestamp": 1630915465619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "clamp", "timestamp": 1630915465619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "clamp", "timestamp": 1630915465619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "clamp", "timestamp": 1630915465619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "clamp", "timestamp": 1630915481997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:07:08.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "clamp", "timestamp": 1630915483127, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-06T08:07:08.872Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:07:08.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-06T08:07:08.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "clamp", "timestamp": 1630915484130, "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-06T08:07:08.877Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a0a6f0d-dbff-435c-915a-366cb2da30d0 2021-09-06T08:07:08.878Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a0a6f0d-dbff-435c-915a-366cb2da30d0 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-06T08:07:19.296Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T08:07:19.327Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-06T08:07:19.331Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-06T08:07:19.331Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-06T08:07:19.331Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-06T08:07:19.331Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-06T08:07:19.331Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T08:07:19.332Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T08:07:19.332Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T08:07:19.332Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T08:07:19.332Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T08:07:19.332Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T08:07:19.333Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-06T08:07:19.333Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-06T08:07:19.339Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-06T08:07:49.343Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 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-06T08:07:49.373Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a0a6f0d-dbff-435c-915a-366cb2da30d0 and serviceModelVersionId: 96a18d66-5e7b-45ba-8287-e8c9d0a4b755 2021-09-06T08:07:49.375Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80281e2d-4e8d-4080-9fc9-49b842ca117b 2021-09-06T08:07:49.379Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80281e2d-4e8d-4080-9fc9-49b842ca117b/model-vers/model-ver/96a18d66-5e7b-45ba-8287-e8c9d0a4b755?depth=0 2021-09-06T08:07:49.407Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-06T08:07:49.494Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80281e2d-4e8d-4080-9fc9-49b842ca117b/model-vers/model-ver/96a18d66-5e7b-45ba-8287-e8c9d0a4b755?depth=0|INFO|500||Invoke 2021-09-06T08:07:49.496Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80281e2d-4e8d-4080-9fc9-49b842ca117b/model-vers/model-ver/96a18d66-5e7b-45ba-8287-e8c9d0a4b755?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80281e2d-4e8d-4080-9fc9-49b842ca117b/model-vers/model-ver/96a18d66-5e7b-45ba-8287-e8c9d0a4b755?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a0a6f0d-dbff-435c-915a-366cb2da30d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4224787-6aaa-4dc4-abfd-58d941d8b155], X-ECOMP-RequestID=[7a0a6f0d-dbff-435c-915a-366cb2da30d0], X-TransactionId=[], X-ONAP-RequestID=[7a0a6f0d-dbff-435c-915a-366cb2da30d0], Content-Type=[application/merge-patch+json]} 2021-09-06T08:07:49.570Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80281e2d-4e8d-4080-9fc9-49b842ca117b/model-vers/model-ver/96a18d66-5e7b-45ba-8287-e8c9d0a4b755?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-06T08:07:50.142Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80281e2d-4e8d-4080-9fc9-49b842ca117b/model-vers/model-ver/96a18d66-5e7b-45ba-8287-e8c9d0a4b755?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/80281e2d-4e8d-4080-9fc9-49b842ca117b/model-vers/model-ver/96a18d66-5e7b-45ba-8287-e8c9d0a4b755?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210906-08:07:49:576-20185], vertex-id=[229568], Content-Length=[0], Date=[Mon, 06 Sep 2021 08:07:49 GMT], Content-Type=[application/json]} 2021-09-06T08:07:50.143Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80281e2d-4e8d-4080-9fc9-49b842ca117b/model-vers/model-ver/96a18d66-5e7b-45ba-8287-e8c9d0a4b755?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-06T08:07:50.146Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80281e2d-4e8d-4080-9fc9-49b842ca117b/model-vers/model-ver/96a18d66-5e7b-45ba-8287-e8c9d0a4b755?depth=0|INFO|500||InvokeReturn 2021-09-06T08:07:50.148Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-06T08:07:50.148Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-06T08:07:50.167Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-06T08:07:50.168Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a0a6f0d-dbff-435c-915a-366cb2da30d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-06T08:07:50.168Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-06T08:07:50.169Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-06T08:07:50.176Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-06T08:07:50.181Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915670168, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T08:07:50.278Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-09-06T08:07:50.280Z||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-06T08:07:50.281Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:07:50.319Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:07:50.320Z||pool-134-thread-1|||||INFO|500||cambria reply ok (41 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-06T08:07:51.212Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:07:51.213Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:07:51.213Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:08:01.528Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:08:01.530Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:08:01.533Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:08:01.534Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:08:08.150Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:08:08.151Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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-06T08:08:08.151Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:08:08.799Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:08:08.807Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-06T08:08:08.808Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7a0a6f0d-dbff-435c-915a-366cb2da30d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1630915670168, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-06T08:08:08.811Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-06T08:08:11.116Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:08:11.117Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:08:11.120Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:08:11.120Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:08:20.672Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:08:20.673Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:08:20.674Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:08:20.674Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:08:30.230Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:08:30.231Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:08:30.232Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:08:30.233Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:08:39.811Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:09:08.144Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:09:08.149Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:09:08.153Z||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-06T08:09:08.153Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:09:08.154Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:09:08.154Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:09:17.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:09:17.727Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:10:08.140Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:10:08.148Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:10:08.149Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:10:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:10:08.150Z||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-06T08:10:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:10:17.739Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:10:17.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:11:08.139Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:11:08.145Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:11:08.146Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:11:08.149Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:11:08.150Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|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-06T08:11:08.151Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:11:17.712Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:11:17.712Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:12:08.137Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:12:08.143Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T08:12:08.143Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:12:08.163Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:12:08.164Z||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-06T08:12:08.164Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:12:17.721Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:12:17.734Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:13:08.138Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:13:08.144Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T08:13:08.144Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:13:08.149Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:13:08.152Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T08:13:08.153Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:13:17.789Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:13:17.797Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:14:08.138Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:14:08.146Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T08:14:08.147Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:14:08.149Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:14:08.151Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T08:14:08.151Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:14:17.723Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:14:17.753Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:15:08.139Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:15:08.146Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-06T08:15:08.146Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pZ1rCPJxBfOteC5C) ... 2021-09-06T08:15:08.149Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:15:08.151Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:15:08.152Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:15:17.721Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:15:17.721Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:16:08.138Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:16:08.144Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:16:08.144Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:16:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:16:08.152Z||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-06T08:16:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:16:17.782Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:16:17.780Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:17:08.139Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:17:08.146Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:17:08.147Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:17:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:17:08.151Z||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-06T08:17:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:17:17.721Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:17:17.734Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:18:08.145Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:18:08.149Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:18:08.153Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T08:18:08.153Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:18:08.153Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:18:08.153Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:18:17.731Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:18:17.731Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:19:08.139Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:19:08.145Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:19:08.145Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:19:08.149Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:19:08.151Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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-06T08:19:08.152Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:19:17.728Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:19:17.731Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:20:08.143Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:20:08.149Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:20:08.150Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:20:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:20:08.150Z||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-06T08:20:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:20:17.759Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:20:17.768Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:21:08.139Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:21:08.144Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:21:08.144Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:21:08.149Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:21:08.150Z||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-06T08:21:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:21:17.708Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:21:17.710Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:22:08.138Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:22:08.143Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:22:08.144Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:22:08.149Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:22:08.149Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T08:22:08.149Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:22:17.715Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:22:17.715Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:23:08.139Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:23:08.143Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:23:08.143Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:23:08.150Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:23:08.151Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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-06T08:23:08.152Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:23:17.717Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:23:17.725Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:24:08.139Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:24:08.142Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:24:08.142Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:24:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:24:08.149Z||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-06T08:24:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:24:17.706Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:24:17.723Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:25:08.140Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:25:08.145Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:25:08.145Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:25:08.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:25:08.150Z||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-06T08:25:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:25:17.728Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:25:17.736Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:26:08.147Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:26:08.150Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:26:08.156Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:26:08.156Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T08:26:08.157Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:26:08.157Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:26:17.733Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:26:17.733Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:27:08.143Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:27:08.149Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:27:08.155Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:27:08.157Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:27:08.156Z||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-06T08:27:08.158Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:27:17.746Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:27:17.770Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:28:08.145Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:28:08.149Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:28:08.154Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:28:08.155Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:28:08.154Z||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-06T08:28:08.155Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:28:17.726Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:28:17.735Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:29:08.142Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:29:08.149Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:29:08.152Z||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-06T08:29:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:29:08.152Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:29:08.154Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:29:17.724Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:29:17.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:30:08.141Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:30:08.149Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:30:08.153Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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-06T08:30:08.154Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:30:08.153Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:30:08.154Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:30:17.728Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:30:17.746Z|a3f7df09-1760-48ca-959a-38e4c6a99a6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:31:08.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:31:08.147Z||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-06T08:31:08.148Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:31:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:31:08.150Z||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-06T08:31:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:31:17.731Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:31:17.731Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:32:08.141Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:32:08.150Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:32:08.151Z||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-06T08:32:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:32:08.152Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|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-06T08:32:08.153Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:32:17.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:32:17.737Z|ee39b092-58eb-4b9b-a5dd-e7e0b4fe45ae|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:33:08.141Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:33:08.148Z||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-06T08:33:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:33:08.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:33:08.152Z||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-06T08:33:08.152Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:33:17.713Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:33:17.711Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:34:08.138Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:34:08.145Z||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-06T08:34:08.146Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:34:08.149Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:34:08.151Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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-06T08:34:08.152Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:34:17.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:34:17.741Z|7a0a6f0d-dbff-435c-915a-366cb2da30d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:35:08.138Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:35:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:35:08.151Z||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-06T08:35:08.151Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:35:08.151Z||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-06T08:35:08.153Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:35:17.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:35:17.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:36:08.149Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:36:08.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:36:08.154Z||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-06T08:36:08.154Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:36:08.154Z||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-06T08:36:08.154Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:36:17.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:36:17.752Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:37:08.150Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:37:08.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:37:08.162Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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-06T08:37:08.163Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:37:08.162Z||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-06T08:37:08.163Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:37:17.744Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:37:17.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:38:08.150Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:38:08.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:38:08.162Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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-06T08:38:08.162Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:38:08.162Z||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-06T08:38:08.165Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:38:17.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:38:17.771Z|0006abde-8dc6-499f-bb8f-4dfef6a5d8f1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:39:08.141Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:39:08.149Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-06T08:39:08.150Z||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-06T08:39:08.150Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:39:08.163Z||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-06T08:39:08.165Z||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 pZ1rCPJxBfOteC5C) ... 2021-09-06T08:39:17.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-06T08:39:17.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK