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-06-10T23:41:58.586Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-j98j2 with PID 14 (/app/app.jar started by so in /app) 2021-06-10T23:41:58.593Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-06-10T23:41:58.593Z||main|||||INFO|500||The following profiles are active: basic 2021-06-10T23:42:05.195Z||main|||||INFO|500||Starting service [Tomcat] 2021-06-10T23:42:05.196Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-06-10T23:42:05.277Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-06-10T23:42:06.572Z||main|||||INFO|500||catdb-pool - Starting... 2021-06-10T23:42:06.758Z||main|||||INFO|500||catdb-pool - Start completed. 2021-06-10T23:42:07.090Z||main|||||INFO|500||reqdb-pool - Starting... 2021-06-10T23:42:07.098Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-06-10T23:42:07.201Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-06-10T23:42:07.333Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-06-10T23:42:07.684Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-06-10T23:42:08.582Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-06-10T23:42:10.495Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-06-10T23:42:10.538Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-06-10T23:42:10.932Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-06-10T23:42:11.125Z||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-06-10T23:42:12.344Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-06-10T23:42:13.207Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-06-10T23:42:13.229Z||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$$1f1bd060.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-06-10T23:42:13.230Z||main|||||WARN|500||The sdc end point is not alive 2021-06-10T23:42:15.272Z||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-06-10T23:42:17.378Z||main|||||WARN|500||--- 2021-06-10T23:42:17.378Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-06-10T23:42:17.378Z||main|||||WARN|500||--- 2021-06-10T23:42:17.632Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-06-10T23:42:20.426Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-10T23:42:20.427Z||main|||||INFO|500||Started Application in 23.608 seconds (JVM running for 24.749) 2021-06-10T23:42:20.428Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-10T23:42:20.439Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-10T23:42:20.483Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-10T23:42:20.523Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5570cf58-1310-42b4-aa69-f2a4de42139f url= /sdc/v1/artifactTypes 2021-06-10T23:42:20.524Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-10T23:42:20.806Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-06-10T23:42:20.823Z||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-06-10T23:42:20.844Z||scheduling-1|||||DEBUG|500||create keys 2021-06-10T23:42:20.851Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-06-10T23:42:20.884Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:42:20.899Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 848ccbeb-c16b-4012-8588-1bff9d2cb672 url= /sdc/v1/registerForDistribution 2021-06-10T23:42:20.992Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 848ccbeb-c16b-4012-8588-1bff9d2cb672 url= /sdc/v1/registerForDistribution 2021-06-10T23:42:20.993Z||scheduling-1|||||INFO|500||start DistributionClient 2021-06-10T23:42:21.001Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:42:21.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:42:21.005Z||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-06-10T23:42:21.005Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:42:21.005Z||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-06-10T23:42:21.006Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:42:21.008Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-06-10T23:42:31.264Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:42:31.265Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:43:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:43:21.000Z||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-06-10T23:43:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:43:21.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:43:21.002Z||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-06-10T23:43:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:43:30.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:43:30.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:44:21.000Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:44:21.001Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:44:21.001Z||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-06-10T23:44:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:44:21.002Z||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-06-10T23:44:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:44:30.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:44:30.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:45:20.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:45:21.000Z||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-06-10T23:45:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:45:21.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:45:21.002Z||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-06-10T23:45:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:45:30.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:45:30.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:46:20.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:46:21.000Z||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-06-10T23:46:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:46:21.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:46:21.002Z||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-06-10T23:46:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:46:30.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:46:30.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:47:20.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:47:21.000Z||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-06-10T23:47:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:47:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:47:21.001Z||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-06-10T23:47:21.003Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:47:30.566Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:47:30.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:48:20.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:48:21.000Z||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-06-10T23:48:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:48:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:48:21.002Z||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-06-10T23:48:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:48:30.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:48:30.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:49:20.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:49:21.000Z||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-06-10T23:49:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:49:21.001Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:49:21.001Z||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-06-10T23:49:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:49:30.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:49:30.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:50:20.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:50:21.001Z||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-06-10T23:50:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:50:21.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:50:21.001Z||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-06-10T23:50:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:50:30.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:50:30.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:51:20.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:51:21.000Z||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-06-10T23:51:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:51:21.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:51:21.001Z||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-06-10T23:51:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:51:30.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:51:30.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:52:20.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:52:21.000Z||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-06-10T23:52:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:52:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:52:21.002Z||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-06-10T23:52:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:52:30.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:52:30.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:52:32.256Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-06-10T23:53:20.999Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:53:21.000Z||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-06-10T23:53:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:53:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:53:21.002Z||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-06-10T23:53:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:53:30.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:53:30.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:54:20.999Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:54:21.000Z||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-06-10T23:54:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:54:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:54:21.002Z||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-06-10T23:54:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:54:30.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:54:30.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:55:20.999Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:55:21.000Z||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-06-10T23:55:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:55:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:55:21.002Z||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-06-10T23:55:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:55:30.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:55:30.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:56:21.000Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:56:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:56:21.001Z||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-06-10T23:56:21.001Z||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-06-10T23:56:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:56:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:56:30.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:56:30.555Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:57:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:57:21.000Z||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-06-10T23:57:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:57:21.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:57:21.002Z||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-06-10T23:57:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:57:30.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:57:30.559Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:58:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:58:21.000Z||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-06-10T23:58:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:58:21.001Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:58:21.001Z||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-06-10T23:58:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:58:30.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:58:30.557Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:59:20.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:59:21.000Z||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-06-10T23:59:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:59:21.001Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-10T23:59:21.002Z||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-06-10T23:59:21.003Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-10T23:59:30.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-10T23:59:30.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:00:20.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:00:21.001Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:00:21.002Z||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-06-11T00:00:21.002Z||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-06-11T00:00:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:00:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:00:30.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:00:30.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:01:20.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:01:21.000Z||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-06-11T00:01:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:01:21.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:01:21.002Z||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-06-11T00:01:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:01:30.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:01:30.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:02:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:02:21.000Z||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-06-11T00:02:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:02:21.001Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:02:21.002Z||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-06-11T00:02:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:02:30.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:02:30.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:03:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:03:21.000Z||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-06-11T00:03:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:03:21.001Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:03:21.001Z||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-06-11T00:03:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:03:30.577Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:03:30.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:04:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:04:21.000Z||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-06-11T00:04:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:04:21.001Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:04:21.001Z||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-06-11T00:04:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:04:30.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:04:30.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:05:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:05:21.000Z||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-06-11T00:05:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:05:21.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:05:21.001Z||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-06-11T00:05:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:05:30.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:05:30.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:06:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:06:21.000Z||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-06-11T00:06:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:06:21.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:06:21.002Z||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-06-11T00:06:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:06:30.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:06:30.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:07:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:07:21.000Z||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-06-11T00:07:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:07:21.001Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:07:21.001Z||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-06-11T00:07:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:07:30.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:07:30.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:08:21.000Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:08:21.001Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:08:21.002Z||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-06-11T00:08:21.002Z||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-06-11T00:08:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:08:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:08:30.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:08:30.549Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:09:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:09:21.000Z||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-06-11T00:09:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:09:21.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:09:21.001Z||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-06-11T00:09:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:09:30.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:09:30.549Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:10:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:10:21.000Z||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-06-11T00:10:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:10:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:10:21.001Z||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-06-11T00:10:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:10:30.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:10:30.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:11:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:11:21.000Z||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-06-11T00:11:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:11:21.001Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:11:21.001Z||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-06-11T00:11:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:11:30.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:11:30.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:12:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:12:21.000Z||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-06-11T00:12:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:12:21.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:12:21.001Z||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-06-11T00:12:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:12:30.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:12:30.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:13:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:13:21.000Z||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-06-11T00:13:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:13:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:13:21.001Z||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-06-11T00:13:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:13:30.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:13:30.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:14:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:14:21.000Z||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-06-11T00:14:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:14:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:14:21.002Z||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-06-11T00:14:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:14:30.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:14:30.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:15:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:15:21.000Z||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-06-11T00:15:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:15:21.001Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:15:21.001Z||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-06-11T00:15:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:15:30.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:15:30.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:16:20.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:16:21.000Z||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-06-11T00:16:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:16:21.001Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:16:21.002Z||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-06-11T00:16:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:16:30.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:16:30.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:17:20.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:17:21.000Z||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-06-11T00:17:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:17:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:17:21.001Z||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-06-11T00:17:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:17:30.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:17:30.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:18:21.001Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:18:21.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:18:21.005Z||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-06-11T00:18:21.005Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:18:21.005Z||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-06-11T00:18:21.005Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:18:30.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:18:30.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:19:20.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:19:21.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T00:19:21.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:19:21.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:19:21.002Z||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-06-11T00:19:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:19:30.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:19:30.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:20:20.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:20:21.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T00:20:21.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:20:21.001Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:20:21.002Z||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-06-11T00:20:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:20:30.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:20:30.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:21:20.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:21:21.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T00:21:21.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:21:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:21:21.001Z||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-06-11T00:21:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:21:30.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:21:30.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:22:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:22:21.000Z||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-06-11T00:22:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:22:21.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:22:21.001Z||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-06-11T00:22:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:22:30.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:22:30.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:23:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:23:21.000Z||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-06-11T00:23:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:23:21.001Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:23:21.001Z||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-06-11T00:23:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:23:30.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:23:30.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:24:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:24:21.000Z||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-06-11T00:24:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:24:21.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:24:21.002Z||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-06-11T00:24:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:24:30.545Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:24:30.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:25:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:25:21.000Z||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-06-11T00:25:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:25:21.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:25:21.001Z||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-06-11T00:25:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:25:30.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:25:30.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:26:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:26:21.000Z||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-06-11T00:26:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:26:21.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:26:21.001Z||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-06-11T00:26:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:26:30.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:26:30.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:27:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:27:21.000Z||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-06-11T00:27:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:27:21.001Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:27:21.001Z||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-06-11T00:27:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:27:30.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:27:30.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:28:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:28:21.000Z||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-06-11T00:28:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:28:21.001Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:28:21.001Z||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-06-11T00:28:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:28:30.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:28:30.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:29:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:29:21.000Z||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-06-11T00:29:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:29:21.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:29:21.001Z||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-06-11T00:29:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:29:30.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:29:30.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:30:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:30:21.000Z||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-06-11T00:30:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:30:21.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:30:21.001Z||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-06-11T00:30:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:30:30.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:30:30.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:31:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:31:21.000Z||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-06-11T00:31:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:31:21.001Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:31:21.001Z||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-06-11T00:31:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:31:30.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:31:30.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:32:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:32:21.000Z||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-06-11T00:32:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:32:21.001Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:32:21.001Z||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-06-11T00:32:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:32:30.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:32:30.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:33:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:33:21.000Z||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-06-11T00:33:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:33:21.001Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:33:21.001Z||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-06-11T00:33:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:33:30.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:33:30.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:34:20.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:34:21.000Z||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-06-11T00:34:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:34:21.001Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:34:21.002Z||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-06-11T00:34:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:34:30.544Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:34:30.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:35:20.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:35:21.000Z||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-06-11T00:35:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:35:21.001Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:35:21.001Z||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-06-11T00:35:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:35:30.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:35:30.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:36:20.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:36:21.000Z||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-06-11T00:36:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:36:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:36:21.001Z||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-06-11T00:36:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:36:30.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:36:30.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:37:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:37:21.000Z||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-06-11T00:37:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:37:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:37:21.002Z||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-06-11T00:37:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:37:30.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:37:30.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:38:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:38:21.000Z||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-06-11T00:38:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:38:21.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:38:21.001Z||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-06-11T00:38:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:38:30.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:38:30.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:39:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:39:21.000Z||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-06-11T00:39:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:39:21.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:39:21.001Z||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-06-11T00:39:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:39:30.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:39:30.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:40:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:40:21.000Z||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-06-11T00:40:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:40:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:40:21.001Z||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-06-11T00:40:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:40:30.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:40:30.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:41:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:41:21.000Z||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-06-11T00:41:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:41:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:41:21.002Z||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-06-11T00:41:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:41:30.545Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:41:30.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:42:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:42:21.001Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:42:21.001Z||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-06-11T00:42:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:42:21.001Z||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-06-11T00:42:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:42:30.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:42:30.555Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:43:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:43:21.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:43:21.001Z||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-06-11T00:43:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:43:21.001Z||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-06-11T00:43:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:43:30.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:43:30.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:44:20.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:44:21.000Z||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-06-11T00:44:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:44:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:44:21.001Z||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-06-11T00:44:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:44:30.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:44:30.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:45:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:45:21.000Z||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-06-11T00:45:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:45:21.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:45:21.002Z||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-06-11T00:45:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:45:30.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:45:30.548Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:46:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:46:21.000Z||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-06-11T00:46:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:46:21.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:46:21.001Z||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-06-11T00:46:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:46:30.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:46:30.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:47:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:47:21.000Z||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-06-11T00:47:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:47:21.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:47:21.001Z||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-06-11T00:47:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:47:30.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:47:30.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:48:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:48:21.000Z||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-06-11T00:48:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:48:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:48:21.001Z||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-06-11T00:48:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:48:30.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:48:30.548Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:49:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:49:21.000Z||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-06-11T00:49:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:49:21.001Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:49:21.001Z||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-06-11T00:49:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:49:30.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:49:30.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:50:20.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:50:21.000Z||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-06-11T00:50:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:50:21.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:50:21.001Z||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-06-11T00:50:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:50:30.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:50:30.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:51:20.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:51:21.000Z||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-06-11T00:51:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:51:21.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:51:21.001Z||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-06-11T00:51:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:51:30.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:51:30.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:52:20.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:52:21.000Z||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-06-11T00:52:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:52:21.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:52:21.001Z||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-06-11T00:52:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:52:30.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:52:30.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:53:20.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:53:21.000Z||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-06-11T00:53:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:53:21.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:53:21.001Z||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-06-11T00:53:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:53:30.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:53:30.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:54:20.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:54:21.000Z||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-06-11T00:54:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:54:21.001Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:54:21.001Z||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-06-11T00:54:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:54:30.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:54:30.545Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:55:20.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:55:21.000Z||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-06-11T00:55:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:55:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:55:21.001Z||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-06-11T00:55:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:55:30.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:55:30.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:56:20.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:56:21.000Z||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-06-11T00:56:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:56:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:56:21.001Z||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-06-11T00:56:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:56:30.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:56:30.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:57:20.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:57:21.000Z||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-06-11T00:57:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:57:21.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:57:21.001Z||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-06-11T00:57:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:57:30.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:57:30.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:58:20.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:58:21.000Z||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-06-11T00:58:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:58:21.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:58:21.001Z||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-06-11T00:58:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:58:30.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:58:30.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:59:20.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:59:21.000Z||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-06-11T00:59:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:59:21.001Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T00:59:21.001Z||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-06-11T00:59:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T00:59:30.551Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T00:59:30.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:00:20.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:00:21.000Z||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-06-11T01:00:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:00:21.001Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:00:21.001Z||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-06-11T01:00:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:00:30.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:00:30.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:01:20.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:01:21.000Z||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-06-11T01:01:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:01:21.001Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:01:21.001Z||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-06-11T01:01:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:01:30.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:01:30.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:02:20.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:02:21.000Z||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-06-11T01:02:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:02:21.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:02:21.001Z||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-06-11T01:02:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:02:30.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:02:30.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:20.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:03:21.000Z||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-06-11T01:03:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:03:21.001Z||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-06-11T01:03:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:21.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:21.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e8710d9-a365-4bfe-a7ac-75afc3b5291d","serviceName":"vFW 2021-06-11 01-00-20","serviceVersion":"1.0","serviceUUID":"fc5db5c9-d70e-43a9-ac0b-1d18376b3893","serviceDescription":"catalog service description","serviceInvariantUUID":"087f56e0-12c7-4a20-b09d-1a47a7c15f4a","resources":[{"resourceInstanceName":"vFW 07c1240f-9635 0","resourceName":"vFW 07c1240f-9635","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"78163e5c-63b3-45f4-bbc5-3e6f2287144c","resourceInvariantUUID":"dcf649c3-511c-40d4-a707-4cdd1d8df003","resourceCustomizationUUID":"c98e0606-d937-4f3c-bf57-62fc906ef6d4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vf-license-model.xml","artifactChecksum":"MGQ0M2VkMTlhYmZiZjcyYzdkMzVmNzljMWE5MzEwZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8e478e7-1493-4e7a-8f3f-6f530f70f2cf","artifactVersion":"1"},{"artifactName":"vfw07c1240f96350_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json","artifactChecksum":"OGI5ODQ3MzBkMWY1OGFhOWI0NWIxMzQxOTgyZDM3YTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d819ccb-a737-44d1-a5ad-ca176ae90515","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f555e77e-1138-476b-b7fb-23b1d93afe27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vendor-license-model.xml","artifactChecksum":"YzkxMDEwMTdmM2M2NzQxZGE5ZDVkZGE5ZmIwYjRkMTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f7acc92-9241-49d2-91bd-398a2b7bb006","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7301a1c6-a755-443f-a93f-266eebf215ad","artifactVersion":"2","generatedFromUUID":"f555e77e-1138-476b-b7fb-23b1d93afe27"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210611010020-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-template.yml","artifactChecksum":"Y2ZlZjdhM2UxMWQyZDJhNzlmYzhjNzBmYjEyMGNhZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3f7cc09-f31f-4a6c-a904-82961ac7fd05","artifactVersion":"1"},{"artifactName":"service-Vfw20210611010020-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar","artifactChecksum":"ZDI3NGJmNTI3MjVhZTYwMGY2NGU4ZDExZGVkMjE4NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5c15946-c373-44ce-9086-12639a8ce59d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-11T01:03:21.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:21.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373359892, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.691Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:03:21.698Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:03:21.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-k8s-id", "timestamp": 1623373356904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373359892, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-k8s-id", "timestamp": 1623373356904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "NOTIFIED" } 2021-06-11T01:03:21.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "dcae-sch", "timestamp": 1623373364493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373359892, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-k8s-id", "timestamp": 1623373356904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-11T01:03:21.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "policy-id", "timestamp": 1623373365204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "ves-openapi-manager", "timestamp": 1623373365286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "dcae-sch", "timestamp": 1623373364493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373359892, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-k8s-id", "timestamp": 1623373356904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "policy-id", "timestamp": 1623373365204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "ves-openapi-manager", "timestamp": 1623373365286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "dcae-sch", "timestamp": 1623373364493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373359892, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.708Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:03:21.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.708Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373400999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-k8s-id", "timestamp": 1623373356904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-11T01:03:21.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "policy-id", "timestamp": 1623373365204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-11T01:03:21.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "ves-openapi-manager", "timestamp": 1623373365286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "dcae-sch", "timestamp": 1623373364493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "cds", "timestamp": 1623373367769, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373359892, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-k8s-id", "timestamp": 1623373356904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "policy-id", "timestamp": 1623373365204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "ves-openapi-manager", "timestamp": 1623373365286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "dcae-sch", "timestamp": 1623373364493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "cds", "timestamp": 1623373367769, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373359892, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:03:21.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-k8s-id", "timestamp": 1623373356904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:03:21.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "policy-id", "timestamp": 1623373365204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "ves-openapi-manager", "timestamp": 1623373365286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.713Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "dcae-sch", "timestamp": 1623373364493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.713Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373369659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.713Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "cds", "timestamp": 1623373367769, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "policy-id", "timestamp": 1623373365204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "ves-openapi-manager", "timestamp": 1623373365286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "dcae-sch", "timestamp": 1623373364493, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373369659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "NOTIFIED" } 2021-06-11T01:03:21.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "cds", "timestamp": 1623373367769, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "policy-id", "timestamp": 1623373365204, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:03:21.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "ves-openapi-manager", "timestamp": 1623373365286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373369659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-11T01:03:21.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "cds", "timestamp": 1623373367769, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373369659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "cds", "timestamp": 1623373367769, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373373626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:21.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:21.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-k8s-id", "timestamp": 1623373373657, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:21.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:21.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-windriver-id", "timestamp": 1623373373026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373369659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-11T01:03:21.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "cds", "timestamp": 1623373367769, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:03:21.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-windriver-id", "timestamp": 1623373373026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "NOTIFIED" } 2021-06-11T01:03:21.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "policy-id", "timestamp": 1623373375167, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:21.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:21.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373369659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-windriver-id", "timestamp": 1623373373026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-11T01:03:21.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "policy-id", "timestamp": 1623373376173, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:03:21.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:21.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373369659, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:03:21.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-k8s-id", "timestamp": 1623373376509, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:21.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:21.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-windriver-id", "timestamp": 1623373373026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "cds", "timestamp": 1623373376810, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:21.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:21.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "policy-id", "timestamp": 1623373377175, "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-06-11T01:03:21.808Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-06-11T01:03:21.816Z||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-06-11T01:03:21.816Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:21.828Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:21.829Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-11T01:03:21.938Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 2021-06-11T01:03:21.957Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 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-06-11T01:03:21.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-windriver-id", "timestamp": 1623373373026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-11T01:03:21.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373377753, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:21.974Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:21.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "cds", "timestamp": 1623373377851, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-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-06-11T01:03:21.988Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 2021-06-11T01:03:21.989Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 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-06-11T01:03:21.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-k8s-id", "timestamp": 1623373378160, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:21.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:21.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-windriver-id", "timestamp": 1623373373026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:21.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373378720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:03:21.998Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:21.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373379140, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:21.998Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:21.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-windriver-id", "timestamp": 1623373373026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:03:21.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:21.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:21.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373379724, "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-06-11T01:03:22.003Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 2021-06-11T01:03:22.003Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 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-06-11T01:03:22.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-k8s-id", "timestamp": 1623373379875, "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-06-11T01:03:22.013Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 2021-06-11T01:03:22.013Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 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-06-11T01:03:22.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373380482, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:22.021Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:22.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-k8s-id", "timestamp": 1623373380879, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:03:22.022Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:22.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-windriver-id", "timestamp": 1623373380923, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:22.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:22.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373381486, "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-06-11T01:03:22.027Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 2021-06-11T01:03:22.027Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 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-06-11T01:03:22.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-windriver-id", "timestamp": 1623373382133, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:22.032Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:22.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373382490, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:03:22.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:22.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-windriver-id", "timestamp": 1623373383310, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:22.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:22.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "clamp", "timestamp": 1623373383062, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:22.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:22.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "aai-ml", "timestamp": 1623373383527, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:22.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:22.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-windriver-id", "timestamp": 1623373384319, "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-06-11T01:03:22.039Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 2021-06-11T01:03:22.039Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 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-06-11T01:03:22.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "clamp", "timestamp": 1623373383062, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "NOTIFIED" } 2021-06-11T01:03:22.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:22.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "aai-ml", "timestamp": 1623373383527, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:22.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:22.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "multicloud-windriver-id", "timestamp": 1623373385324, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:03:22.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:22.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "clamp", "timestamp": 1623373383062, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:22.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:22.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "aai-ml", "timestamp": 1623373383527, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:22.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:22.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "clamp", "timestamp": 1623373383062, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:22.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:22.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "aai-ml", "timestamp": 1623373383527, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:22.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:22.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "clamp", "timestamp": 1623373383062, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:22.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:22.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "aai-ml", "timestamp": 1623373383527, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:22.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:22.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "clamp", "timestamp": 1623373383062, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:22.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:22.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "aai-ml", "timestamp": 1623373383527, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:22.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:22.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "clamp", "timestamp": 1623373383062, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:03:22.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:22.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "aai-ml", "timestamp": 1623373383527, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:03:22.052Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:03:22.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:03:22.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "aai-ml", "timestamp": 1623373393782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:22.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:03:22.714Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:03:22.715Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:03:22.716Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:03:22.716Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373400999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "NOTIFIED" } 2021-06-11T01:03:22.817Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-11T01:03:22.818Z||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-06-11T01:03:22.818Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:22.830Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:22.831Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:03:23.717Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:03:23.718Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:03:23.720Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:03:23.720Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373400999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-11T01:03:23.820Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:03:23.821Z||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-06-11T01:03:23.821Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:23.832Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:23.832Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:03:24.720Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:03:24.721Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:03:24.722Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:03:24.723Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373400999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:24.823Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:03:24.824Z||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-06-11T01:03:24.824Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:24.835Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:24.836Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:03:25.723Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:03:25.724Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:03:25.725Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:03:25.726Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373400999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-11T01:03:25.826Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:03:25.827Z||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-06-11T01:03:25.827Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:25.838Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:25.838Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-11T01:03:26.726Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:03:26.727Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:03:26.729Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:03:26.729Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373400999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:03:26.829Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:03:26.830Z||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-06-11T01:03:26.830Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:26.840Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:26.841Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:03:27.730Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:03:27.730Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:03:27.732Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:03:27.732Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373400999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:03:27.832Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:03:27.833Z||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-06-11T01:03:27.833Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:27.844Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:27.845Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:03:28.733Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "serviceName": "vFW 2021-06-11 01-00-20", "serviceVersion": "1.0", "serviceUUID": "fc5db5c9-d70e-43a9-ac0b-1d18376b3893", "serviceDescription": "catalog service description", "serviceInvariantUUID": "087f56e0-12c7-4a20-b09d-1a47a7c15f4a", "resources": [ { "resourceInstanceName": "vFW 07c1240f-9635 0", "resourceCustomizationUUID": "c98e0606-d937-4f3c-bf57-62fc906ef6d4", "resourceName": "vFW 07c1240f-9635", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "78163e5c-63b3-45f4-bbc5-3e6f2287144c", "resourceInvariantUUID": "dcf649c3-511c-40d4-a707-4cdd1d8df003", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw07c1240f96350_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "artifactChecksum": "OGI5ODQ3MzBkMWY1OGFhOWI0NWIxMzQxOTgyZDM3YTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7d819ccb-a737-44d1-a5ad-ca176ae90515", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f555e77e-1138-476b-b7fb-23b1d93afe27", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7301a1c6-a755-443f-a93f-266eebf215ad", "generatedFromUUID": "f555e77e-1138-476b-b7fb-23b1d93afe27" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7301a1c6-a755-443f-a93f-266eebf215ad", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210611010020-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "artifactChecksum": "ZDI3NGJmNTI3MjVhZTYwMGY2NGU4ZDExZGVkMjE4NjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a5c15946-c373-44ce-9086-12639a8ce59d" } ], "workloadContext": "Production" } 2021-06-11T01:03:28.734Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-11T01:03:28.734Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fc5db5c9-d70e-43a9-ac0b-1d18376b3893 ASDC 2021-06-11T01:03:28.837Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:4e8710d9-a365-4bfe-a7ac-75afc3b5291d ServiceName:vFW 2021-06-11 01-00-20 ServiceVersion:1.0 ServiceUUID:fc5db5c9-d70e-43a9-ac0b-1d18376b3893 ServiceInvariantUUID:087f56e0-12c7-4a20-b09d-1a47a7c15f4a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210611010020-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar ArtifactUUID:a5c15946-c373-44ce-9086-12639a8ce59d ArtifactChecksum:ZDI3NGJmNTI3MjVhZTYwMGY2NGU4ZDExZGVkMjE4NjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 07c1240f-9635 0 ResourceCustomizationUUID:c98e0606-d937-4f3c-bf57-62fc906ef6d4 ResourceInvariantUUID:dcf649c3-511c-40d4-a707-4cdd1d8df003 ResourceName:vFW 07c1240f-9635 ResourceType:VF ResourceUUID:78163e5c-63b3-45f4-bbc5-3e6f2287144c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw07c1240f96350_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json ArtifactUUID:7d819ccb-a737-44d1-a5ad-ca176ae90515 ArtifactChecksum:OGI5ODQ3MzBkMWY1OGFhOWI0NWIxMzQxOTgyZDM3YTc= 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/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml ArtifactUUID:f555e77e-1138-476b-b7fb-23b1d93afe27 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env ArtifactUUID:7301a1c6-a755-443f-a93f-266eebf215ad ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env ArtifactUUID:7301a1c6-a755-443f-a93f-266eebf215ad ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-11T01:03:28.861Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc5db5c9-d70e-43a9-ac0b-1d18376b3893 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-06-11T01:03:28.910Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-11T01:03:28.910Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-06-11T01:03:28.911Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-06-11T01:03:28.911Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a5c15946-c373-44ce-9086-12639a8ce59d from URL: /sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:28.911Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-06-11T01:03:28.912Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:29.309Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-11T01:03:29.336Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar a5c15946-c373-44ce-9086-12639a8ce59d 110232 2021-06-11T01:03:29.337Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar ASDC sendASDCNotification 2021-06-11T01:03:29.337Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:29.339Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:03:29.340Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:03:29.341Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:03:29.341Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373409336, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:29.442Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-11T01:03:29.442Z||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-06-11T01:03:29.442Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:29.453Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:29.453Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:03:30.342Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-11T01:03:30.343Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-06-11T01:03:30.344Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a5c15946-c373-44ce-9086-12639a8ce59d, URL: /sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar to file: /app/ASDC/1/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:30.344Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210611010020-csar.csar 2021-06-11T01:03:30.519Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:30.519Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:31.324Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8006183502929661257/Definitions/service-Vfw20210611010020-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_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-06-11T01:03:33.661Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-11T01:03:33.665Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-06-11T01:03:33.665Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:33.665Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-06-11T01:03:33.665Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||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-Vfw20210611010020-csar.csar 2021-06-11T01:03:33.665Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||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-Vfw20210611010020-csar.csar 2021-06-11T01:03:33.665Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:33.666Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:33.666Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:33.666Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||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-Vfw20210611010020-csar.csar 2021-06-11T01:03:33.666Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:33.666Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:33.666Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:33.666Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:33.666Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:33.666Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 07c1240f-9635 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-Vfw20210611010020-csar.csar 2021-06-11T01:03:33.666Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 07c1240f-9635 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:33.666Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:33.666Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-06-11T01:03:33.672Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:33.673Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:03:33.676Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is matching search criteria 2021-06-11T01:03:33.677Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-11T01:03:33.678Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07c1240f-9635 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-11T01:03:33.679Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:33.680Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:03:33.680Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is matching search criteria 2021-06-11T01:03:33.680Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-11T01:03:33.680Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07c1240f-9635 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-11T01:03:33.680Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:33.680Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:03:33.683Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:33.683Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is not matching search criteria 2021-06-11T01:03:33.683Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-11T01:03:33.684Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-11T01:03:33.684Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-11T01:03:33.684Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-11T01:03:33.684Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-11T01:03:33.684Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-11T01:03:33.684Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-11T01:03:33.684Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-11T01:03:33.684Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-11T01:03:33.685Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-11T01:03:33.685Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-11T01:03:33.685Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-11T01:03:33.685Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-11T01:03:33.685Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-11T01:03:33.685Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-11T01:03:33.685Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-11T01:03:33.685Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:33.685Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-11T01:03:33.686Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:33.687Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is matching search criteria 2021-06-11T01:03:33.687Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07c1240f-9635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:03:33.687Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:33.687Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is matching search criteria 2021-06-11T01:03:33.687Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07c1240f-9635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:03:33.687Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:33.688Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is matching search criteria 2021-06-11T01:03:33.688Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07c1240f-9635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:03:33.688Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:33.688Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is not matching search criteria 2021-06-11T01:03:33.688Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-11T01:03:33.688Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-11T01:03:33.688Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-06-11T01:03:33.688Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-11T01:03:33.689Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-11T01:03:33.689Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-11T01:03:33.689Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-11T01:03:33.689Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-11T01:03:33.689Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-11T01:03:33.689Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-11T01:03:33.689Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-11T01:03:33.689Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d7680f51-8c2d-4d38-a3dc-f8bf90448618 2021-06-11T01:03:33.689Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:33.690Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is not matching search criteria 2021-06-11T01:03:33.690Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-11T01:03:33.690Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-11T01:03:33.690Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-11T01:03:33.690Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-11T01:03:33.690Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-11T01:03:33.690Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-11T01:03:33.690Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-11T01:03:33.690Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-06-11T01:03:33.691Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-11T01:03:33.691Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-11T01:03:33.691Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-11T01:03:33.691Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-11T01:03:33.691Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c723ab0f-868e-491c-abea-3315234d771e 2021-06-11T01:03:33.691Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:33.691Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is not matching search criteria 2021-06-11T01:03:33.691Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-11T01:03:33.691Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-11T01:03:33.692Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-11T01:03:33.692Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-11T01:03:33.692Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-11T01:03:33.692Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-11T01:03:33.692Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-11T01:03:33.692Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-11T01:03:33.692Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-11T01:03:33.692Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-11T01:03:33.692Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-11T01:03:33.692Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-06-11T01:03:33.693Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=708c000b-990f-4f63-8640-ab3e012d77ae 2021-06-11T01:03:33.693Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:33.693Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:03:33.693Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:33.693Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:03:33.693Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:33.694Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:03:33.694Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:33.694Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:03:33.694Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-06-11 01-00-20 Description:catalog service description Model UUID:fc5db5c9-d70e-43a9-ac0b-1d18376b3893 Model Version:NULL Model InvariantUuid:087f56e0-12c7-4a20-b09d-1a47a7c15f4a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 07c1240f-9635 Model UUID:45d8e49d-3b61-442d-bc21-4a680b531844 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:dcf649c3-511c-40d4-a707-4cdd1d8df003 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c98e0606-d937-4f3c-bf57-62fc906ef6d4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:34bc2f58-ae7b-4f6d-9d25-9396357bf855 ModelName:Vfw07c1240f9635..base_vfw..module-0 ModelUuid:a8e738cd-c271-4d07-b2b0-e7e0ac6ff98e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d7680f51-8c2d-4d38-a3dc-f8bf90448618 ModelInvariantUuid:164d1b34-a18d-48dd-8bbb-5c5097baa693 ModelName:vFW 07c1240f-9635-nodes.vfwCvfc ModelUuid:5962518c-73b7-47f5-9f14-ceb6f733c979 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:0e0a3adc-d51e-4717-8433-aa4d487df395 ModelInvariantUuid:a5938a76-b744-42b4-88ec-1ca1b8c66698 ModelName:Vfw07c1240f9635.compute.nodes.heat.vfw ModelUuid:717c8109-fb2e-4314-9dff-4f59e8d50057 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c723ab0f-868e-491c-abea-3315234d771e ModelInvariantUuid:9a182304-bfc6-47e5-8cdf-8b1dd99ac591 ModelName:vFW 07c1240f-9635-nodes.vsnCvfc ModelUuid:c377d512-d9f2-4bc1-b3c3-f68454bed38f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:3c30d13e-281f-4664-9b0a-45c868cb56e5 ModelInvariantUuid:6194d9ad-da54-40c6-b8d5-f98c26fab31b ModelName:Vfw07c1240f9635.compute.nodes.heat.vsn ModelUuid:c07c3d2b-4d9d-4fff-8ab0-768134c99a9e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:708c000b-990f-4f63-8640-ab3e012d77ae ModelInvariantUuid:02dbad5d-561b-4089-8cc6-60ee69003fad ModelName:vFW 07c1240f-9635-nodes.vpgCvfc ModelUuid:506352cc-792e-4337-9409-2f4be5489ed5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:2d301843-506f-40e9-a1a0-4422484cbcb4 ModelInvariantUuid:c6adbc67-1b3f-49fc-84d9-1043f4574d4a ModelName:Vfw07c1240f9635.compute.nodes.heat.vpg ModelUuid:475bcce8-1882-42ef-a069-9c303bde41e1 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-06-11T01:03:33.706Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 78163e5c-63b3-45f4-bbc5-3e6f2287144c 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-06-11T01:03:33.863Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||vFW 07c1240f-9635 0 2021-06-11T01:03:33.870Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 78163e5c-63b3-45f4-bbc5-3e6f2287144c 2021-06-11T01:03:33.870Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7d819ccb-a737-44d1-a5ad-ca176ae90515 from URL: /sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json 2021-06-11T01:03:33.870Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-06-11T01:03:33.871Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json 2021-06-11T01:03:35.383Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-11T01:03:35.383Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json 7d819ccb-a737-44d1-a5ad-ca176ae90515 785 2021-06-11T01:03:35.383Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json ASDC sendASDCNotification 2021-06-11T01:03:35.384Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json 2021-06-11T01:03:35.384Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:03:35.384Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:03:35.386Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:03:35.386Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373415383, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:35.486Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:03:35.487Z||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-06-11T01:03:35.487Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:35.499Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:35.499Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:03:36.387Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw07c1240f9635..base_vfw..module-0", "vfModuleModelInvariantUUID": "34bc2f58-ae7b-4f6d-9d25-9396357bf855", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a8e738cd-c271-4d07-b2b0-e7e0ac6ff98e", "vfModuleModelCustomizationUUID": "73e135ea-3d65-47f3-bda9-2d770f79790d", "isBase": true, "artifacts": [ "f555e77e-1138-476b-b7fb-23b1d93afe27", "7301a1c6-a755-443f-a93f-266eebf215ad" ], "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-06-11T01:03:36.405Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw07c1240f9635..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a8e738cd-c271-4d07-b2b0-e7e0ac6ff98e VfModuleModelInvariantUUID:34bc2f58-ae7b-4f6d-9d25-9396357bf855 VfModuleModelDescription:NULL Artifacts UUID List:{ f555e77e-1138-476b-b7fb-23b1d93afe27 , 7301a1c6-a755-443f-a93f-266eebf215ad } 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-06-11T01:03:36.408Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw07c1240f9635..base_vfw..module-0", "vfModuleModelInvariantUUID": "34bc2f58-ae7b-4f6d-9d25-9396357bf855", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a8e738cd-c271-4d07-b2b0-e7e0ac6ff98e", "vfModuleModelCustomizationUUID": "73e135ea-3d65-47f3-bda9-2d770f79790d", "isBase": true, "artifacts": [ "f555e77e-1138-476b-b7fb-23b1d93afe27", "7301a1c6-a755-443f-a93f-266eebf215ad" ], "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-06-11T01:03:36.408Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw07c1240f9635..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a8e738cd-c271-4d07-b2b0-e7e0ac6ff98e VfModuleModelInvariantUUID:34bc2f58-ae7b-4f6d-9d25-9396357bf855 VfModuleModelDescription:NULL Artifacts UUID List:{ f555e77e-1138-476b-b7fb-23b1d93afe27 , 7301a1c6-a755-443f-a93f-266eebf215ad } 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-06-11T01:03:36.408Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f555e77e-1138-476b-b7fb-23b1d93afe27 from URL: /sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml 2021-06-11T01:03:36.408Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-06-11T01:03:36.408Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml 2021-06-11T01:03:37.693Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-11T01:03:37.694Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml f555e77e-1138-476b-b7fb-23b1d93afe27 20368 2021-06-11T01:03:37.695Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-06-11T01:03:37.695Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml 2021-06-11T01:03:37.695Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:03:37.695Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:03:37.696Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:03:37.696Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373417695, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:37.797Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-11T01:03:37.797Z||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-06-11T01:03:37.797Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:37.811Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:37.811Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:03:38.697Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7301a1c6-a755-443f-a93f-266eebf215ad from URL: /sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env 2021-06-11T01:03:38.697Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-06-11T01:03:38.698Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env 2021-06-11T01:03:39.295Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-11T01:03:39.295Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env 7301a1c6-a755-443f-a93f-266eebf215ad 2098 2021-06-11T01:03:39.296Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env ASDC sendASDCNotification 2021-06-11T01:03:39.296Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env 2021-06-11T01:03:39.296Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:03:39.296Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:03:39.298Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:03:39.298Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373419296, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:03:39.398Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:03:39.399Z||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-06-11T01:03:39.399Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:39.410Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:39.411Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:03:40.298Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: fc5db5c9-d70e-43a9-ac0b-1d18376b3893 2021-06-11T01:03:40.299Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 07c1240f-9635 0 78163e5c-63b3-45f4-bbc5-3e6f2287144c 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-06-11T01:03:40.332Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.332Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:03:40.333Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2021-06-11T01:03:40.333Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c98e0606-d937-4f3c-bf57-62fc906ef6d4 2021-06-11T01:03:40.333Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c98e0606-d937-4f3c-bf57-62fc906ef6d4 matches Tosca VF Customization UUID: c98e0606-d937-4f3c-bf57-62fc906ef6d4 2021-06-11T01:03:40.333Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c98e0606-d937-4f3c-bf57-62fc906ef6d4 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-06-11T01:03:40.339Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.339Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:03:40.340Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c98e0606-d937-4f3c-bf57-62fc906ef6d4: {\"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-06-11T01:03:40.340Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2044a04d 2021-06-11T01:03:40.341Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.341Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-11T01:03:40.341Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 73e135ea-3d65-47f3-bda9-2d770f79790d 2021-06-11T01:03:40.342Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 73e135ea-3d65-47f3-bda9-2d770f79790d 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-06-11T01:03:40.347Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.348Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is matching search criteria 2021-06-11T01:03:40.348Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07c1240f-9635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:03:40.349Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.349Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is matching search criteria 2021-06-11T01:03:40.349Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07c1240f-9635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:03:40.349Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.350Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is not matching search criteria 2021-06-11T01:03:40.350Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-11T01:03:40.350Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-11T01:03:40.350Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-06-11T01:03:40.350Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-11T01:03:40.351Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-11T01:03:40.351Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-11T01:03:40.351Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-11T01:03:40.351Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-11T01:03:40.351Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-11T01:03:40.352Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-11T01:03:40.352Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-11T01:03:40.352Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d7680f51-8c2d-4d38-a3dc-f8bf90448618 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-06-11T01:03:40.358Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.359Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is matching search criteria 2021-06-11T01:03:40.359Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07c1240f-9635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:03:40.359Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.359Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is not matching search criteria 2021-06-11T01:03:40.360Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-11T01:03:40.360Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-11T01:03:40.360Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-11T01:03:40.360Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-11T01:03:40.360Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-11T01:03:40.361Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-11T01:03:40.361Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-11T01:03:40.361Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-06-11T01:03:40.361Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-11T01:03:40.361Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-11T01:03:40.362Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-11T01:03:40.362Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-11T01:03:40.362Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c723ab0f-868e-491c-abea-3315234d771e 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-06-11T01:03:40.364Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.364Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is matching search criteria 2021-06-11T01:03:40.365Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07c1240f-9635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:03:40.367Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.367Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is not matching search criteria 2021-06-11T01:03:40.367Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-11T01:03:40.368Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-11T01:03:40.368Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-11T01:03:40.368Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-11T01:03:40.368Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-11T01:03:40.368Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-11T01:03:40.369Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-11T01:03:40.369Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-11T01:03:40.369Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-11T01:03:40.369Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-11T01:03:40.369Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-11T01:03:40.369Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-06-11T01:03:40.370Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=708c000b-990f-4f63-8640-ab3e012d77ae 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-06-11T01:03:40.372Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.372Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is matching search criteria 2021-06-11T01:03:40.373Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07c1240f-9635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:03:40.373Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.373Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Node template vFW 07c1240f-9635 0 is matching search criteria 2021-06-11T01:03:40.373Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 07c1240f-9635 0] matching following query criteria: sdcType=VF, customizationUUID=c98e0606-d937-4f3c-bf57-62fc906ef6d4 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-06-11T01:03:40.375Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.375Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:03:40.376Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid fc5db5c9-d70e-43a9-ac0b-1d18376b3893: vFW 07c1240f-9635 2021-06-11T01:03:40.376Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.376Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:03:40.376Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.376Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:03:40.377Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.377Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:03:40.377Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.377Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:03:40.377Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:03:40.378Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-06-11 01-00-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:03:40.378Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-06-11 01-00-20 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-06-11T01:03:40.629Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 07c1240f-9635 78163e5c-63b3-45f4-bbc5-3e6f2287144c 1 ASDC deployResourceStructure 2021-06-11T01:03:40.629Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json ASDC sendASDCNotification 2021-06-11T01:03:40.629Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json 2021-06-11T01:03:40.629Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:03:40.630Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:03:40.631Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:03:40.631Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373420629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:03:40.731Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-11T01:03:40.732Z||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-06-11T01:03:40.732Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:40.744Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:40.744Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:03:41.632Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-06-11T01:03:41.633Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml 2021-06-11T01:03:41.633Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:03:41.633Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:03:41.635Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:03:41.635Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373421632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-06-11T01:03:41.735Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:03:41.736Z||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-06-11T01:03:41.736Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:41.748Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:41.748Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:03:42.636Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env ASDC sendASDCNotification 2021-06-11T01:03:42.636Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env 2021-06-11T01:03:42.636Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:03:42.637Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:03:42.638Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:03:42.638Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373422636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-06-11T01:03:42.739Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:03:42.739Z||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-06-11T01:03:42.740Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:42.749Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:42.749Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:03:43.639Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar ASDC sendASDCNotification 2021-06-11T01:03:43.640Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar 2021-06-11T01:03:43.640Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:03:43.641Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:03:43.642Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:03:43.642Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373423639, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:03:43.742Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-11T01:03:43.743Z||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-06-11T01:03:43.743Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:03:43.755Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:03:43.755Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:03:44.643Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e8710d9-a365-4bfe-a7ac-75afc3b5291d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:03:44.655Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e8710d9-a365-4bfe-a7ac-75afc3b5291d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:03:44.657Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:03:44.657Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:03:44.657Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:04:14.658Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e8710d9-a365-4bfe-a7ac-75afc3b5291d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:04:14.668Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e8710d9-a365-4bfe-a7ac-75afc3b5291d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:04:14.670Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:04:14.670Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:04:14.671Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:04:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:04:21.001Z||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-06-11T01:04:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:04:21.126Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:04:21.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:04:21.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373400999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:04:21.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:04:44.671Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e8710d9-a365-4bfe-a7ac-75afc3b5291d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:04:44.679Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e8710d9-a365-4bfe-a7ac-75afc3b5291d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:04:44.682Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:04:44.682Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:04:44.682Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:05:14.682Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e8710d9-a365-4bfe-a7ac-75afc3b5291d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:05:14.692Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e8710d9-a365-4bfe-a7ac-75afc3b5291d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:05:14.694Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:05:14.694Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:05:14.694Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:05:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:05:21.001Z||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-06-11T01:05:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:05:21.526Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:05:21.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373400999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "NOTIFIED" } 2021-06-11T01:05:21.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:05:21.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373400999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-11T01:05:21.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:05:21.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373400999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:05:21.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:05:21.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "clamp", "timestamp": 1623373405007, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:05:21.529Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:05:21.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "aai-ml", "timestamp": 1623373405293, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:05:21.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:05:21.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373400999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-11T01:05:21.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:05:21.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "aai-ml", "timestamp": 1623373406297, "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-06-11T01:05:21.535Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 2021-06-11T01:05:21.535Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 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-06-11T01:05:21.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373400999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:05:21.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:05:21.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "clamp", "timestamp": 1623373407016, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:05:21.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:05:21.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373400999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:05:21.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-11T01:05:21.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "clamp", "timestamp": 1623373408021, "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-06-11T01:05:21.547Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 2021-06-11T01:05:21.547Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 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-06-11T01:05:21.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373409336, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:05:21.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:05:21.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373415383, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:05:21.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:05:21.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373417695, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:05:21.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:05:21.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373419296, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:05:21.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:05:21.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373420629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/vfw07c1240f96350_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:05:21.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:05:21.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373421632, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-06-11T01:05:21.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:05:21.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373422636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/resourceInstances/vfw07c1240f96350/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-06-11T01:05:21.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:05:21.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:05:21.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373423639, "artifactURL": "/sdc/v1/catalog/services/Vfw20210611010020/1.0/artifacts/service-Vfw20210611010020-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:05:21.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:05:44.694Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e8710d9-a365-4bfe-a7ac-75afc3b5291d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:05:44.703Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e8710d9-a365-4bfe-a7ac-75afc3b5291d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:05:44.705Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:05:44.705Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-11T01:05:44.705Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-11T01:05:44.705Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-11T01:05:44.705Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:05:44.705Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:05:44.705Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:05:44.705Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:05:44.705Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:05:44.706Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:05:44.706Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-11T01:05:44.709Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-11T01:06:14.709Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e8710d9-a365-4bfe-a7ac-75afc3b5291d 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-06-11T01:06:14.716Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e8710d9-a365-4bfe-a7ac-75afc3b5291d and serviceModelVersionId: fc5db5c9-d70e-43a9-ac0b-1d18376b3893 2021-06-11T01:06:14.716Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 087f56e0-12c7-4a20-b09d-1a47a7c15f4a 2021-06-11T01:06:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:06:21.002Z||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-06-11T01:06:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:06:30.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:06:32.510Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/087f56e0-12c7-4a20-b09d-1a47a7c15f4a/model-vers/model-ver/fc5db5c9-d70e-43a9-ac0b-1d18376b3893?depth=0 2021-06-11T01:06:32.633Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-06-11T01:06:33.221Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/087f56e0-12c7-4a20-b09d-1a47a7c15f4a/model-vers/model-ver/fc5db5c9-d70e-43a9-ac0b-1d18376b3893?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-06-11T01:06:33.225Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/087f56e0-12c7-4a20-b09d-1a47a7c15f4a/model-vers/model-ver/fc5db5c9-d70e-43a9-ac0b-1d18376b3893?depth=0|INFO|500||Invoke 2021-06-11T01:06:33.329Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/087f56e0-12c7-4a20-b09d-1a47a7c15f4a/model-vers/model-ver/fc5db5c9-d70e-43a9-ac0b-1d18376b3893?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-11T01:06:34.206Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/087f56e0-12c7-4a20-b09d-1a47a7c15f4a/model-vers/model-ver/fc5db5c9-d70e-43a9-ac0b-1d18376b3893?depth=0|INFO|500||InvokeReturn 2021-06-11T01:06:34.206Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/087f56e0-12c7-4a20-b09d-1a47a7c15f4a/model-vers/model-ver/fc5db5c9-d70e-43a9-ac0b-1d18376b3893?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210611-01:06:33:339-95660], vertex-id=[233720], Content-Length=[0], Date=[Fri, 11 Jun 2021 01:06:33 GMT], Content-Type=[application/json]} 2021-06-11T01:06:34.207Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2021-06-11T01:06:34.210Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-11T01:06:34.210Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||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-06-11T01:06:34.215Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-11T01:06:34.223Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e8710d9-a365-4bfe-a7ac-75afc3b5291d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-11T01:06:34.223Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-11T01:06:34.223Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:06:34.225Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:06:34.225Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373594223, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-11T01:06:34.325Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:06:34.326Z||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-06-11T01:06:34.326Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:06:34.338Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:06:34.339Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-11T01:06:35.241Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:06:35.242Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|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-06-11T01:06:35.242Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:06:45.446Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:06:45.446Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:06:45.447Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|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-06-11T01:06:45.447Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:06:54.992Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:06:54.993Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:06:54.993Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|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-06-11T01:06:54.993Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:07:04.536Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:07:20.999Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:07:21.000Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|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-06-11T01:07:21.000Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:07:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:07:21.002Z||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-06-11T01:07:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:07:21.629Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:07:21.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:07:21.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e8710d9-a365-4bfe-a7ac-75afc3b5291d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373594223, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-11T01:07:21.630Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:07:30.543Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:08:20.999Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:08:21.000Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|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-06-11T01:08:21.000Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:08:21.001Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:08:21.002Z||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-06-11T01:08:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:08:30.551Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:08:30.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:09:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:09:21.000Z||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-06-11T01:09:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:09:21.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:09:21.001Z||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-06-11T01:09:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:09:30.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:09:30.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:10:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:10:21.000Z||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-06-11T01:10:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:10:21.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:10:21.001Z||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-06-11T01:10:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:10:30.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:10:30.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:11:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:11:21.000Z||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-06-11T01:11:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:11:21.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:11:21.001Z||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-06-11T01:11:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:11:30.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:11:30.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:12:20.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:12:21.000Z||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-06-11T01:12:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:12:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:12:21.001Z||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-06-11T01:12:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:12:21.134Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:12:21.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "multicloud-windriver-id", "timestamp": 1623373933026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:12:21.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:12:21.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373929659, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:12:21.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:12:21.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "ves-openapi-manager", "timestamp": 1623373925286, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:12:21.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:12:21.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "policy-id", "timestamp": 1623373925205, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:12:21.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:12:21.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373929892, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:12:21.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:12:21.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373929659, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:12:21.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:12:21.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "multicloud-windriver-id", "timestamp": 1623373933026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:12:21.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:12:21.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "ves-openapi-manager", "timestamp": 1623373925286, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:12:21.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:12:21.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "policy-id", "timestamp": 1623373925205, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:12:21.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:12:21.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373929892, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:12:21.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:12:21.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "policy-id", "timestamp": 1623373937305, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:12:21.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:12:21.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373937408, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:12:21.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:12:21.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "multicloud-k8s-id", "timestamp": 1623373936904, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:12:21.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:12:21.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "policy-id", "timestamp": 1623373938308, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:12:21.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:12:21.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "cds", "timestamp": 1623373937769, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:12:21.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:12:21.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "multicloud-k8s-id", "timestamp": 1623373936904, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:12:21.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:12:21.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373939014, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:12:21.139Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:12:21.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "policy-id", "timestamp": 1623373939310, "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-06-11T01:12:21.154Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d43c01ed-6028-4b82-827b-85b195de3ff4 2021-06-11T01:12:21.154Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43c01ed-6028-4b82-827b-85b195de3ff4 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-06-11T01:12:21.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "cds", "timestamp": 1623373937769, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:12:21.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:12:21.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373940018, "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-06-11T01:12:21.165Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d43c01ed-6028-4b82-827b-85b195de3ff4 2021-06-11T01:12:21.165Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43c01ed-6028-4b82-827b-85b195de3ff4 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-06-11T01:12:21.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:12:21.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:12:21.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d43c01ed-6028-4b82-827b-85b195de3ff4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e42e113b-9452-45a3-9012-42e2fb2e1e95","serviceDescription":"service","serviceInvariantUUID":"5edfe8e1-7631-4ceb-b6d2-66b4ff9b6f38","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d4997b85-66dd-4020-8e0a-a044689d2140","resourceInvariantUUID":"af64e478-082c-4d09-961f-8d34d13ee23a","resourceCustomizationUUID":"0893018a-1a1c-4fe5-a9aa-d7cf8ebd1a6d","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":"MGFiYzI3YTMwMzc3NGM2YThjYjc5MWFlZmE4N2MxODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f204491-6b3c-45ff-836a-2095f542ada5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDA1ZjFhNzQyYTM4OTk2YzlmZjE3OWUyMGM1NTIyYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f320c511-9b49-44e8-bd57-e6a616230f26","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-11T01:12:21.633Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:12:21.633Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:12:21.635Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:12:21.635Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373940999, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:12:21.735Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:12:21.736Z||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-06-11T01:12:21.736Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:12:21.747Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:12:21.748Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-06-11T01:12:22.635Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:12:22.636Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:12:22.638Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:12:22.638Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373940999, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:12:22.738Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:12:22.739Z||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-06-11T01:12:22.739Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:12:22.750Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:12:22.750Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:12:23.639Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e42e113b-9452-45a3-9012-42e2fb2e1e95", "serviceDescription": "service", "serviceInvariantUUID": "5edfe8e1-7631-4ceb-b6d2-66b4ff9b6f38", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "0893018a-1a1c-4fe5-a9aa-d7cf8ebd1a6d", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "d4997b85-66dd-4020-8e0a-a044689d2140", "resourceInvariantUUID": "af64e478-082c-4d09-961f-8d34d13ee23a", "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": "ZDA1ZjFhNzQyYTM4OTk2YzlmZjE3OWUyMGM1NTIyYmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f320c511-9b49-44e8-bd57-e6a616230f26" } ], "workloadContext": "Production" } 2021-06-11T01:12:23.640Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-11T01:12:23.640Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e42e113b-9452-45a3-9012-42e2fb2e1e95 ASDC 2021-06-11T01:12:23.640Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:d43c01ed-6028-4b82-827b-85b195de3ff4 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e42e113b-9452-45a3-9012-42e2fb2e1e95 ServiceInvariantUUID:5edfe8e1-7631-4ceb-b6d2-66b4ff9b6f38 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:f320c511-9b49-44e8-bd57-e6a616230f26 ArtifactChecksum:ZDA1ZjFhNzQyYTM4OTk2YzlmZjE3OWUyMGM1NTIyYmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:0893018a-1a1c-4fe5-a9aa-d7cf8ebd1a6d ResourceInvariantUUID:af64e478-082c-4d09-961f-8d34d13ee23a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:d4997b85-66dd-4020-8e0a-a044689d2140 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-06-11T01:12:23.640Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e42e113b-9452-45a3-9012-42e2fb2e1e95 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-06-11T01:12:23.679Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-11T01:12:23.680Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:12:23.680Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:12:23.680Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f320c511-9b49-44e8-bd57-e6a616230f26 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-11T01:12:23.680Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:12:23.680Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-11T01:12:23.842Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:12:23.844Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f320c511-9b49-44e8-bd57-e6a616230f26 52224 2021-06-11T01:12:23.845Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-06-11T01:12:23.845Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-11T01:12:23.845Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:12:23.845Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:12:23.847Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:12:23.847Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373943844, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:12:23.947Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:12:23.948Z||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-06-11T01:12:23.948Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:12:23.961Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:12:23.961Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-06-11T01:12:24.847Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-11T01:12:24.848Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:12:24.849Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f320c511-9b49-44e8-bd57-e6a616230f26, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-11T01:12:24.849Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-06-11T01:12:24.849Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-11T01:12:24.849Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-11T01:12:24.939Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3486995308771043106/Definitions/service-BasicNetwork-template.yml 2021-06-11T01:12:25.360Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-11T01:12:25.360Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-11T01:12:25.360Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-11T01:12:25.360Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-06-11T01:12:25.360Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||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-06-11T01:12:25.360Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||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-06-11T01:12:25.360Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||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-06-11T01:12:25.360Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||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-06-11T01:12:25.360Z|d43c01ed-6028-4b82-827b-85b195de3ff4|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-BasicNetwork-csar.csar 2021-06-11T01:12:25.360Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||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-06-11T01:12:25.360Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||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-06-11T01:12:25.360Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||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-06-11T01:12:25.360Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-11T01:12:25.360Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:12:25.361Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:12:25.361Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-06-11T01:12:25.361Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-11T01:12:25.361Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-11T01:12:25.361Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:12:25.361Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:12:25.361Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-06-11T01:12:25.361Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-11T01:12:25.361Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-11T01:12:25.361Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:12:25.362Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:12:25.362Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:12:25.362Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:12:25.362Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:12:25.362Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:12:25.362Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:12:25.362Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:12:25.362Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:12:25.362Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:12:25.362Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:e42e113b-9452-45a3-9012-42e2fb2e1e95 Model Version:NULL Model InvariantUuid:5edfe8e1-7631-4ceb-b6d2-66b4ff9b6f38 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:af64e478-082c-4d09-961f-8d34d13ee23a Model UUID:e5583abe-a130-4634-8820-7ebfa268f6b0 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:0893018a-1a1c-4fe5-a9aa-d7cf8ebd1a6d 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-06-11T01:12:25.367Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: d4997b85-66dd-4020-8e0a-a044689d2140 2021-06-11T01:12:25.367Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||No resources found for Service: e42e113b-9452-45a3-9012-42e2fb2e1e95 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-06-11T01:12:25.370Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500|| 2021-06-11T01:12:25.370Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-06-11T01:12:25.370Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||No resources found for Service: e42e113b-9452-45a3-9012-42e2fb2e1e95 2021-06-11T01:12:25.370Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e42e113b-9452-45a3-9012-42e2fb2e1e95 2021-06-11T01:12:25.370Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-06-11T01:12:25.371Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||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-06-11T01:12:25.375Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:12:25.375Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:12:25.375Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:12:25.376Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:12:25.376Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e42e113b-9452-45a3-9012-42e2fb2e1e95: Generic NeutronNet 2021-06-11T01:12:25.376Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:12:25.376Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:12:25.376Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:12:25.376Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||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-06-11T01:12:25.407Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:12:25.408Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:12:25.408Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:12:25.408Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:12:25.408Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:12:25.408Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:12:25.408Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||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-06-11T01:12:25.476Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-06-11T01:12:25.477Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-06-11T01:12:25.477Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-11T01:12:25.477Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:12:25.477Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:12:25.479Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:12:25.479Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373945477, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:12:25.580Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-11T01:12:25.580Z||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-06-11T01:12:25.580Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:12:25.591Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:12:25.591Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:12:26.480Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43c01ed-6028-4b82-827b-85b195de3ff4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:12:26.490Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43c01ed-6028-4b82-827b-85b195de3ff4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:12:26.492Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:12:26.493Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:12:26.493Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:12:56.493Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43c01ed-6028-4b82-827b-85b195de3ff4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:12:56.503Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43c01ed-6028-4b82-827b-85b195de3ff4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:12:56.505Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:12:56.505Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:12:56.505Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:13:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:13:21.001Z||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-06-11T01:13:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:13:21.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:13:21.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:13:21.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "cds", "timestamp": 1623373941010, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:13:21.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:13:26.505Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43c01ed-6028-4b82-827b-85b195de3ff4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:13:26.516Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43c01ed-6028-4b82-827b-85b195de3ff4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:13:26.520Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:13:26.520Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:13:26.520Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:13:56.520Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43c01ed-6028-4b82-827b-85b195de3ff4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:13:56.530Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43c01ed-6028-4b82-827b-85b195de3ff4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:13:56.532Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:13:56.532Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:13:56.532Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:14:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:14:21.001Z||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-06-11T01:14:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:14:21.023Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:14:21.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373940999, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "cds", "timestamp": 1623373942015, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-11T01:14:21.042Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d43c01ed-6028-4b82-827b-85b195de3ff4 2021-06-11T01:14:21.042Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43c01ed-6028-4b82-827b-85b195de3ff4 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-06-11T01:14:21.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373940999, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:14:21.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373943844, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:14:21.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "dcae-sch", "timestamp": 1623373944492, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623373945477, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "dcae-sch", "timestamp": 1623373944492, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "clamp", "timestamp": 1623373953062, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "aai-ml", "timestamp": 1623373953527, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "clamp", "timestamp": 1623373953062, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "aai-ml", "timestamp": 1623373953527, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:14:21.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "aai-ml", "timestamp": 1623373957102, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:14:21.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "aai-ml", "timestamp": 1623373960499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:14:21.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "aai-ml", "timestamp": 1623373961502, "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-06-11T01:14:21.057Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d43c01ed-6028-4b82-827b-85b195de3ff4 2021-06-11T01:14:21.057Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43c01ed-6028-4b82-827b-85b195de3ff4 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-06-11T01:14:21.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "clamp", "timestamp": 1623373966168, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:14:21.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "clamp", "timestamp": 1623373968111, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:14:21.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "clamp", "timestamp": 1623373969114, "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-06-11T01:14:21.069Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d43c01ed-6028-4b82-827b-85b195de3ff4 2021-06-11T01:14:21.069Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d43c01ed-6028-4b82-827b-85b195de3ff4 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-06-11T01:14:21.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-k8s-id", "timestamp": 1623373976904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "cds", "timestamp": 1623373982769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "clamp", "timestamp": 1623373983062, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "aai-ml", "timestamp": 1623373983527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-k8s-id", "timestamp": 1623373976904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "cds", "timestamp": 1623373982769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "clamp", "timestamp": 1623373983062, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "dcae-sch", "timestamp": 1623373984492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "aai-ml", "timestamp": 1623373983527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-k8s-id", "timestamp": 1623373976904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "cds", "timestamp": 1623373982769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "clamp", "timestamp": 1623373983062, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "policy-id", "timestamp": 1623373985204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "ves-openapi-manager", "timestamp": 1623373985286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "dcae-sch", "timestamp": 1623373984492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "aai-ml", "timestamp": 1623373983527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-k8s-id", "timestamp": 1623373976904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "cds", "timestamp": 1623373982769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "clamp", "timestamp": 1623373983062, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "policy-id", "timestamp": 1623373985204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "ves-openapi-manager", "timestamp": 1623373985286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "dcae-sch", "timestamp": 1623373984492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "aai-ml", "timestamp": 1623373983527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-k8s-id", "timestamp": 1623373976904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "cds", "timestamp": 1623373982769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "clamp", "timestamp": 1623373983062, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "policy-id", "timestamp": 1623373985204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "ves-openapi-manager", "timestamp": 1623373985286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "dcae-sch", "timestamp": 1623373984492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "aai-ml", "timestamp": 1623373983527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-k8s-id", "timestamp": 1623373976904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "cds", "timestamp": 1623373982769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "clamp", "timestamp": 1623373983062, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "policy-id", "timestamp": 1623373985204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "ves-openapi-manager", "timestamp": 1623373985286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "dcae-sch", "timestamp": 1623373984492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "aai-ml", "timestamp": 1623373983527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-k8s-id", "timestamp": 1623373976904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "cds", "timestamp": 1623373982769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "clamp", "timestamp": 1623373983062, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "policy-id", "timestamp": 1623373985204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "ves-openapi-manager", "timestamp": 1623373985286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "dcae-sch", "timestamp": 1623373984492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "aai-ml", "timestamp": 1623373983527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373989659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-k8s-id", "timestamp": 1623373976904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "cds", "timestamp": 1623373982769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:14:21.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373989892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "clamp", "timestamp": 1623373983062, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:14:21.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "policy-id", "timestamp": 1623373985204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "ves-openapi-manager", "timestamp": 1623373985286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-06-11T01:14:21.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "dcae-sch", "timestamp": 1623373984492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "aai-ml", "timestamp": 1623373983527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:14:21.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373989659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373989892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "policy-id", "timestamp": 1623373985204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "ves-openapi-manager", "timestamp": 1623373985286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "dcae-sch", "timestamp": 1623373984492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373989659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373989892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "policy-id", "timestamp": 1623373985204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "ves-openapi-manager", "timestamp": 1623373985286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373989659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373989892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "cds", "timestamp": 1623373993553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:14:21.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-windriver-id", "timestamp": 1623373993026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "aai-ml", "timestamp": 1623373993955, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:14:21.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373989659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373989892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "cds", "timestamp": 1623373994557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-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-06-11T01:14:21.108Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 2021-06-11T01:14:21.108Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 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-06-11T01:14:21.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-windriver-id", "timestamp": 1623373993026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373989659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "ves-openapi-manager", "timestamp": 1623373995317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:14:21.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "policy-id", "timestamp": 1623373995403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:14:21.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373989892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-windriver-id", "timestamp": 1623373993026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373989659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "policy-id", "timestamp": 1623373996406, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:14:21.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373989892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "ves-openapi-manager", "timestamp": 1623373996556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-06-11T01:14:21.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-windriver-id", "timestamp": 1623373993026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-starlingx-id", "timestamp": 1623373989659, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:14:21.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "policy-id", "timestamp": 1623373997408, "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-06-11T01:14:21.125Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 2021-06-11T01:14:21.125Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 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-06-11T01:14:21.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373989892, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:14:21.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "ves-openapi-manager", "timestamp": 1623373997560, "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-06-11T01:14:21.137Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 2021-06-11T01:14:21.137Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 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-06-11T01:14:21.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-windriver-id", "timestamp": 1623373993026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "aai-ml", "timestamp": 1623373998097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:14:21.144Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-windriver-id", "timestamp": 1623373993026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623373999007, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:14:21.144Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "aai-ml", "timestamp": 1623373999100, "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-06-11T01:14:21.148Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 2021-06-11T01:14:21.148Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 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-06-11T01:14:21.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "clamp", "timestamp": 1623373999297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:14:21.156Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-windriver-id", "timestamp": 1623373993026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:14:21.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "clamp", "timestamp": 1623374000317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:14:21.156Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:21.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "multicloud-windriver-id", "timestamp": 1623373993026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:14:21.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-06-11T01:14:21.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:14:21.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374000721, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:14:21.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:14:26.532Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d43c01ed-6028-4b82-827b-85b195de3ff4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:14:26.543Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d43c01ed-6028-4b82-827b-85b195de3ff4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:14:26.545Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:14:26.545Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-11T01:14:26.545Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-11T01:14:26.545Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-11T01:14:26.545Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:14:26.545Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:14:26.546Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:14:26.546Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:14:26.546Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:14:26.546Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:14:26.546Z|d43c01ed-6028-4b82-827b-85b195de3ff4|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-06-11T01:14:26.551Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-11T01:14:56.551Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d43c01ed-6028-4b82-827b-85b195de3ff4 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-06-11T01:14:56.557Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d43c01ed-6028-4b82-827b-85b195de3ff4 and serviceModelVersionId: e42e113b-9452-45a3-9012-42e2fb2e1e95 2021-06-11T01:14:56.557Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5edfe8e1-7631-4ceb-b6d2-66b4ff9b6f38 2021-06-11T01:14:56.558Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5edfe8e1-7631-4ceb-b6d2-66b4ff9b6f38/model-vers/model-ver/e42e113b-9452-45a3-9012-42e2fb2e1e95?depth=0 2021-06-11T01:14:56.564Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-06-11T01:14:56.609Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5edfe8e1-7631-4ceb-b6d2-66b4ff9b6f38/model-vers/model-ver/e42e113b-9452-45a3-9012-42e2fb2e1e95?depth=0|INFO|500||Invoke 2021-06-11T01:14:56.610Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5edfe8e1-7631-4ceb-b6d2-66b4ff9b6f38/model-vers/model-ver/e42e113b-9452-45a3-9012-42e2fb2e1e95?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5edfe8e1-7631-4ceb-b6d2-66b4ff9b6f38/model-vers/model-ver/e42e113b-9452-45a3-9012-42e2fb2e1e95?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d43c01ed-6028-4b82-827b-85b195de3ff4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[27d3287e-e39c-4b1d-9ff6-9da48a777304], X-ECOMP-RequestID=[d43c01ed-6028-4b82-827b-85b195de3ff4], X-TransactionId=[], X-ONAP-RequestID=[d43c01ed-6028-4b82-827b-85b195de3ff4], Content-Type=[application/merge-patch+json]} 2021-06-11T01:14:56.633Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5edfe8e1-7631-4ceb-b6d2-66b4ff9b6f38/model-vers/model-ver/e42e113b-9452-45a3-9012-42e2fb2e1e95?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-11T01:14:57.186Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5edfe8e1-7631-4ceb-b6d2-66b4ff9b6f38/model-vers/model-ver/e42e113b-9452-45a3-9012-42e2fb2e1e95?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/5edfe8e1-7631-4ceb-b6d2-66b4ff9b6f38/model-vers/model-ver/e42e113b-9452-45a3-9012-42e2fb2e1e95?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210611-01:14:56:641-62369], vertex-id=[241912], Content-Length=[0], Date=[Fri, 11 Jun 2021 01:14:56 GMT], Content-Type=[application/json]} 2021-06-11T01:14:57.186Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5edfe8e1-7631-4ceb-b6d2-66b4ff9b6f38/model-vers/model-ver/e42e113b-9452-45a3-9012-42e2fb2e1e95?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-11T01:14:57.187Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5edfe8e1-7631-4ceb-b6d2-66b4ff9b6f38/model-vers/model-ver/e42e113b-9452-45a3-9012-42e2fb2e1e95?depth=0|INFO|500||InvokeReturn 2021-06-11T01:14:57.187Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-11T01:14:57.187Z|d43c01ed-6028-4b82-827b-85b195de3ff4|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-06-11T01:14:57.190Z|d43c01ed-6028-4b82-827b-85b195de3ff4|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-06-11T01:14:57.190Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d43c01ed-6028-4b82-827b-85b195de3ff4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-11T01:14:57.191Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-11T01:14:57.191Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:14:57.192Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:14:57.192Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374097190, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-11T01:14:57.293Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:14:57.293Z||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-06-11T01:14:57.294Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:14:57.308Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:14:57.309Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-11T01:14:58.203Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:14:58.204Z|d43c01ed-6028-4b82-827b-85b195de3ff4|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-06-11T01:14:58.204Z|d43c01ed-6028-4b82-827b-85b195de3ff4|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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:15:02.516Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:15:02.517Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:15:02.517Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ca511cf1-1a9a-4d42-a2b8-61f0a6c80190","serviceName":"Demo_pNF_n6Y3qb8W4HOP2xsftiLg","serviceVersion":"1.0","serviceUUID":"0454ae1a-cf32-4812-8d63-ad2678782aa5","serviceDescription":"catalog service description","serviceInvariantUUID":"ac773c66-6e47-4d93-bdb9-391f68375008","resources":[{"resourceInstanceName":"pNF e85e31ab-54a8 0","resourceName":"pNF e85e31ab-54a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e878f3ae-160f-4053-b215-61d611681a34","resourceInvariantUUID":"927b923b-2e09-4f90-a7f1-d079b1e8abf3","resourceCustomizationUUID":"7f42fa79-910d-498b-89ab-abcae08fa5d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vf-license-model.xml","artifactChecksum":"ZTRjNjNjZTAzMzNlNmEzMTA4MmYwZTVhOTNkOWY5YjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5edeb18b-2a7e-412b-b5b5-957ebf6337d5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/pNF.csar","artifactChecksum":"MDUzN2JkNDQ0ZTQwNDBiNGFlZTc5NmQ4ZThiMWM3OGQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51de0937-f211-443a-b58d-0a2925b6aba9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d17b923b-3819-40b2-a021-4103a9e98a2d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vendor-license-model.xml","artifactChecksum":"MWQwYTM0MWJhYmUwNDBjM2RiOGE3YzY4ZmQ2ZmFiNzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ebdb883-9633-4a9b-814f-03092efd0945","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7f5d87a-4320-4953-b67b-841defa8b88f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"18e9eddb-44c6-4ef3-aa77-7d0e6529fb64","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfN6y3qb8w4hop2xsftilg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-template.yml","artifactChecksum":"NDY0NWYwOWMxYmU2Zjg4NWE5NTkyZTFhN2QzMWJjNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8fe1da09-0a0c-4001-9016-4feb67161aea","artifactVersion":"1"},{"artifactName":"service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar","artifactChecksum":"NmZiMGMxY2ZhMWY5M2NiNmU0ZGRiMDIwYzhkOGRhY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e651566d-d393-4416-8f27-af9e844e26d1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-11T01:15:02.518Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:15:02.519Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:15:02.520Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:15:02.520Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:15:02.620Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:15:02.621Z||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-06-11T01:15:02.621Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:15:02.637Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:15:02.638Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:15:03.521Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:15:03.521Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:15:03.523Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:15:03.523Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:15:03.623Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:15:03.624Z||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-06-11T01:15:03.624Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:15:03.636Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:15:03.636Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-06-11T01:15:04.523Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:15:04.524Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:15:04.526Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:15:04.526Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-11T01:15:04.626Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:15:04.627Z||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-06-11T01:15:04.627Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:15:04.639Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:15:04.639Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:15:05.527Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:15:05.528Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:15:05.529Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:15:05.529Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:15:05.629Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:15:05.630Z||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-06-11T01:15:05.630Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:15:05.643Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:15:05.643Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:15:06.530Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:15:06.531Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:15:06.532Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:15:06.532Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:15:06.632Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:15:06.633Z||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-06-11T01:15:06.633Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:15:06.647Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:15:06.647Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-06-11T01:15:07.533Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:15:07.533Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:15:07.535Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:15:07.535Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:15:07.635Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:15:07.636Z||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-06-11T01:15:07.636Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:15:07.649Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:15:07.650Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:15:08.535Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:15:08.536Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:15:08.538Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:15:08.538Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:15:08.638Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:15:08.639Z||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-06-11T01:15:08.639Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:15:08.649Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:15:08.649Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:15:09.538Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:15:09.539Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:15:09.541Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:15:09.541Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:15:09.641Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:15:09.642Z||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-06-11T01:15:09.642Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:15:09.655Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:15:09.655Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-06-11T01:15:10.542Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "serviceName": "Demo_pNF_n6Y3qb8W4HOP2xsftiLg", "serviceVersion": "1.0", "serviceUUID": "0454ae1a-cf32-4812-8d63-ad2678782aa5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ac773c66-6e47-4d93-bdb9-391f68375008", "resources": [ { "resourceInstanceName": "pNF e85e31ab-54a8 0", "resourceCustomizationUUID": "7f42fa79-910d-498b-89ab-abcae08fa5d2", "resourceName": "pNF e85e31ab-54a8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e878f3ae-160f-4053-b215-61d611681a34", "resourceInvariantUUID": "927b923b-2e09-4f90-a7f1-d079b1e8abf3", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "artifactChecksum": "NmZiMGMxY2ZhMWY5M2NiNmU0ZGRiMDIwYzhkOGRhY2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e651566d-d393-4416-8f27-af9e844e26d1" } ], "workloadContext": "Production" } 2021-06-11T01:15:10.543Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-11T01:15:10.543Z|d43c01ed-6028-4b82-827b-85b195de3ff4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0454ae1a-cf32-4812-8d63-ad2678782aa5 ASDC 2021-06-11T01:15:10.543Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 ServiceName:Demo_pNF_n6Y3qb8W4HOP2xsftiLg ServiceVersion:1.0 ServiceUUID:0454ae1a-cf32-4812-8d63-ad2678782aa5 ServiceInvariantUUID:ac773c66-6e47-4d93-bdb9-391f68375008 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar ArtifactUUID:e651566d-d393-4416-8f27-af9e844e26d1 ArtifactChecksum:NmZiMGMxY2ZhMWY5M2NiNmU0ZGRiMDIwYzhkOGRhY2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e85e31ab-54a8 0 ResourceCustomizationUUID:7f42fa79-910d-498b-89ab-abcae08fa5d2 ResourceInvariantUUID:927b923b-2e09-4f90-a7f1-d079b1e8abf3 ResourceName:pNF e85e31ab-54a8 ResourceType:PNF ResourceUUID:e878f3ae-160f-4053-b215-61d611681a34 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-06-11T01:15:10.543Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0454ae1a-cf32-4812-8d63-ad2678782aa5 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-06-11T01:15:10.565Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-11T01:15:10.566Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:15:10.566Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:15:10.566Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e651566d-d393-4416-8f27-af9e844e26d1 from URL: /sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:10.566Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:15:10.566Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:13.355Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:15:13.359Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar e651566d-d393-4416-8f27-af9e844e26d1 83310 2021-06-11T01:15:13.359Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar ASDC sendASDCNotification 2021-06-11T01:15:13.359Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:13.359Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:15:13.359Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:15:13.361Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:15:13.361Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374113359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:15:13.462Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-11T01:15:13.462Z||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-06-11T01:15:13.463Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:15:13.475Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:15:13.475Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:15:14.362Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-11T01:15:14.363Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:15:14.363Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e651566d-d393-4416-8f27-af9e844e26d1, URL: /sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar to file: /app/ASDC/1/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:14.363Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:14.364Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:14.364Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:14.517Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13939674254224233363/Definitions/service-DemoPnfN6y3qb8w4hop2xsftilg-template.yml 2021-06-11T01:15:15.315Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-11T01:15:15.316Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-11T01:15:15.316Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:15.316Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-06-11T01:15:15.316Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|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-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:15.316Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|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-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:15.316Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|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-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:15.316Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|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-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:15.316Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e85e31ab-54a8 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-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:15.316Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|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-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:15.317Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|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-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:15.317Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e85e31ab-54a8 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:15.317Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-11T01:15:15.317Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:15:15.317Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_n6Y3qb8W4HOP2xsftiLg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:15:15.317Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Node template pNF e85e31ab-54a8 0 is matching search criteria 2021-06-11T01:15:15.317Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-11T01:15:15.317Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF e85e31ab-54a8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-11T01:15:15.317Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:15:15.317Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_n6Y3qb8W4HOP2xsftiLg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:15:15.318Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Node template pNF e85e31ab-54a8 0 is matching search criteria 2021-06-11T01:15:15.318Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-11T01:15:15.318Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF e85e31ab-54a8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-11T01:15:15.318Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:15:15.318Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_n6Y3qb8W4HOP2xsftiLg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:15:15.318Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:15:15.318Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_n6Y3qb8W4HOP2xsftiLg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:15:15.318Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:15:15.318Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_n6Y3qb8W4HOP2xsftiLg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:15:15.318Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:15:15.319Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_n6Y3qb8W4HOP2xsftiLg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:15:15.319Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:15:15.319Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_n6Y3qb8W4HOP2xsftiLg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:15:15.319Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_n6Y3qb8W4HOP2xsftiLg Description:catalog service description Model UUID:0454ae1a-cf32-4812-8d63-ad2678782aa5 Model Version:NULL Model InvariantUuid:ac773c66-6e47-4d93-bdb9-391f68375008 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-06-11T01:15:15.323Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: e878f3ae-160f-4053-b215-61d611681a34 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-06-11T01:15:15.325Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||pNF e85e31ab-54a8 0 2021-06-11T01:15:15.325Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e878f3ae-160f-4053-b215-61d611681a34 2021-06-11T01:15:15.325Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 0454ae1a-cf32-4812-8d63-ad2678782aa5 2021-06-11T01:15:15.325Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0454ae1a-cf32-4812-8d63-ad2678782aa5 2021-06-11T01:15:15.325Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e85e31ab-54a8 0 e878f3ae-160f-4053-b215-61d611681a34 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-06-11T01:15:15.328Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:15:15.328Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_n6Y3qb8W4HOP2xsftiLg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:15:15.328Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0454ae1a-cf32-4812-8d63-ad2678782aa5: pNF e85e31ab-54a8 2021-06-11T01:15:15.328Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||Processing PNF resource: e878f3ae-160f-4053-b215-61d611681a34 2021-06-11T01:15:15.328Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:15:15.329Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_n6Y3qb8W4HOP2xsftiLg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:15:15.329Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||Resource customization UUID: 7f42fa79-910d-498b-89ab-abcae08fa5d2 is the same as notified resource customizationUUID: 7f42fa79-910d-498b-89ab-abcae08fa5d2 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-06-11T01:15:15.373Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e85e31ab-54a8 e878f3ae-160f-4053-b215-61d611681a34 0 ASDC deployResourceStructure 2021-06-11T01:15:15.374Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar ASDC sendASDCNotification 2021-06-11T01:15:15.374Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar 2021-06-11T01:15:15.374Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:15:15.374Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:15:15.375Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:15:15.376Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374115374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:15:15.476Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:15:15.476Z||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-06-11T01:15:15.477Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:15:15.488Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:15:15.489Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:15:16.377Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:15:16.388Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:15:16.393Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:15:16.393Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-11T01:15:16.393Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:15:16.393Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:15:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:15:21.004Z||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-06-11T01:15:21.004Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:15:21.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:15:21.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:15:21.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "clamp", "timestamp": 1623374001320, "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-06-11T01:15:21.031Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 2021-06-11T01:15:21.031Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 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-06-11T01:15:46.393Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:15:46.403Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:15:46.406Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:15:46.406Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-11T01:15:46.406Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:15:46.406Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:16:16.406Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:16:16.416Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:16:16.419Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:16:16.419Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-11T01:16:16.419Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:16:16.419Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:16:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:16:21.002Z||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-06-11T01:16:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:16:21.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:16:21.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:16:21.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374001725, "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-06-11T01:16:21.032Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 2021-06-11T01:16:21.032Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 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-06-11T01:16:46.419Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:16:46.430Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:16:46.433Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:16:46.433Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-11T01:16:46.433Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-11T01:16:46.433Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-11T01:16:46.433Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:16:46.434Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:16:46.434Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:16:46.434Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:16:46.434Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:16:46.434Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:16:46.434Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:16:46.434Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|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-06-11T01:16:46.439Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-11T01:17:16.439Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 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-06-11T01:17:16.444Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 and serviceModelVersionId: 0454ae1a-cf32-4812-8d63-ad2678782aa5 2021-06-11T01:17:16.444Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ac773c66-6e47-4d93-bdb9-391f68375008 2021-06-11T01:17:16.445Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ac773c66-6e47-4d93-bdb9-391f68375008/model-vers/model-ver/0454ae1a-cf32-4812-8d63-ad2678782aa5?depth=0 2021-06-11T01:17:16.449Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-06-11T01:17:16.485Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|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/ac773c66-6e47-4d93-bdb9-391f68375008/model-vers/model-ver/0454ae1a-cf32-4812-8d63-ad2678782aa5?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-06-11T01:17:16.486Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ac773c66-6e47-4d93-bdb9-391f68375008/model-vers/model-ver/0454ae1a-cf32-4812-8d63-ad2678782aa5?depth=0|INFO|500||Invoke 2021-06-11T01:17:16.505Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ac773c66-6e47-4d93-bdb9-391f68375008/model-vers/model-ver/0454ae1a-cf32-4812-8d63-ad2678782aa5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-11T01:17:16.896Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ac773c66-6e47-4d93-bdb9-391f68375008/model-vers/model-ver/0454ae1a-cf32-4812-8d63-ad2678782aa5?depth=0|INFO|500||InvokeReturn 2021-06-11T01:17:16.897Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|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/ac773c66-6e47-4d93-bdb9-391f68375008/model-vers/model-ver/0454ae1a-cf32-4812-8d63-ad2678782aa5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210611-01:17:16:512-61975], vertex-id=[159984], Content-Length=[0], Date=[Fri, 11 Jun 2021 01:17:16 GMT], Content-Type=[application/json]} 2021-06-11T01:17:16.897Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-06-11T01:17:16.897Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-11T01:17:16.897Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|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-06-11T01:17:16.901Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|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-06-11T01:17:16.901Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ca511cf1-1a9a-4d42-a2b8-61f0a6c80190 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-11T01:17:16.901Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-11T01:17:16.901Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:16.903Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:16.903Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374236901, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-11T01:17:17.003Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:17:17.004Z||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-06-11T01:17:17.004Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:17.018Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:17.019Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-11T01:17:17.913Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:17:17.913Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|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-06-11T01:17:17.914Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:21.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:17:21.001Z||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-06-11T01:17:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:21.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:21.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:17:21.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d43c01ed-6028-4b82-827b-85b195de3ff4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374097190, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-11T01:17:21.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:17:21.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:17:21.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:17:21.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:17:21.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:17:21.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:17:21.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:17:21.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:17:21.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-11T01:17:21.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:17:21.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:17:21.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:17:21.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:17:21.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:17:21.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/resourceInstances/pnfe85e31ab54a80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374098203, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374113359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374115374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfN6y3qb8w4hop2xsftilg/1.0/artifacts/service-DemoPnfN6y3qb8w4hop2xsftilg-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:17:21.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:17:22.218Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:22.218Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:17:22.219Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c6574ec-276c-4d47-8c5a-7ed442cdd39b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f3f753a7-4bf9-48c2-b774-8e6730f2ee14","serviceDescription":"service","serviceInvariantUUID":"d60c00a6-4a5a-479a-825f-2f780b1e5459","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d961fb9-3ea1-4d0c-9a9d-1a40fc3dfcf7","resourceInvariantUUID":"284f2063-6c1f-4686-a4e8-ade178c392b5","resourceCustomizationUUID":"6d09d058-1a26-4065-adc4-c08a659f086e","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":"ZGIxMzRiMWU2MmY3NmI2ODQwNTA5ZTczN2I2MjZhNjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6dce5032-5b76-4561-9c2c-09eaeb718693","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":"MTA2YzY0NjE2YzUyOTE3NWUzMGVlNzIzMDViZTQ5ODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"180b00d7-25c6-40c7-af4f-6b342b13d1b0","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":"58612f2f-5e4e-49a5-a681-a7d4520f98ce","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":"be596e88-8b9b-42f5-a478-5bfcdc302116","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":"910e7f81-c5e8-4be7-8757-d53aaa6e7a8e","artifactVersion":"2","generatedFromUUID":"58612f2f-5e4e-49a5-a681-a7d4520f98ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjU3MmM0N2FmYjA3OWE2YTk0MWI2ZjI5ZjI0ZmNjMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a3eae2c-2a31-4369-8c68-bb706851fb3f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWFlNDBlN2I3NzE5OTVhMzQxMjMxNzc0MTBhOWIxOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f2f4c70-2ce8-408f-92cb-d1beb2ea865a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-11T01:17:22.221Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:17:22.221Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:22.222Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:22.223Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:17:22.323Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:17:22.324Z||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-06-11T01:17:22.324Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:22.336Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:22.336Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:17:23.223Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:17:23.224Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:23.225Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:23.225Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:17:23.325Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:17:23.326Z||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-06-11T01:17:23.326Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:23.340Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:23.340Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:17:24.226Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:17:24.227Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:24.228Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:24.228Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-11T01:17:24.329Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:17:24.329Z||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-06-11T01:17:24.330Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:24.340Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:24.340Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-06-11T01:17:25.229Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:17:25.230Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:25.231Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:25.231Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:17:25.332Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:17:25.332Z||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-06-11T01:17:25.332Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:25.342Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:25.342Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:17:26.232Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:17:26.233Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:26.234Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:26.234Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-11T01:17:26.335Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:17:26.335Z||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-06-11T01:17:26.335Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:26.353Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:26.354Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-06-11T01:17:27.235Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:17:27.236Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:27.237Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:27.237Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:17:27.337Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:17:27.338Z||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-06-11T01:17:27.338Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:27.347Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:27.347Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:17:28.237Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:17:28.238Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:28.240Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:28.240Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:17:28.340Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:17:28.340Z||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-06-11T01:17:28.340Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:28.351Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:28.352Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:17:29.241Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "f3f753a7-4bf9-48c2-b774-8e6730f2ee14", "serviceDescription": "service", "serviceInvariantUUID": "d60c00a6-4a5a-479a-825f-2f780b1e5459", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "6d09d058-1a26-4065-adc4-c08a659f086e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4d961fb9-3ea1-4d0c-9a9d-1a40fc3dfcf7", "resourceInvariantUUID": "284f2063-6c1f-4686-a4e8-ade178c392b5", "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": "MTA2YzY0NjE2YzUyOTE3NWUzMGVlNzIzMDViZTQ5ODY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "180b00d7-25c6-40c7-af4f-6b342b13d1b0", "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": "58612f2f-5e4e-49a5-a681-a7d4520f98ce", "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": "910e7f81-c5e8-4be7-8757-d53aaa6e7a8e", "generatedFromUUID": "58612f2f-5e4e-49a5-a681-a7d4520f98ce" }, "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": "910e7f81-c5e8-4be7-8757-d53aaa6e7a8e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWFlNDBlN2I3NzE5OTVhMzQxMjMxNzc0MTBhOWIxOTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3f2f4c70-2ce8-408f-92cb-d1beb2ea865a" } ], "workloadContext": "Production" } 2021-06-11T01:17:29.241Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-11T01:17:29.241Z|ca511cf1-1a9a-4d42-a2b8-61f0a6c80190|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f3f753a7-4bf9-48c2-b774-8e6730f2ee14 ASDC 2021-06-11T01:17:29.242Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:2c6574ec-276c-4d47-8c5a-7ed442cdd39b ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:f3f753a7-4bf9-48c2-b774-8e6730f2ee14 ServiceInvariantUUID:d60c00a6-4a5a-479a-825f-2f780b1e5459 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:3f2f4c70-2ce8-408f-92cb-d1beb2ea865a ArtifactChecksum:OWFlNDBlN2I3NzE5OTVhMzQxMjMxNzc0MTBhOWIxOTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:6d09d058-1a26-4065-adc4-c08a659f086e ResourceInvariantUUID:284f2063-6c1f-4686-a4e8-ade178c392b5 ResourceName:basic_vm ResourceType:VF ResourceUUID:4d961fb9-3ea1-4d0c-9a9d-1a40fc3dfcf7 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:180b00d7-25c6-40c7-af4f-6b342b13d1b0 ArtifactChecksum:MTA2YzY0NjE2YzUyOTE3NWUzMGVlNzIzMDViZTQ5ODY= 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:58612f2f-5e4e-49a5-a681-a7d4520f98ce 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:910e7f81-c5e8-4be7-8757-d53aaa6e7a8e 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:910e7f81-c5e8-4be7-8757-d53aaa6e7a8e ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-11T01:17:29.242Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3f753a7-4bf9-48c2-b774-8e6730f2ee14 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-06-11T01:17:29.270Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-11T01:17:29.271Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:17:29.272Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:17:29.272Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3f2f4c70-2ce8-408f-92cb-d1beb2ea865a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-11T01:17:29.272Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:17:29.272Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-11T01:17:30.795Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:17:30.798Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3f2f4c70-2ce8-408f-92cb-d1beb2ea865a 74266 2021-06-11T01:17:30.798Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-06-11T01:17:30.798Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-11T01:17:30.798Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:17:30.798Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:30.800Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:30.800Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374250798, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:17:30.901Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-11T01:17:30.902Z||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-06-11T01:17:30.902Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:30.915Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:30.915Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:17:31.801Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-11T01:17:31.802Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:17:31.803Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3f2f4c70-2ce8-408f-92cb-d1beb2ea865a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-06-11T01:17:31.803Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-06-11T01:17:31.803Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-06-11T01:17:31.804Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-06-11T01:17:31.911Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16130397518520672436/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-06-11T01:17:32.847Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-11T01:17:32.848Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-11T01:17:32.848Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-11T01:17:32.848Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-06-11T01:17:32.848Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:32.848Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:32.848Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:32.848Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|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-BasicVm-csar.csar 2021-06-11T01:17:32.848Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|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-BasicVm-csar.csar 2021-06-11T01:17:32.848Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|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-BasicVm-csar.csar 2021-06-11T01:17:32.849Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:32.849Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|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-BasicVm-csar.csar 2021-06-11T01:17:32.849Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-11T01:17:32.849Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|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-BasicVm-csar.csar 2021-06-11T01:17:32.849Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-11T01:17:32.849Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:32.849Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:17:32.849Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-11T01:17:32.850Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-11T01:17:32.850Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-11T01:17:32.850Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:32.850Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:17:32.850Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-11T01:17:32.850Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-11T01:17:32.850Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-11T01:17:32.851Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:32.851Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:17:32.851Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:32.851Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-06-11T01:17:32.851Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-11T01:17:32.851Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-06-11T01:17:32.851Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-06-11T01:17:32.852Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-06-11T01:17:32.852Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-11T01:17:32.852Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:32.852Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-11T01:17:32.852Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:32.852Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-11T01:17:32.852Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:17:32.853Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:32.853Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-11T01:17:32.853Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:17:32.853Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:32.853Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-11T01:17:32.853Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:17:32.854Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:32.854Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-06-11T01:17:32.854Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-11T01:17:32.854Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-11T01:17:32.854Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c2c401c-6992-4d4e-b2a8-1935d6164f54 2021-06-11T01:17:32.855Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:32.855Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:17:32.855Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:32.855Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:17:32.855Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:32.855Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:17:32.856Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:32.856Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:17:32.856Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:f3f753a7-4bf9-48c2-b774-8e6730f2ee14 Model Version:NULL Model InvariantUuid:d60c00a6-4a5a-479a-825f-2f780b1e5459 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:2f8134f5-aed1-4036-9f3d-a755c63dd414 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:284f2063-6c1f-4686-a4e8-ade178c392b5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6d09d058-1a26-4065-adc4-c08a659f086e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cfac209d-9563-4792-a034-6ab5c419ecf1 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:8a7055aa-f89e-4d5d-9ff2-85be6b2d0e81 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2c2c401c-6992-4d4e-b2a8-1935d6164f54 ModelInvariantUuid:c8c7fd2d-b851-4a9a-9554-993573878ff0 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:608c9565-ad87-48d5-b13d-019a2c509c54 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:30bcc9ea-c7ed-4284-aa2d-1454cec172d5 ModelInvariantUuid:038a911d-f363-4056-8e01-135812cc6529 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:d1eea33c-bd23-4dab-83cf-6216adc3850b 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-06-11T01:17:32.861Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4d961fb9-3ea1-4d0c-9a9d-1a40fc3dfcf7 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-06-11T01:17:32.863Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||basic_vm 0 2021-06-11T01:17:32.863Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4d961fb9-3ea1-4d0c-9a9d-1a40fc3dfcf7 2021-06-11T01:17:32.863Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 180b00d7-25c6-40c7-af4f-6b342b13d1b0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-06-11T01:17:32.863Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:17:32.863Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:34.594Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:17:34.595Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 180b00d7-25c6-40c7-af4f-6b342b13d1b0 787 2021-06-11T01:17:34.595Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:34.595Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:34.595Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:17:34.596Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:34.597Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:34.598Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374254595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:17:34.698Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:17:34.698Z||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-06-11T01:17:34.698Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:34.709Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:34.709Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-06-11T01:17:35.598Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "cfac209d-9563-4792-a034-6ab5c419ecf1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8a7055aa-f89e-4d5d-9ff2-85be6b2d0e81", "vfModuleModelCustomizationUUID": "00caf6d7-2467-4971-bfb5-db1a6fe964ba", "isBase": true, "artifacts": [ "58612f2f-5e4e-49a5-a681-a7d4520f98ce", "910e7f81-c5e8-4be7-8757-d53aaa6e7a8e" ], "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-06-11T01:17:35.603Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8a7055aa-f89e-4d5d-9ff2-85be6b2d0e81 VfModuleModelInvariantUUID:cfac209d-9563-4792-a034-6ab5c419ecf1 VfModuleModelDescription:NULL Artifacts UUID List:{ 58612f2f-5e4e-49a5-a681-a7d4520f98ce , 910e7f81-c5e8-4be7-8757-d53aaa6e7a8e } 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-06-11T01:17:35.605Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "cfac209d-9563-4792-a034-6ab5c419ecf1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8a7055aa-f89e-4d5d-9ff2-85be6b2d0e81", "vfModuleModelCustomizationUUID": "00caf6d7-2467-4971-bfb5-db1a6fe964ba", "isBase": true, "artifacts": [ "58612f2f-5e4e-49a5-a681-a7d4520f98ce", "910e7f81-c5e8-4be7-8757-d53aaa6e7a8e" ], "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-06-11T01:17:35.605Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8a7055aa-f89e-4d5d-9ff2-85be6b2d0e81 VfModuleModelInvariantUUID:cfac209d-9563-4792-a034-6ab5c419ecf1 VfModuleModelDescription:NULL Artifacts UUID List:{ 58612f2f-5e4e-49a5-a681-a7d4520f98ce , 910e7f81-c5e8-4be7-8757-d53aaa6e7a8e } 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-06-11T01:17:35.605Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 58612f2f-5e4e-49a5-a681-a7d4520f98ce from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-06-11T01:17:35.605Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:17:35.605Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:36.801Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:17:36.802Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 58612f2f-5e4e-49a5-a681-a7d4520f98ce 5033 2021-06-11T01:17:36.802Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:36.802Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:36.802Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:17:36.803Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:36.805Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:36.805Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374256802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:17:36.905Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:17:36.906Z||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-06-11T01:17:36.906Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:36.917Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:36.917Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:17:37.806Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 910e7f81-c5e8-4be7-8757-d53aaa6e7a8e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-06-11T01:17:37.806Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:17:37.807Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:38.129Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:17:38.129Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 910e7f81-c5e8-4be7-8757-d53aaa6e7a8e 903 2021-06-11T01:17:38.129Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:38.129Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:38.130Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:17:38.130Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:38.131Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:38.132Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374258129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:17:38.232Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:17:38.233Z||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-06-11T01:17:38.233Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:38.242Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:38.242Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:17:39.132Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f3f753a7-4bf9-48c2-b774-8e6730f2ee14 2021-06-11T01:17:39.133Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4d961fb9-3ea1-4d0c-9a9d-1a40fc3dfcf7 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-06-11T01:17:39.142Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:39.143Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:17:39.143Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-06-11T01:17:39.143Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 6d09d058-1a26-4065-adc4-c08a659f086e 2021-06-11T01:17:39.143Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6d09d058-1a26-4065-adc4-c08a659f086e matches Tosca VF Customization UUID: 6d09d058-1a26-4065-adc4-c08a659f086e 2021-06-11T01:17:39.144Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 6d09d058-1a26-4065-adc4-c08a659f086e 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-06-11T01:17:39.145Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:39.146Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:17:39.146Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 6d09d058-1a26-4065-adc4-c08a659f086e: {\"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-06-11T01:17:39.146Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e03078 2021-06-11T01:17:39.147Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:39.147Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-11T01:17:39.147Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 00caf6d7-2467-4971-bfb5-db1a6fe964ba 2021-06-11T01:17:39.147Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 00caf6d7-2467-4971-bfb5-db1a6fe964ba 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-06-11T01:17:39.150Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:39.150Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-11T01:17:39.150Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:17:39.151Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:39.151Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-11T01:17:39.151Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:17:39.151Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:39.152Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-06-11T01:17:39.152Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-11T01:17:39.152Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-11T01:17:39.152Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c2c401c-6992-4d4e-b2a8-1935d6164f54 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-06-11T01:17:39.154Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:39.154Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-11T01:17:39.155Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:17:39.155Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:39.155Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-11T01:17:39.155Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6d09d058-1a26-4065-adc4-c08a659f086e 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-06-11T01:17:39.157Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:39.157Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:17:39.157Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f3f753a7-4bf9-48c2-b774-8e6730f2ee14: basic_vm 2021-06-11T01:17:39.157Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:39.157Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:17:39.158Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:39.158Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:17:39.158Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:39.158Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:17:39.159Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:39.159Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:17:39.159Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:17:39.159Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:17:39.160Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:39.223Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4d961fb9-3ea1-4d0c-9a9d-1a40fc3dfcf7 1 ASDC deployResourceStructure 2021-06-11T01:17:39.224Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:39.224Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:39.224Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:17:39.224Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:39.226Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:39.226Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374259224, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:17:39.326Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:17:39.327Z||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-06-11T01:17:39.327Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:39.338Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:39.338Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:17:40.231Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:40.231Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:40.231Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:17:40.231Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:40.233Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:40.233Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374260230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-11T01:17:40.334Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-11T01:17:40.335Z||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-06-11T01:17:40.335Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:40.346Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:40.346Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:17:41.234Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:41.234Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||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-06-11T01:17:41.235Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:17:41.235Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:41.237Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:41.237Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374261234, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-11T01:17:41.337Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:17:41.338Z||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-06-11T01:17:41.338Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:41.347Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:41.348Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:17:42.238Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-06-11T01:17:42.238Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-11T01:17:42.238Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:17:42.239Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:17:42.240Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:17:42.241Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374262238, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:17:42.341Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:17:42.341Z||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-06-11T01:17:42.342Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:17:42.353Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:17:42.353Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:17:43.241Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c6574ec-276c-4d47-8c5a-7ed442cdd39b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:17:43.252Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c6574ec-276c-4d47-8c5a-7ed442cdd39b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:17:43.253Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:17:43.253Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:17:43.253Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:18:13.254Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c6574ec-276c-4d47-8c5a-7ed442cdd39b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:18:13.263Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c6574ec-276c-4d47-8c5a-7ed442cdd39b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:18:13.265Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:18:13.265Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:18:13.265Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:18:21.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:18:21.001Z||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-06-11T01:18:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:18:21.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:18:21.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-windriver-id", "timestamp": 1623374153026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-k8s-id", "timestamp": 1623374156904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374149659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374149659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-windriver-id", "timestamp": 1623374153026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-k8s-id", "timestamp": 1623374156904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-windriver-id", "timestamp": 1623374153026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-k8s-id", "timestamp": 1623374156904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374149659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-11T01:18:21.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374149659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-k8s-id", "timestamp": 1623374156904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-windriver-id", "timestamp": 1623374153026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-windriver-id", "timestamp": 1623374153026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-11T01:18:21.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-k8s-id", "timestamp": 1623374156904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374149659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "cds", "timestamp": 1623374162769, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "clamp", "timestamp": 1623374163062, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374149659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-k8s-id", "timestamp": 1623374156904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-windriver-id", "timestamp": 1623374153026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "aai-ml", "timestamp": 1623374163527, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "cds", "timestamp": 1623374162769, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "clamp", "timestamp": 1623374163062, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:18:21.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374149659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:18:21.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-k8s-id", "timestamp": 1623374156904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:18:21.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-windriver-id", "timestamp": 1623374153026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:18:21.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "dcae-sch", "timestamp": 1623374164492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "aai-ml", "timestamp": 1623374163527, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "cds", "timestamp": 1623374162769, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "clamp", "timestamp": 1623374163062, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "policy-id", "timestamp": 1623374165204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "ves-openapi-manager", "timestamp": 1623374165286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "dcae-sch", "timestamp": 1623374164492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "aai-ml", "timestamp": 1623374163527, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-windriver-id", "timestamp": 1623374166196, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-k8s-id", "timestamp": 1623374166198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374166250, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "cds", "timestamp": 1623374162769, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "clamp", "timestamp": 1623374163062, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "policy-id", "timestamp": 1623374165204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "ves-openapi-manager", "timestamp": 1623374165286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "dcae-sch", "timestamp": 1623374164492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "aai-ml", "timestamp": 1623374163527, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-k8s-id", "timestamp": 1623374167319, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-windriver-id", "timestamp": 1623374167328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374167371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "cds", "timestamp": 1623374162769, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "clamp", "timestamp": 1623374163062, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "policy-id", "timestamp": 1623374165204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "ves-openapi-manager", "timestamp": 1623374165286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "dcae-sch", "timestamp": 1623374164492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "aai-ml", "timestamp": 1623374163527, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "cds", "timestamp": 1623374162769, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-k8s-id", "timestamp": 1623374168671, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-windriver-id", "timestamp": 1623374168673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "clamp", "timestamp": 1623374163062, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374168779, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "policy-id", "timestamp": 1623374165204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "ves-openapi-manager", "timestamp": 1623374165286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "dcae-sch", "timestamp": 1623374164492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "aai-ml", "timestamp": 1623374163527, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "cds", "timestamp": 1623374162769, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-windriver-id", "timestamp": 1623374169681, "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-06-11T01:18:21.053Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 2021-06-11T01:18:21.054Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 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-06-11T01:18:21.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-k8s-id", "timestamp": 1623374169694, "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-06-11T01:18:21.066Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 2021-06-11T01:18:21.066Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 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-06-11T01:18:21.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "clamp", "timestamp": 1623374163062, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:18:21.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374169782, "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-06-11T01:18:21.077Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 2021-06-11T01:18:21.077Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 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-06-11T01:18:21.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "policy-id", "timestamp": 1623374165204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "ves-openapi-manager", "timestamp": 1623374165286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "dcae-sch", "timestamp": 1623374164492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "aai-ml", "timestamp": 1623374163527, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:18:21.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374169892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-windriver-id", "timestamp": 1623374170685, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-k8s-id", "timestamp": 1623374170697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374170784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "policy-id", "timestamp": 1623374165204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "ves-openapi-manager", "timestamp": 1623374165286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "dcae-sch", "timestamp": 1623374164492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374169892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "policy-id", "timestamp": 1623374165204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "ves-openapi-manager", "timestamp": 1623374165286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "dcae-sch", "timestamp": 1623374164492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374171787, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374169892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "ves-openapi-manager", "timestamp": 1623374165286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "dcae-sch", "timestamp": 1623374164492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "cds", "timestamp": 1623374173355, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374171787, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374169892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "aai-ml", "timestamp": 1623374173655, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:18:21.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-windriver-id", "timestamp": 1623374173026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "ves-openapi-manager", "timestamp": 1623374165286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "dcae-sch", "timestamp": 1623374164492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "cds", "timestamp": 1623374174358, "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-06-11T01:18:21.092Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 2021-06-11T01:18:21.092Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 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-06-11T01:18:21.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374171787, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:18:21.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374169892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-windriver-id", "timestamp": 1623374173026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "ves-openapi-manager", "timestamp": 1623374165286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "dcae-sch", "timestamp": 1623374164492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "policy-id", "timestamp": 1623374175297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "cds", "timestamp": 1623374162769, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374171787, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374169892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-windriver-id", "timestamp": 1623374173026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "ves-openapi-manager", "timestamp": 1623374165286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "dcae-sch", "timestamp": 1623374164492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "policy-id", "timestamp": 1623374176299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "cds", "timestamp": 1623374162769, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374171787, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374169892, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-windriver-id", "timestamp": 1623374173026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-11T01:18:21.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "ves-openapi-manager", "timestamp": 1623374165286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "dcae-sch", "timestamp": 1623374164492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "policy-id", "timestamp": 1623374177302, "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-06-11T01:18:21.107Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 2021-06-11T01:18:21.107Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 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-06-11T01:18:21.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "cds", "timestamp": 1623374162769, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374171787, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-windriver-id", "timestamp": 1623374173026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374177916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "ves-openapi-manager", "timestamp": 1623374165286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "dcae-sch", "timestamp": 1623374164492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "policy-id", "timestamp": 1623374165204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "cds", "timestamp": 1623374162769, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374171787, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-windriver-id", "timestamp": 1623374173026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "ves-openapi-manager", "timestamp": 1623374165286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "dcae-sch", "timestamp": 1623374164492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "policy-id", "timestamp": 1623374165204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "cds", "timestamp": 1623374162769, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374171787, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:18:21.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-windriver-id", "timestamp": 1623374173026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "ves-openapi-manager", "timestamp": 1623374165286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "clamp", "timestamp": 1623374180142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374180227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "policy-id", "timestamp": 1623374165204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "cds", "timestamp": 1623374162769, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:18:21.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "aai-ml", "timestamp": 1623374180400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:18:21.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-11T01:18:21.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:21.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374180664, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:18:21.117Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:18:21.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:18:21.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-windriver-id", "timestamp": 1623374173026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:18:21.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:18:43.265Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c6574ec-276c-4d47-8c5a-7ed442cdd39b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:18:43.275Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c6574ec-276c-4d47-8c5a-7ed442cdd39b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:18:43.277Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:18:43.277Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:18:43.277Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:19:13.278Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c6574ec-276c-4d47-8c5a-7ed442cdd39b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:19:13.287Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c6574ec-276c-4d47-8c5a-7ed442cdd39b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:19:13.289Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:19:13.290Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:19:13.290Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:19:21.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:19:21.001Z||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-06-11T01:19:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:19:21.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:19:21.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "dcae-sch", "timestamp": 1623374180983, "artifactURL": "/sdc/v1/catalog/services/22a41588-0387-4484-a99d-b0d7525301fb/resourceInstances/basicclamp0/artifacts/ff2501f1-1caa-406a-8a28-5f1bbf4dd4e8", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374181230, "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-06-11T01:19:21.037Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 2021-06-11T01:19:21.037Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 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-06-11T01:19:21.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "policy-id", "timestamp": 1623374165204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-11T01:19:21.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "cds", "timestamp": 1623374162769, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "aai-ml", "timestamp": 1623374181403, "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-06-11T01:19:21.049Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 2021-06-11T01:19:21.049Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 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-06-11T01:19:21.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374181793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-windriver-id", "timestamp": 1623374181800, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "clamp", "timestamp": 1623374182154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374169892, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "dcae-sch", "timestamp": 1623374182245, "artifactURL": "/sdc/v1/catalog/services/22a41588-0387-4484-a99d-b0d7525301fb/resourceInstances/basicclamp0/artifacts/ff2501f1-1caa-406a-8a28-5f1bbf4dd4e8", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "policy-id", "timestamp": 1623374165204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "cds", "timestamp": 1623374162769, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "aai-ml", "timestamp": 1623374163527, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374182915, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-windriver-id", "timestamp": 1623374182925, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "clamp", "timestamp": 1623374183159, "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-06-11T01:19:21.061Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 2021-06-11T01:19:21.061Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 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-06-11T01:19:21.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374169892, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "dcae-sch", "timestamp": 1623374183249, "artifactURL": "/sdc/v1/catalog/services/22a41588-0387-4484-a99d-b0d7525301fb/resourceInstances/basicclamp0/artifacts/ff2501f1-1caa-406a-8a28-5f1bbf4dd4e8", "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:19:21.078Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 96655830-2cc7-4fc0-b27b-3ef0da3b5090 2021-06-11T01:19:21.078Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96655830-2cc7-4fc0-b27b-3ef0da3b5090 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-06-11T01:19:21.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "policy-id", "timestamp": 1623374165204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "aai-ml", "timestamp": 1623374163527, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "cds", "timestamp": 1623374183524, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374183918, "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-06-11T01:19:21.090Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96655830-2cc7-4fc0-b27b-3ef0da3b5090 2021-06-11T01:19:21.090Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96655830-2cc7-4fc0-b27b-3ef0da3b5090 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-06-11T01:19:21.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "clamp", "timestamp": 1623374163062, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-windriver-id", "timestamp": 1623374184208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374169892, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "policy-id", "timestamp": 1623374165204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "aai-ml", "timestamp": 1623374163527, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "cds", "timestamp": 1623374184529, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-11T01:19:21.102Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 96655830-2cc7-4fc0-b27b-3ef0da3b5090 2021-06-11T01:19:21.102Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96655830-2cc7-4fc0-b27b-3ef0da3b5090 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-06-11T01:19:21.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:19:21.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374184921, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "dcae-sch", "timestamp": 1623374184492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "clamp", "timestamp": 1623374163062, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-windriver-id", "timestamp": 1623374185214, "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-06-11T01:19:21.114Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96655830-2cc7-4fc0-b27b-3ef0da3b5090 2021-06-11T01:19:21.114Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96655830-2cc7-4fc0-b27b-3ef0da3b5090 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-06-11T01:19:21.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374169892, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "policy-id", "timestamp": 1623374165204, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:19:21.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "aai-ml", "timestamp": 1623374163527, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-k8s-id", "timestamp": 1623374185708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "ves-openapi-manager", "timestamp": 1623374185286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "dcae-sch", "timestamp": 1623374184492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "cds", "timestamp": 1623374185532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "clamp", "timestamp": 1623374163062, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-windriver-id", "timestamp": 1623374186218, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374169892, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "aai-ml", "timestamp": 1623374163527, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "policy-id", "timestamp": 1623374186475, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-k8s-id", "timestamp": 1623374186841, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "ves-openapi-manager", "timestamp": 1623374185286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "dcae-sch", "timestamp": 1623374184492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "cds", "timestamp": 1623374185532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "clamp", "timestamp": 1623374163062, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374169892, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "aai-ml", "timestamp": 1623374163527, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "policy-id", "timestamp": 1623374187478, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "ves-openapi-manager", "timestamp": 1623374185286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "dcae-sch", "timestamp": 1623374184492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "cds", "timestamp": 1623374185532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-k8s-id", "timestamp": 1623374188175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "clamp", "timestamp": 1623374163062, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374169892, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "aai-ml", "timestamp": 1623374163527, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "policy-id", "timestamp": 1623374188481, "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-06-11T01:19:21.129Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96655830-2cc7-4fc0-b27b-3ef0da3b5090 2021-06-11T01:19:21.129Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96655830-2cc7-4fc0-b27b-3ef0da3b5090 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-06-11T01:19:21.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "ves-openapi-manager", "timestamp": 1623374185286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "dcae-sch", "timestamp": 1623374184492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "cds", "timestamp": 1623374185532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "clamp", "timestamp": 1623374163062, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-k8s-id", "timestamp": 1623374189198, "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-06-11T01:19:21.141Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96655830-2cc7-4fc0-b27b-3ef0da3b5090 2021-06-11T01:19:21.141Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96655830-2cc7-4fc0-b27b-3ef0da3b5090 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-06-11T01:19:21.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374169892, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:19:21.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "aai-ml", "timestamp": 1623374163527, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:19:21.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "ves-openapi-manager", "timestamp": 1623374185286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "policy-id", "timestamp": 1623374189483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "dcae-sch", "timestamp": 1623374184492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "cds", "timestamp": 1623374185532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "clamp", "timestamp": 1623374163062, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "multicloud-k8s-id", "timestamp": 1623374190203, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374189659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "ves-openapi-manager", "timestamp": 1623374185286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "policy-id", "timestamp": 1623374189483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "dcae-sch", "timestamp": 1623374184492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "cds", "timestamp": 1623374185532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "clamp", "timestamp": 1623374163062, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:19:21.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374189659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "ves-openapi-manager", "timestamp": 1623374185286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "policy-id", "timestamp": 1623374189483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "dcae-sch", "timestamp": 1623374184492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "cds", "timestamp": 1623374185532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374189659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "ves-openapi-manager", "timestamp": 1623374185286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374193106, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "policy-id", "timestamp": 1623374189483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "cds", "timestamp": 1623374185532, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374189659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "aai-ml", "timestamp": 1623374193455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-windriver-id", "timestamp": 1623374193026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "policy-id", "timestamp": 1623374189483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374189659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-windriver-id", "timestamp": 1623374193026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "policy-id", "timestamp": 1623374189483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374195239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374189659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "cds", "timestamp": 1623374195603, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-windriver-id", "timestamp": 1623374193026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "policy-id", "timestamp": 1623374189483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374196243, "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-06-11T01:19:21.160Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 96655830-2cc7-4fc0-b27b-3ef0da3b5090 2021-06-11T01:19:21.160Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96655830-2cc7-4fc0-b27b-3ef0da3b5090 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-06-11T01:19:21.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374189659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-windriver-id", "timestamp": 1623374193026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "policy-id", "timestamp": 1623374189483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:19:21.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374189659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:19:21.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "cds", "timestamp": 1623374197630, "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-06-11T01:19:21.182Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbbb259b-cba3-4430-bf41-34260bd1fc1a 2021-06-11T01:19:21.182Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbb259b-cba3-4430-bf41-34260bd1fc1a 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-06-11T01:19:21.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-windriver-id", "timestamp": 1623374193026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-11T01:19:21.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-k8s-id", "timestamp": 1623374176904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:19:21.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "policy-id", "timestamp": 1623374198610, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-windriver-id", "timestamp": 1623374193026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374198805, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "clamp", "timestamp": 1623374198894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "policy-id", "timestamp": 1623374199612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-windriver-id", "timestamp": 1623374193026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-k8s-id", "timestamp": 1623374199805, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "clamp", "timestamp": 1623374199898, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "aai-ml", "timestamp": 1623374200097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374200217, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374199892, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "policy-id", "timestamp": 1623374200614, "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-06-11T01:19:21.195Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbbb259b-cba3-4430-bf41-34260bd1fc1a 2021-06-11T01:19:21.195Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbb259b-cba3-4430-bf41-34260bd1fc1a 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-06-11T01:19:21.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-windriver-id", "timestamp": 1623374193026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:19:21.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "aai-ml", "timestamp": 1623374201100, "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-06-11T01:19:21.205Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 96655830-2cc7-4fc0-b27b-3ef0da3b5090 2021-06-11T01:19:21.205Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96655830-2cc7-4fc0-b27b-3ef0da3b5090 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-06-11T01:19:21.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-k8s-id", "timestamp": 1623374201322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "clamp", "timestamp": 1623374201509, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374199892, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374201655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-windriver-id", "timestamp": 1623374201898, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-k8s-id", "timestamp": 1623374202448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "clamp", "timestamp": 1623374202512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374199892, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374202659, "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-06-11T01:19:21.216Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbbb259b-cba3-4430-bf41-34260bd1fc1a 2021-06-11T01:19:21.216Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbb259b-cba3-4430-bf41-34260bd1fc1a 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-06-11T01:19:21.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "aai-ml", "timestamp": 1623374202103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-windriver-id", "timestamp": 1623374203056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-k8s-id", "timestamp": 1623374203469, "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-06-11T01:19:21.225Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbbb259b-cba3-4430-bf41-34260bd1fc1a 2021-06-11T01:19:21.225Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbb259b-cba3-4430-bf41-34260bd1fc1a 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-06-11T01:19:21.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "clamp", "timestamp": 1623374203515, "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-06-11T01:19:21.235Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 96655830-2cc7-4fc0-b27b-3ef0da3b5090 2021-06-11T01:19:21.236Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96655830-2cc7-4fc0-b27b-3ef0da3b5090 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-06-11T01:19:21.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374199892, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374203661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "aai-ml", "timestamp": 1623374202103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-windriver-id", "timestamp": 1623374204190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-k8s-id", "timestamp": 1623374204472, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374199892, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "aai-ml", "timestamp": 1623374202103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "clamp", "timestamp": 1623374204518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-windriver-id", "timestamp": 1623374205196, "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-06-11T01:19:21.251Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbbb259b-cba3-4430-bf41-34260bd1fc1a 2021-06-11T01:19:21.251Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbb259b-cba3-4430-bf41-34260bd1fc1a 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-06-11T01:19:21.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374199892, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "aai-ml", "timestamp": 1623374202103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "clamp", "timestamp": 1623374204518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "multicloud-windriver-id", "timestamp": 1623374206200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374199892, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "aai-ml", "timestamp": 1623374202103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "clamp", "timestamp": 1623374204518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374199892, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "aai-ml", "timestamp": 1623374202103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "clamp", "timestamp": 1623374204518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "aai-ml", "timestamp": 1623374202103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374208967, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "clamp", "timestamp": 1623374204518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "aai-ml", "timestamp": 1623374202103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:19:21.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "clamp", "timestamp": 1623374204518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374210979, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "clamp", "timestamp": 1623374204518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:19:21.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374211983, "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-06-11T01:19:21.263Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbbb259b-cba3-4430-bf41-34260bd1fc1a 2021-06-11T01:19:21.263Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbb259b-cba3-4430-bf41-34260bd1fc1a 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-06-11T01:19:21.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "clamp", "timestamp": 1623374204518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:19:21.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:19:21.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "aai-ml", "timestamp": 1623374213208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.270Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "clamp", "timestamp": 1623374220147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:19:21.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "aai-ml", "timestamp": 1623374220497, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "aai-ml", "timestamp": 1623374221500, "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-06-11T01:19:21.275Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbbb259b-cba3-4430-bf41-34260bd1fc1a 2021-06-11T01:19:21.276Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbb259b-cba3-4430-bf41-34260bd1fc1a 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-06-11T01:19:21.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "clamp", "timestamp": 1623374223152, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:19:21.283Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:21.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "clamp", "timestamp": 1623374224156, "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-06-11T01:19:21.288Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bbbb259b-cba3-4430-bf41-34260bd1fc1a 2021-06-11T01:19:21.288Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbb259b-cba3-4430-bf41-34260bd1fc1a 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-06-11T01:19:21.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:19:21.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca511cf1-1a9a-4d42-a2b8-61f0a6c80190", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374236901, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-11T01:19:21.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:19:43.290Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c6574ec-276c-4d47-8c5a-7ed442cdd39b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:19:43.301Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c6574ec-276c-4d47-8c5a-7ed442cdd39b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:19:43.303Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:19:43.304Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-11T01:19:43.304Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-11T01:19:43.304Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-11T01:19:43.304Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:19:43.304Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:19:43.304Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:19:43.304Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:19:43.304Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:19:43.304Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:19:43.304Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|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-06-11T01:19:43.310Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-11T01:20:13.310Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c6574ec-276c-4d47-8c5a-7ed442cdd39b 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-06-11T01:20:13.315Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c6574ec-276c-4d47-8c5a-7ed442cdd39b and serviceModelVersionId: f3f753a7-4bf9-48c2-b774-8e6730f2ee14 2021-06-11T01:20:13.315Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d60c00a6-4a5a-479a-825f-2f780b1e5459 2021-06-11T01:20:13.316Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d60c00a6-4a5a-479a-825f-2f780b1e5459/model-vers/model-ver/f3f753a7-4bf9-48c2-b774-8e6730f2ee14?depth=0 2021-06-11T01:20:13.319Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-06-11T01:20:13.354Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d60c00a6-4a5a-479a-825f-2f780b1e5459/model-vers/model-ver/f3f753a7-4bf9-48c2-b774-8e6730f2ee14?depth=0|INFO|500||Invoke 2021-06-11T01:20:13.354Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d60c00a6-4a5a-479a-825f-2f780b1e5459/model-vers/model-ver/f3f753a7-4bf9-48c2-b774-8e6730f2ee14?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d60c00a6-4a5a-479a-825f-2f780b1e5459/model-vers/model-ver/f3f753a7-4bf9-48c2-b774-8e6730f2ee14?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2c6574ec-276c-4d47-8c5a-7ed442cdd39b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7200e129-a523-47dc-b75e-8387b443ccce], X-ECOMP-RequestID=[2c6574ec-276c-4d47-8c5a-7ed442cdd39b], X-TransactionId=[], X-ONAP-RequestID=[2c6574ec-276c-4d47-8c5a-7ed442cdd39b], Content-Type=[application/merge-patch+json]} 2021-06-11T01:20:13.374Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d60c00a6-4a5a-479a-825f-2f780b1e5459/model-vers/model-ver/f3f753a7-4bf9-48c2-b774-8e6730f2ee14?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-11T01:20:13.984Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d60c00a6-4a5a-479a-825f-2f780b1e5459/model-vers/model-ver/f3f753a7-4bf9-48c2-b774-8e6730f2ee14?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/d60c00a6-4a5a-479a-825f-2f780b1e5459/model-vers/model-ver/f3f753a7-4bf9-48c2-b774-8e6730f2ee14?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210611-01:20:13:382-83271], vertex-id=[372912], Content-Length=[0], Date=[Fri, 11 Jun 2021 01:20:13 GMT], Content-Type=[application/json]} 2021-06-11T01:20:13.984Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d60c00a6-4a5a-479a-825f-2f780b1e5459/model-vers/model-ver/f3f753a7-4bf9-48c2-b774-8e6730f2ee14?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-11T01:20:13.985Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d60c00a6-4a5a-479a-825f-2f780b1e5459/model-vers/model-ver/f3f753a7-4bf9-48c2-b774-8e6730f2ee14?depth=0|INFO|500||InvokeReturn 2021-06-11T01:20:13.985Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-11T01:20:13.985Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|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-06-11T01:20:13.988Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|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-06-11T01:20:13.989Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c6574ec-276c-4d47-8c5a-7ed442cdd39b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-11T01:20:13.989Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-11T01:20:13.989Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:13.991Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:13.991Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374413989, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-11T01:20:14.091Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:20:14.092Z||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-06-11T01:20:14.092Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:14.107Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:14.107Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-11T01:20:15.003Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:20:15.003Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"96655830-2cc7-4fc0-b27b-3ef0da3b5090","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"22a41588-0387-4484-a99d-b0d7525301fb","serviceDescription":"service","serviceInvariantUUID":"cddc6c5e-e74b-4b09-b884-2e727b8cf963","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0beb34cb-1446-463d-be69-a60a10549812","resourceInvariantUUID":"b3e8cad4-ffef-4925-86aa-feefea85eb32","resourceCustomizationUUID":"ff3305a1-f473-48ef-9c4f-5b461b18e72a","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":"ff2501f1-1caa-406a-8a28-5f1bbf4dd4e8","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":"ODY2NmE2Mjk2MDM0YmE1NDE4MDVhNWVmODEwMmVhMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e45ed84-8425-4b0e-825f-3ee354e08603","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":"YmRhNDQ5ZThiNzM5YWI2OGU5OGY3MjVjMzVhY2ZjYWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87ebfaf1-d9e7-4f30-93b2-6fa1994bddd3","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":"8e549198-a5db-4719-9e8c-ec8beda09891","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":"5d007a57-6851-4ed0-977c-3f1c7c777f26","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":"a665e465-59f6-4856-a531-b48bbcd742cc","artifactVersion":"2","generatedFromUUID":"8e549198-a5db-4719-9e8c-ec8beda09891"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MTFhYWMwZGUxOTkzYTNmMzAzNDE1MDQwMzEzNTYzM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d12a5be5-293c-44cb-b805-8a53dbe1c379","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZmQ5OTI1ODgzMjU1NzIxNjhiNDEzZmI4NDM3ODk5ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60b5983e-e61b-45ab-8b49-f0c27f072ef2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-11T01:20:15.004Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:20:15.004Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:15.005Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:15.005Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:20:15.110Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-06-11T01:20:15.110Z||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-06-11T01:20:15.110Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:15.121Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:15.121Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:20:16.006Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:20:16.007Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:16.008Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:16.008Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:20:16.108Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:20:16.109Z||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-06-11T01:20:16.109Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:16.117Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:16.119Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:20:17.008Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:20:17.009Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:17.011Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:17.011Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:20:17.111Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:20:17.112Z||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-06-11T01:20:17.112Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:17.126Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:17.127Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:20:18.011Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:20:18.012Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:18.013Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:18.013Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-11T01:20:18.114Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:20:18.115Z||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-06-11T01:20:18.115Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:18.132Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:18.133Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:20:19.014Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:20:19.015Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:19.016Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:19.017Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:20:19.117Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:20:19.117Z||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-06-11T01:20:19.117Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:19.127Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:19.128Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:20:20.017Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:20:20.018Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:20.019Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:20.019Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-11T01:20:20.120Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-11T01:20:20.120Z||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-06-11T01:20:20.120Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:20.132Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:20.132Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-11T01:20:21.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:20:21.001Z||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-06-11T01:20:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:21.020Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:20:21.021Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:21.022Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:21.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:21.022Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:20:21.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:20:21.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:20:21.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:20:21.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:20:21.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:20:21.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:20:21.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:20:21.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-11T01:20:21.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:20:21.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:20:21.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:20:21.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:20:21.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:20:21.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-11T01:20:21.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:20:21.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:20:21.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:20:21.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:20:21.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:20:21.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:20:21.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:20:21.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:20:21.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374250798, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:20:21.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:20:21.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:20:21.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374254595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:20:21.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:20:21.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:20:21.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374256802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:20:21.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:20:21.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:20:21.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374258129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:20:21.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:20:21.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:20:21.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374259224, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:20:21.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:20:21.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:20:21.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374260230, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-11T01:20:21.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:20:21.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:20:21.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374261234, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-11T01:20:21.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:20:21.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:20:21.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374262238, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:20:21.027Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:20:21.123Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-11T01:20:21.124Z||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-06-11T01:20:21.124Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:21.136Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:21.137Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:20:22.023Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:20:22.023Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:22.025Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:22.025Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:20:22.125Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:20:22.126Z||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-06-11T01:20:22.126Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:22.141Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:22.142Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:20:23.026Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "22a41588-0387-4484-a99d-b0d7525301fb", "serviceDescription": "service", "serviceInvariantUUID": "cddc6c5e-e74b-4b09-b884-2e727b8cf963", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "ff3305a1-f473-48ef-9c4f-5b461b18e72a", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0beb34cb-1446-463d-be69-a60a10549812", "resourceInvariantUUID": "b3e8cad4-ffef-4925-86aa-feefea85eb32", "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": "YmRhNDQ5ZThiNzM5YWI2OGU5OGY3MjVjMzVhY2ZjYWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87ebfaf1-d9e7-4f30-93b2-6fa1994bddd3", "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": "8e549198-a5db-4719-9e8c-ec8beda09891", "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": "a665e465-59f6-4856-a531-b48bbcd742cc", "generatedFromUUID": "8e549198-a5db-4719-9e8c-ec8beda09891" }, "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": "a665e465-59f6-4856-a531-b48bbcd742cc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZmQ5OTI1ODgzMjU1NzIxNjhiNDEzZmI4NDM3ODk5ZDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "60b5983e-e61b-45ab-8b49-f0c27f072ef2" } ], "workloadContext": "Production" } 2021-06-11T01:20:23.026Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-11T01:20:23.027Z|2c6574ec-276c-4d47-8c5a-7ed442cdd39b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 22a41588-0387-4484-a99d-b0d7525301fb ASDC 2021-06-11T01:20:23.027Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:96655830-2cc7-4fc0-b27b-3ef0da3b5090 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:22a41588-0387-4484-a99d-b0d7525301fb ServiceInvariantUUID:cddc6c5e-e74b-4b09-b884-2e727b8cf963 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:60b5983e-e61b-45ab-8b49-f0c27f072ef2 ArtifactChecksum:ZmQ5OTI1ODgzMjU1NzIxNjhiNDEzZmI4NDM3ODk5ZDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:ff3305a1-f473-48ef-9c4f-5b461b18e72a ResourceInvariantUUID:b3e8cad4-ffef-4925-86aa-feefea85eb32 ResourceName:basicclamp ResourceType:VF ResourceUUID:0beb34cb-1446-463d-be69-a60a10549812 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:87ebfaf1-d9e7-4f30-93b2-6fa1994bddd3 ArtifactChecksum:YmRhNDQ5ZThiNzM5YWI2OGU5OGY3MjVjMzVhY2ZjYWI= 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:8e549198-a5db-4719-9e8c-ec8beda09891 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:a665e465-59f6-4856-a531-b48bbcd742cc 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:a665e465-59f6-4856-a531-b48bbcd742cc ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-11T01:20:23.027Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 22a41588-0387-4484-a99d-b0d7525301fb 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-06-11T01:20:23.054Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-11T01:20:23.055Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:20:23.055Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:20:23.055Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 60b5983e-e61b-45ab-8b49-f0c27f072ef2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-11T01:20:23.055Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:20:23.055Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:23.195Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:20:23.198Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 60b5983e-e61b-45ab-8b49-f0c27f072ef2 76822 2021-06-11T01:20:23.198Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:23.198Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:23.198Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:20:23.199Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:23.200Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:23.200Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374423198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:20:23.300Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:20:23.301Z||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-06-11T01:20:23.301Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:23.314Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:23.314Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:20:24.201Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-11T01:20:24.202Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:20:24.202Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 60b5983e-e61b-45ab-8b49-f0c27f072ef2, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-11T01:20:24.203Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-06-11T01:20:24.203Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-11T01:20:24.203Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-11T01:20:24.322Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15454177416419832394/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-06-11T01:20:25.221Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-11T01:20:25.222Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-11T01:20:25.222Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-11T01:20:25.222Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-06-11T01:20:25.222Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:25.222Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:25.222Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-11T01:20:25.222Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:25.222Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:25.222Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:25.222Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:25.223Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:25.223Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:25.223Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:25.223Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-11T01:20:25.223Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:25.223Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:20:25.223Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-11T01:20:25.223Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-11T01:20:25.223Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-11T01:20:25.223Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:25.223Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:20:25.223Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-11T01:20:25.224Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-11T01:20:25.224Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-11T01:20:25.224Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:25.224Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:20:25.224Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:25.224Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-06-11T01:20:25.224Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-06-11T01:20:25.224Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-06-11T01:20:25.224Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-06-11T01:20:25.224Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-11T01:20:25.224Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-11T01:20:25.225Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:25.225Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:25.225Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:25.225Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-11T01:20:25.225Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:20:25.226Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:25.226Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-11T01:20:25.226Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:20:25.226Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:25.226Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-11T01:20:25.226Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:20:25.226Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:25.226Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-06-11T01:20:25.227Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-11T01:20:25.227Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-11T01:20:25.227Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ba6aaa93-7418-4476-9502-27c999bfcf0d 2021-06-11T01:20:25.227Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:25.227Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:20:25.227Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:25.227Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:20:25.227Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:25.227Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:20:25.227Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:25.227Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:20:25.228Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:22a41588-0387-4484-a99d-b0d7525301fb Model Version:NULL Model InvariantUuid:cddc6c5e-e74b-4b09-b884-2e727b8cf963 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:b695f151-c213-42f8-ac40-820531a7a188 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b3e8cad4-ffef-4925-86aa-feefea85eb32 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ff3305a1-f473-48ef-9c4f-5b461b18e72a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ce7fd7cd-e115-49bd-b6c6-0a05211d0514 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:4833ae6e-8235-44b4-93e2-fb36c2300235 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ba6aaa93-7418-4476-9502-27c999bfcf0d ModelInvariantUuid:3b187414-001e-4748-b797-8bef3f6b3552 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:d999ec0a-971f-4480-b661-12674e6ed0b5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:a1c220a4-c3a4-4435-9d20-1ae64d83c802 ModelInvariantUuid:4caef217-ff5a-4fac-b7ce-ef64b93d9b2d ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:fa8a4d81-9377-4dd7-938f-4c24c1fe55b3 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-06-11T01:20:25.232Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 0beb34cb-1446-463d-be69-a60a10549812 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-06-11T01:20:25.234Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||basicclamp 0 2021-06-11T01:20:25.234Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0beb34cb-1446-463d-be69-a60a10549812 2021-06-11T01:20:25.234Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 87ebfaf1-d9e7-4f30-93b2-6fa1994bddd3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-06-11T01:20:25.234Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:20:25.234Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:25.368Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:20:25.369Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 87ebfaf1-d9e7-4f30-93b2-6fa1994bddd3 790 2021-06-11T01:20:25.369Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:25.369Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:25.369Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:20:25.370Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:25.372Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:25.372Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374425369, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:20:25.472Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:20:25.473Z||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-06-11T01:20:25.473Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:25.484Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:25.485Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:20:26.373Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ce7fd7cd-e115-49bd-b6c6-0a05211d0514", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4833ae6e-8235-44b4-93e2-fb36c2300235", "vfModuleModelCustomizationUUID": "ecb4b2b0-28d2-43df-9346-88584d30276d", "isBase": true, "artifacts": [ "8e549198-a5db-4719-9e8c-ec8beda09891", "a665e465-59f6-4856-a531-b48bbcd742cc" ], "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-06-11T01:20:26.376Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4833ae6e-8235-44b4-93e2-fb36c2300235 VfModuleModelInvariantUUID:ce7fd7cd-e115-49bd-b6c6-0a05211d0514 VfModuleModelDescription:NULL Artifacts UUID List:{ 8e549198-a5db-4719-9e8c-ec8beda09891 , a665e465-59f6-4856-a531-b48bbcd742cc } 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-06-11T01:20:26.377Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ce7fd7cd-e115-49bd-b6c6-0a05211d0514", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4833ae6e-8235-44b4-93e2-fb36c2300235", "vfModuleModelCustomizationUUID": "ecb4b2b0-28d2-43df-9346-88584d30276d", "isBase": true, "artifacts": [ "8e549198-a5db-4719-9e8c-ec8beda09891", "a665e465-59f6-4856-a531-b48bbcd742cc" ], "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-06-11T01:20:26.378Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4833ae6e-8235-44b4-93e2-fb36c2300235 VfModuleModelInvariantUUID:ce7fd7cd-e115-49bd-b6c6-0a05211d0514 VfModuleModelDescription:NULL Artifacts UUID List:{ 8e549198-a5db-4719-9e8c-ec8beda09891 , a665e465-59f6-4856-a531-b48bbcd742cc } 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-06-11T01:20:26.378Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8e549198-a5db-4719-9e8c-ec8beda09891 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-06-11T01:20:26.378Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:20:26.378Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:26.553Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:20:26.554Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 8e549198-a5db-4719-9e8c-ec8beda09891 5033 2021-06-11T01:20:26.554Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:26.555Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:26.555Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:20:26.555Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:26.557Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:26.557Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374426554, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:20:26.657Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:20:26.658Z||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-06-11T01:20:26.658Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:26.669Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:26.669Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:20:27.557Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a665e465-59f6-4856-a531-b48bbcd742cc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-06-11T01:20:27.558Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:20:27.558Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:27.776Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:20:27.776Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env a665e465-59f6-4856-a531-b48bbcd742cc 909 2021-06-11T01:20:27.777Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:27.777Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:27.777Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:20:27.777Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:27.779Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:27.779Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374427777, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:20:27.879Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-11T01:20:27.879Z||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-06-11T01:20:27.880Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:27.889Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:27.890Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:20:28.789Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 22a41588-0387-4484-a99d-b0d7525301fb 2021-06-11T01:20:28.791Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 0beb34cb-1446-463d-be69-a60a10549812 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-06-11T01:20:28.805Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:28.805Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:20:28.805Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-06-11T01:20:28.806Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ff3305a1-f473-48ef-9c4f-5b461b18e72a 2021-06-11T01:20:28.806Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ff3305a1-f473-48ef-9c4f-5b461b18e72a matches Tosca VF Customization UUID: ff3305a1-f473-48ef-9c4f-5b461b18e72a 2021-06-11T01:20:28.806Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ff3305a1-f473-48ef-9c4f-5b461b18e72a 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-06-11T01:20:28.808Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:28.809Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:20:28.810Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ff3305a1-f473-48ef-9c4f-5b461b18e72a: {\"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-06-11T01:20:28.810Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@217ebabc 2021-06-11T01:20:28.810Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:28.811Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:28.811Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ecb4b2b0-28d2-43df-9346-88584d30276d 2021-06-11T01:20:28.811Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ecb4b2b0-28d2-43df-9346-88584d30276d 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-06-11T01:20:28.813Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:28.814Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-11T01:20:28.814Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:20:28.814Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:28.815Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-11T01:20:28.815Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:20:28.815Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:28.816Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-06-11T01:20:28.816Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-11T01:20:28.817Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-11T01:20:28.817Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ba6aaa93-7418-4476-9502-27c999bfcf0d 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-06-11T01:20:28.819Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:28.819Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-11T01:20:28.820Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:20:28.820Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:28.820Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-11T01:20:28.821Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=ff3305a1-f473-48ef-9c4f-5b461b18e72a 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-06-11T01:20:28.823Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:28.823Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:20:28.823Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 22a41588-0387-4484-a99d-b0d7525301fb: basicclamp 2021-06-11T01:20:28.823Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:28.824Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:20:28.824Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:28.825Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:20:28.825Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:28.825Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:20:28.826Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:28.826Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:20:28.826Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:20:28.827Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:20:28.827Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:28.892Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 0beb34cb-1446-463d-be69-a60a10549812 1 ASDC deployResourceStructure 2021-06-11T01:20:28.893Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:28.893Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:28.893Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:20:28.894Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:28.897Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:28.897Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374428893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:20:28.997Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:20:28.998Z||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-06-11T01:20:28.998Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:29.009Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:29.010Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:20:29.898Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:29.898Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:29.898Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:20:29.898Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:29.900Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:29.900Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374429898, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-11T01:20:30.000Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:20:30.001Z||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-06-11T01:20:30.001Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:30.010Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:30.010Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:20:30.901Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:30.901Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:30.901Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:20:30.902Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:30.903Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:30.903Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374430901, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-11T01:20:31.003Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:20:31.004Z||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-06-11T01:20:31.004Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:31.012Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:31.012Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:20:31.904Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:31.905Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:31.905Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:20:31.905Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:20:31.907Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:20:31.907Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374431904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:20:32.007Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:20:32.008Z||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-06-11T01:20:32.008Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:20:32.018Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:20:32.019Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:20:32.908Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96655830-2cc7-4fc0-b27b-3ef0da3b5090 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:20:32.917Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96655830-2cc7-4fc0-b27b-3ef0da3b5090 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:20:32.919Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:20:32.919Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-11T01:20:32.919Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-11T01:20:32.919Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-11T01:20:32.919Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:20:32.919Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:20:32.919Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:20:32.919Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:20:32.919Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:20:32.919Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:20:32.919Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:20:32.920Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:20:32.924Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-11T01:21:02.924Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96655830-2cc7-4fc0-b27b-3ef0da3b5090 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-06-11T01:21:02.930Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96655830-2cc7-4fc0-b27b-3ef0da3b5090 and serviceModelVersionId: 22a41588-0387-4484-a99d-b0d7525301fb 2021-06-11T01:21:02.931Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cddc6c5e-e74b-4b09-b884-2e727b8cf963 2021-06-11T01:21:02.931Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cddc6c5e-e74b-4b09-b884-2e727b8cf963/model-vers/model-ver/22a41588-0387-4484-a99d-b0d7525301fb?depth=0 2021-06-11T01:21:02.935Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-06-11T01:21:02.970Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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/cddc6c5e-e74b-4b09-b884-2e727b8cf963/model-vers/model-ver/22a41588-0387-4484-a99d-b0d7525301fb?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-06-11T01:21:02.971Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cddc6c5e-e74b-4b09-b884-2e727b8cf963/model-vers/model-ver/22a41588-0387-4484-a99d-b0d7525301fb?depth=0|INFO|500||Invoke 2021-06-11T01:21:02.993Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cddc6c5e-e74b-4b09-b884-2e727b8cf963/model-vers/model-ver/22a41588-0387-4484-a99d-b0d7525301fb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-11T01:21:03.097Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cddc6c5e-e74b-4b09-b884-2e727b8cf963/model-vers/model-ver/22a41588-0387-4484-a99d-b0d7525301fb?depth=0|INFO|500||InvokeReturn 2021-06-11T01:21:03.098Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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/cddc6c5e-e74b-4b09-b884-2e727b8cf963/model-vers/model-ver/22a41588-0387-4484-a99d-b0d7525301fb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210611-01:21:03:001-95198], vertex-id=[241744], Content-Length=[0], Date=[Fri, 11 Jun 2021 01:21:03 GMT], Content-Type=[application/json]} 2021-06-11T01:21:03.098Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-06-11T01:21:03.099Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-11T01:21:03.099Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:21:03.102Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|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-06-11T01:21:03.102Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96655830-2cc7-4fc0-b27b-3ef0da3b5090 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-11T01:21:03.103Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-11T01:21:03.103Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:03.104Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:03.104Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374463103, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-11T01:21:03.205Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-11T01:21:03.206Z||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-06-11T01:21:03.206Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:03.221Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:03.221Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-11T01:21:04.116Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:21:04.116Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbbb259b-cba3-4430-bf41-34260bd1fc1a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"dbc2257a-98ce-4529-b055-9d43b9a90f99","serviceDescription":"service","serviceInvariantUUID":"840a315f-bbe4-4cc5-9b2e-8bc20bf18956","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8a0e8c86-d5b2-4187-b87e-ee8df30ba785","resourceInvariantUUID":"4a90b78b-c717-47f4-9ba5-0b45de986f23","resourceCustomizationUUID":"59f8f7f7-e8b7-472a-8cef-3ab61db40985","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":"YWVlYzUwMWUzZDY2YTQzNDcwMzUxYzcyZDljOGYyMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e073578-284f-4b25-9a22-77c606fbd11c","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":"NTk1Mzg3NmI2NmZkMzVhOTQxZjkyODU0MTI4MDUxYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c095d7ae-400e-4d42-90bc-427586ca6796","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":"569edb56-0e11-4f8e-8170-f7132e9ce970","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":"dfd52f66-c8b2-4ca5-bec3-e5887c5e5056","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":"ba12d24b-03be-4f1c-a68b-0ad651161eba","artifactVersion":"2","generatedFromUUID":"569edb56-0e11-4f8e-8170-f7132e9ce970"},{"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":"YzdhMjI2ZTc2NGRlYWYwYTc5MTBiYTJjMjFhZDEyYzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e2c52bca-4ac2-46a9-b39b-91b5a2a2e516","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":"MmRiNDNlN2JkMGI1YmYyM2ZhOGMyYTc3NjM1NzQzMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ecfcc91-b1f4-4d1f-bde9-bcd73eab1518","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YWYxYjgxMTdjMGI1M2M0MGEzZWU5MGVhNWJlMzlhMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"713f9289-d655-4deb-af85-634b92492b76","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-11T01:21:04.116Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:21:04.116Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:04.118Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:04.118Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:04.218Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:04.219Z||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-06-11T01:21:04.219Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:04.232Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:04.232Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:21:05.118Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:21:05.119Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:05.120Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:05.120Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:21:05.221Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:05.222Z||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-06-11T01:21:05.222Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:05.233Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:05.233Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:21:06.121Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:21:06.122Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:06.123Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:06.123Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-11T01:21:06.223Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:06.224Z||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-06-11T01:21:06.224Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:06.234Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:06.234Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:21:07.123Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:21:07.124Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:07.126Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:07.126Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:07.226Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:07.226Z||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-06-11T01:21:07.227Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:07.240Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:07.240Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-06-11T01:21:08.127Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:21:08.128Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:08.129Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:08.129Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-11T01:21:08.229Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:08.230Z||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-06-11T01:21:08.230Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:08.240Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:08.241Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:21:09.130Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:21:09.130Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:09.132Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:09.132Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:09.232Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:09.233Z||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-06-11T01:21:09.233Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:09.245Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:09.246Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:21:10.133Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:21:10.133Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:10.135Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:10.135Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:10.235Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:10.235Z||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-06-11T01:21:10.236Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:10.245Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:10.246Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:21:11.135Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:21:11.136Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:11.138Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:11.138Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:21:11.238Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-11T01:21:11.239Z||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-06-11T01:21:11.239Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:11.250Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:11.250Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:21:12.140Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "dbc2257a-98ce-4529-b055-9d43b9a90f99", "serviceDescription": "service", "serviceInvariantUUID": "840a315f-bbe4-4cc5-9b2e-8bc20bf18956", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "59f8f7f7-e8b7-472a-8cef-3ab61db40985", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8a0e8c86-d5b2-4187-b87e-ee8df30ba785", "resourceInvariantUUID": "4a90b78b-c717-47f4-9ba5-0b45de986f23", "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": "NTk1Mzg3NmI2NmZkMzVhOTQxZjkyODU0MTI4MDUxYTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c095d7ae-400e-4d42-90bc-427586ca6796", "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": "569edb56-0e11-4f8e-8170-f7132e9ce970", "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": "ba12d24b-03be-4f1c-a68b-0ad651161eba", "generatedFromUUID": "569edb56-0e11-4f8e-8170-f7132e9ce970" }, "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": "ba12d24b-03be-4f1c-a68b-0ad651161eba", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YWYxYjgxMTdjMGI1M2M0MGEzZWU5MGVhNWJlMzlhMTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "713f9289-d655-4deb-af85-634b92492b76" } ], "workloadContext": "Production" } 2021-06-11T01:21:12.140Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-11T01:21:12.140Z|96655830-2cc7-4fc0-b27b-3ef0da3b5090|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dbc2257a-98ce-4529-b055-9d43b9a90f99 ASDC 2021-06-11T01:21:12.140Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:bbbb259b-cba3-4430-bf41-34260bd1fc1a ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:dbc2257a-98ce-4529-b055-9d43b9a90f99 ServiceInvariantUUID:840a315f-bbe4-4cc5-9b2e-8bc20bf18956 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:713f9289-d655-4deb-af85-634b92492b76 ArtifactChecksum:YWYxYjgxMTdjMGI1M2M0MGEzZWU5MGVhNWJlMzlhMTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:59f8f7f7-e8b7-472a-8cef-3ab61db40985 ResourceInvariantUUID:4a90b78b-c717-47f4-9ba5-0b45de986f23 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:8a0e8c86-d5b2-4187-b87e-ee8df30ba785 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:c095d7ae-400e-4d42-90bc-427586ca6796 ArtifactChecksum:NTk1Mzg3NmI2NmZkMzVhOTQxZjkyODU0MTI4MDUxYTA= 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:569edb56-0e11-4f8e-8170-f7132e9ce970 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:ba12d24b-03be-4f1c-a68b-0ad651161eba 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:ba12d24b-03be-4f1c-a68b-0ad651161eba ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-11T01:21:12.140Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dbc2257a-98ce-4529-b055-9d43b9a90f99 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-06-11T01:21:12.170Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-11T01:21:12.171Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:21:12.171Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:21:12.171Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 713f9289-d655-4deb-af85-634b92492b76 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-11T01:21:12.171Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:21:12.171Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-11T01:21:13.782Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:21:13.785Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 713f9289-d655-4deb-af85-634b92492b76 82045 2021-06-11T01:21:13.785Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-06-11T01:21:13.785Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-11T01:21:13.785Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:21:13.786Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:13.787Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:13.787Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374473785, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:13.887Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:13.888Z||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-06-11T01:21:13.888Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:13.898Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:13.898Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:21:14.787Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-11T01:21:14.788Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:21:14.789Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 713f9289-d655-4deb-af85-634b92492b76, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-11T01:21:14.789Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-06-11T01:21:14.789Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-11T01:21:14.789Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-11T01:21:14.892Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3421654258107804675/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-06-11T01:21:15.761Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-11T01:21:15.761Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-11T01:21:15.761Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-11T01:21:15.761Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-06-11T01:21:15.761Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:15.761Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:15.761Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:15.761Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|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-BasicVmMacro-csar.csar 2021-06-11T01:21:15.761Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|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-BasicVmMacro-csar.csar 2021-06-11T01:21:15.761Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-11T01:21:15.761Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|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-BasicVmMacro-csar.csar 2021-06-11T01:21:15.762Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:15.762Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|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-BasicVmMacro-csar.csar 2021-06-11T01:21:15.762Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|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-BasicVmMacro-csar.csar 2021-06-11T01:21:15.762Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-11T01:21:15.762Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:15.762Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:21:15.762Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-11T01:21:15.762Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-11T01:21:15.762Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-11T01:21:15.762Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:15.762Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:21:15.763Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-11T01:21:15.763Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-11T01:21:15.763Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-11T01:21:15.763Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:15.763Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:21:15.763Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:15.763Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-06-11T01:21:15.763Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-11T01:21:15.763Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-06-11T01:21:15.763Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-06-11T01:21:15.763Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-06-11T01:21:15.763Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-11T01:21:15.764Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:15.764Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-11T01:21:15.764Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:15.764Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-11T01:21:15.764Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:21:15.764Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:15.764Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-11T01:21:15.764Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:21:15.764Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:15.764Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-11T01:21:15.765Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:21:15.765Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:15.765Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-06-11T01:21:15.765Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-11T01:21:15.765Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-11T01:21:15.765Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=66fe9848-0f03-42d2-aca0-e8d8ba5df21c 2021-06-11T01:21:15.765Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:15.765Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:21:15.765Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:15.765Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:21:15.765Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:15.765Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:21:15.766Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:15.766Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:21:15.766Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:dbc2257a-98ce-4529-b055-9d43b9a90f99 Model Version:NULL Model InvariantUuid:840a315f-bbe4-4cc5-9b2e-8bc20bf18956 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:c05056c1-cc80-4d88-9c15-7569a9620a0c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4a90b78b-c717-47f4-9ba5-0b45de986f23 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:59f8f7f7-e8b7-472a-8cef-3ab61db40985 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a5025eef-af18-445a-94cf-744b5fe243e6 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:f148bb94-f471-4eb8-95fe-4418cae5c035 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:66fe9848-0f03-42d2-aca0-e8d8ba5df21c ModelInvariantUuid:58016a67-6474-47ce-b844-0c825aff241b ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:928acaee-5fe2-468b-9277-5aad8b8acc97 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:74377f20-14e9-42dd-a32d-956deeb27901 ModelInvariantUuid:4f4b4619-91ec-4c48-bcd6-67094e2daab9 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:0be9a389-89ce-4de2-87bc-96cca10803b1 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-06-11T01:21:15.770Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8a0e8c86-d5b2-4187-b87e-ee8df30ba785 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-06-11T01:21:15.773Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2021-06-11T01:21:15.773Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8a0e8c86-d5b2-4187-b87e-ee8df30ba785 2021-06-11T01:21:15.774Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c095d7ae-400e-4d42-90bc-427586ca6796 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-06-11T01:21:15.774Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:21:15.774Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:16.315Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:21:16.316Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c095d7ae-400e-4d42-90bc-427586ca6796 792 2021-06-11T01:21:16.316Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:16.316Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:16.316Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:21:16.317Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:16.318Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:16.319Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374476316, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:16.419Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:16.420Z||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-06-11T01:21:16.420Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:16.432Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:16.432Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:21:17.319Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a5025eef-af18-445a-94cf-744b5fe243e6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f148bb94-f471-4eb8-95fe-4418cae5c035", "vfModuleModelCustomizationUUID": "864aa4d6-4e91-409d-b395-7ec14f2e9a5f", "isBase": true, "artifacts": [ "569edb56-0e11-4f8e-8170-f7132e9ce970", "ba12d24b-03be-4f1c-a68b-0ad651161eba" ], "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-06-11T01:21:17.323Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f148bb94-f471-4eb8-95fe-4418cae5c035 VfModuleModelInvariantUUID:a5025eef-af18-445a-94cf-744b5fe243e6 VfModuleModelDescription:NULL Artifacts UUID List:{ 569edb56-0e11-4f8e-8170-f7132e9ce970 , ba12d24b-03be-4f1c-a68b-0ad651161eba } 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-06-11T01:21:17.325Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a5025eef-af18-445a-94cf-744b5fe243e6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f148bb94-f471-4eb8-95fe-4418cae5c035", "vfModuleModelCustomizationUUID": "864aa4d6-4e91-409d-b395-7ec14f2e9a5f", "isBase": true, "artifacts": [ "569edb56-0e11-4f8e-8170-f7132e9ce970", "ba12d24b-03be-4f1c-a68b-0ad651161eba" ], "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-06-11T01:21:17.325Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f148bb94-f471-4eb8-95fe-4418cae5c035 VfModuleModelInvariantUUID:a5025eef-af18-445a-94cf-744b5fe243e6 VfModuleModelDescription:NULL Artifacts UUID List:{ 569edb56-0e11-4f8e-8170-f7132e9ce970 , ba12d24b-03be-4f1c-a68b-0ad651161eba } 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-06-11T01:21:17.325Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 569edb56-0e11-4f8e-8170-f7132e9ce970 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-06-11T01:21:17.325Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:21:17.325Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:17.712Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:21:17.713Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 569edb56-0e11-4f8e-8170-f7132e9ce970 5033 2021-06-11T01:21:17.713Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:17.713Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:17.713Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:21:17.713Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:17.715Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:17.715Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374477713, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:17.815Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:17.816Z||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-06-11T01:21:17.816Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:17.826Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:17.826Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:21:18.715Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ba12d24b-03be-4f1c-a68b-0ad651161eba from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-06-11T01:21:18.716Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:21:18.716Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:18.844Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:21:18.845Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ba12d24b-03be-4f1c-a68b-0ad651161eba 903 2021-06-11T01:21:18.845Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:18.845Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:18.845Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:21:18.846Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:18.847Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:18.847Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374478845, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:18.947Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:18.948Z||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-06-11T01:21:18.948Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:18.958Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:18.958Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:21:19.848Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: dbc2257a-98ce-4529-b055-9d43b9a90f99 2021-06-11T01:21:19.848Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8a0e8c86-d5b2-4187-b87e-ee8df30ba785 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-06-11T01:21:19.858Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:19.858Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:21:19.858Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-06-11T01:21:19.859Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 59f8f7f7-e8b7-472a-8cef-3ab61db40985 2021-06-11T01:21:19.859Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59f8f7f7-e8b7-472a-8cef-3ab61db40985 matches Tosca VF Customization UUID: 59f8f7f7-e8b7-472a-8cef-3ab61db40985 2021-06-11T01:21:19.859Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 59f8f7f7-e8b7-472a-8cef-3ab61db40985 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-06-11T01:21:19.860Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:19.861Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:21:19.861Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 59f8f7f7-e8b7-472a-8cef-3ab61db40985: {\"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-06-11T01:21:19.861Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45737115 2021-06-11T01:21:19.861Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:19.861Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-11T01:21:19.861Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 864aa4d6-4e91-409d-b395-7ec14f2e9a5f 2021-06-11T01:21:19.862Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 864aa4d6-4e91-409d-b395-7ec14f2e9a5f 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-06-11T01:21:19.863Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:19.863Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-11T01:21:19.863Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:21:19.864Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:19.864Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-11T01:21:19.864Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:21:19.864Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:19.864Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-06-11T01:21:19.864Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-11T01:21:19.864Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-11T01:21:19.864Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=66fe9848-0f03-42d2-aca0-e8d8ba5df21c 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-06-11T01:21:19.866Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:19.866Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-11T01:21:19.866Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:21:19.866Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:19.866Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-11T01:21:19.867Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=59f8f7f7-e8b7-472a-8cef-3ab61db40985 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-06-11T01:21:19.868Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:19.868Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:21:19.868Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid dbc2257a-98ce-4529-b055-9d43b9a90f99: basic_vm_macro 2021-06-11T01:21:19.869Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:19.869Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:21:19.869Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:19.869Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:21:19.870Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:19.870Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:21:19.870Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:19.870Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:21:19.870Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:21:19.870Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:21:19.870Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:19.931Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8a0e8c86-d5b2-4187-b87e-ee8df30ba785 1 ASDC deployResourceStructure 2021-06-11T01:21:19.931Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:19.931Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:19.932Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:21:19.932Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:19.933Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:19.933Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374479931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:21:20.033Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:20.034Z||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-06-11T01:21:20.034Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:20.043Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:20.044Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:21:20.934Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:20.934Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:20.935Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:21:20.935Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:20.937Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:20.937Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374480934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-11T01:21:21.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:21:21.002Z||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-06-11T01:21:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:21.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:21.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "cds", "timestamp": 1623374387769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374389659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-windriver-id", "timestamp": 1623374393026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "cds", "timestamp": 1623374387769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374389659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-windriver-id", "timestamp": 1623374393026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "cds", "timestamp": 1623374387769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374389659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-11T01:21:21.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-windriver-id", "timestamp": 1623374393026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-11T01:21:21.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-k8s-id", "timestamp": 1623374396904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "cds", "timestamp": 1623374387769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374389659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:21:21.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-windriver-id", "timestamp": 1623374393026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:21:21.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-k8s-id", "timestamp": 1623374396904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-11T01:21:21.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "cds", "timestamp": 1623374387769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374389659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-11T01:21:21.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-windriver-id", "timestamp": 1623374393026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-11T01:21:21.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-k8s-id", "timestamp": 1623374396904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-11T01:21:21.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "cds", "timestamp": 1623374387769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374389659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-windriver-id", "timestamp": 1623374393026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.037Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:21.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-k8s-id", "timestamp": 1623374396904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:21:21.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "cds", "timestamp": 1623374387769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.038Z||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-06-11T01:21:21.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.038Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:21.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374389659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-11T01:21:21.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-windriver-id", "timestamp": 1623374393026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-11T01:21:21.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-k8s-id", "timestamp": 1623374396904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-11T01:21:21.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374389659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "cds", "timestamp": 1623374387769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-windriver-id", "timestamp": 1623374393026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-k8s-id", "timestamp": 1623374396904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "cds", "timestamp": 1623374387769, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:21:21.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374389659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:21:21.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-windriver-id", "timestamp": 1623374393026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:21:21.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-k8s-id", "timestamp": 1623374396904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-11T01:21:21.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "clamp", "timestamp": 1623374403062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "aai-ml", "timestamp": 1623374403527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-k8s-id", "timestamp": 1623374396904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "clamp", "timestamp": 1623374403062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374404706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "cds", "timestamp": 1623374404710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-windriver-id", "timestamp": 1623374404716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "dcae-sch", "timestamp": 1623374404492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "aai-ml", "timestamp": 1623374403527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-k8s-id", "timestamp": 1623374396904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "clamp", "timestamp": 1623374403062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "cds", "timestamp": 1623374405714, "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=? 2021-06-11T01:21:21.047Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:21.047Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-11T01:21:21.058Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80c8ccd6-a049-4dfc-aa53-653be0bc9116 2021-06-11T01:21:21.058Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c8ccd6-a049-4dfc-aa53-653be0bc9116 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-06-11T01:21:21.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374405828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-windriver-id", "timestamp": 1623374405841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "policy-id", "timestamp": 1623374405204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "ves-openapi-manager", "timestamp": 1623374405286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "dcae-sch", "timestamp": 1623374404492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "aai-ml", "timestamp": 1623374403527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-k8s-id", "timestamp": 1623374406692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "clamp", "timestamp": 1623374403062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "policy-id", "timestamp": 1623374405204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "ves-openapi-manager", "timestamp": 1623374405286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374406958, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.069Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-windriver-id", "timestamp": 1623374406970, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.069Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "dcae-sch", "timestamp": 1623374404492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "aai-ml", "timestamp": 1623374403527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "clamp", "timestamp": 1623374403062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "policy-id", "timestamp": 1623374405204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "ves-openapi-manager", "timestamp": 1623374405286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "dcae-sch", "timestamp": 1623374404492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "aai-ml", "timestamp": 1623374403527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-k8s-id", "timestamp": 1623374408262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374408463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-windriver-id", "timestamp": 1623374408482, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "clamp", "timestamp": 1623374403062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "policy-id", "timestamp": 1623374405204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "ves-openapi-manager", "timestamp": 1623374405286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "dcae-sch", "timestamp": 1623374404492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "aai-ml", "timestamp": 1623374403527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374409466, "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-06-11T01:21:21.076Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80c8ccd6-a049-4dfc-aa53-653be0bc9116 2021-06-11T01:21:21.076Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c8ccd6-a049-4dfc-aa53-653be0bc9116 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-06-11T01:21:21.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-windriver-id", "timestamp": 1623374409490, "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-06-11T01:21:21.089Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80c8ccd6-a049-4dfc-aa53-653be0bc9116 2021-06-11T01:21:21.089Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c8ccd6-a049-4dfc-aa53-653be0bc9116 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-06-11T01:21:21.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "clamp", "timestamp": 1623374403062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "policy-id", "timestamp": 1623374405204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "ves-openapi-manager", "timestamp": 1623374405286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "dcae-sch", "timestamp": 1623374404492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "aai-ml", "timestamp": 1623374403527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-starlingx-id", "timestamp": 1623374410468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-windriver-id", "timestamp": 1623374410495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374409892, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "clamp", "timestamp": 1623374403062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "policy-id", "timestamp": 1623374405204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "ves-openapi-manager", "timestamp": 1623374405286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "dcae-sch", "timestamp": 1623374404492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "aai-ml", "timestamp": 1623374403527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374409892, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "clamp", "timestamp": 1623374403062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "policy-id", "timestamp": 1623374405204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "ves-openapi-manager", "timestamp": 1623374405286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "dcae-sch", "timestamp": 1623374404492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "aai-ml", "timestamp": 1623374403527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374409892, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-k8s-id", "timestamp": 1623374412781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "policy-id", "timestamp": 1623374405204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "ves-openapi-manager", "timestamp": 1623374405286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "dcae-sch", "timestamp": 1623374404492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374409892, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "policy-id", "timestamp": 1623374405204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "ves-openapi-manager", "timestamp": 1623374405286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c6574ec-276c-4d47-8c5a-7ed442cdd39b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374413989, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374409892, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "aai-ml", "timestamp": 1623374415405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374409892, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-k8s-id", "timestamp": 1623374416002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "policy-id", "timestamp": 1623374416495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374409892, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:21:21.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-k8s-id", "timestamp": 1623374417249, "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-06-11T01:21:21.106Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80c8ccd6-a049-4dfc-aa53-653be0bc9116 2021-06-11T01:21:21.106Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c8ccd6-a049-4dfc-aa53-653be0bc9116 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-06-11T01:21:21.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "policy-id", "timestamp": 1623374417501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:21:21.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374409892, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-11T01:21:21.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "multicloud-k8s-id", "timestamp": 1623374418251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:21:21.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "policy-id", "timestamp": 1623374418503, "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-06-11T01:21:21.118Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80c8ccd6-a049-4dfc-aa53-653be0bc9116 2021-06-11T01:21:21.118Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c8ccd6-a049-4dfc-aa53-653be0bc9116 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-06-11T01:21:21.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374409892, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:21:21.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "clamp", "timestamp": 1623374418894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:21:21.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374419902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:21:21.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-11T01:21:21.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:21:21.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:21:21.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "clamp", "timestamp": 1623374420188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:21:21.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:21:21.938Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:21.938Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||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-06-11T01:21:21.938Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:21:21.938Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:21.940Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:21.940Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374481937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-11T01:21:22.040Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:22.040Z||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-06-11T01:21:22.041Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:22.051Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:22.052Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:21:22.941Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-06-11T01:21:22.941Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-11T01:21:22.941Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:21:22.942Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:22.944Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:22.944Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374482941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:21:23.044Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:23.045Z||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-06-11T01:21:23.045Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:23.056Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:23.056Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-11T01:21:23.945Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbbb259b-cba3-4430-bf41-34260bd1fc1a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:21:23.955Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbbb259b-cba3-4430-bf41-34260bd1fc1a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:21:23.957Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:21:23.957Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-11T01:21:23.958Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-11T01:21:23.958Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-11T01:21:23.958Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:21:23.958Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:21:23.958Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:21:23.958Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:21:23.958Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:21:23.958Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:21:23.959Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|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-06-11T01:21:23.963Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-11T01:21:53.963Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbbb259b-cba3-4430-bf41-34260bd1fc1a 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-06-11T01:21:53.968Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbbb259b-cba3-4430-bf41-34260bd1fc1a and serviceModelVersionId: dbc2257a-98ce-4529-b055-9d43b9a90f99 2021-06-11T01:21:53.968Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 840a315f-bbe4-4cc5-9b2e-8bc20bf18956 2021-06-11T01:21:53.969Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/840a315f-bbe4-4cc5-9b2e-8bc20bf18956/model-vers/model-ver/dbc2257a-98ce-4529-b055-9d43b9a90f99?depth=0 2021-06-11T01:21:53.972Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-06-11T01:21:54.007Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/840a315f-bbe4-4cc5-9b2e-8bc20bf18956/model-vers/model-ver/dbc2257a-98ce-4529-b055-9d43b9a90f99?depth=0|INFO|500||Invoke 2021-06-11T01:21:54.007Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/840a315f-bbe4-4cc5-9b2e-8bc20bf18956/model-vers/model-ver/dbc2257a-98ce-4529-b055-9d43b9a90f99?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/840a315f-bbe4-4cc5-9b2e-8bc20bf18956/model-vers/model-ver/dbc2257a-98ce-4529-b055-9d43b9a90f99?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bbbb259b-cba3-4430-bf41-34260bd1fc1a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[85860573-4533-4866-80fc-fd55969119b0], X-ECOMP-RequestID=[bbbb259b-cba3-4430-bf41-34260bd1fc1a], X-TransactionId=[], X-ONAP-RequestID=[bbbb259b-cba3-4430-bf41-34260bd1fc1a], Content-Type=[application/merge-patch+json]} 2021-06-11T01:21:54.023Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/840a315f-bbe4-4cc5-9b2e-8bc20bf18956/model-vers/model-ver/dbc2257a-98ce-4529-b055-9d43b9a90f99?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-11T01:21:54.984Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/840a315f-bbe4-4cc5-9b2e-8bc20bf18956/model-vers/model-ver/dbc2257a-98ce-4529-b055-9d43b9a90f99?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/840a315f-bbe4-4cc5-9b2e-8bc20bf18956/model-vers/model-ver/dbc2257a-98ce-4529-b055-9d43b9a90f99?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210611-01:21:54:030-55949], vertex-id=[188552], Content-Length=[0], Date=[Fri, 11 Jun 2021 01:21:54 GMT], Content-Type=[application/json]} 2021-06-11T01:21:54.984Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/840a315f-bbe4-4cc5-9b2e-8bc20bf18956/model-vers/model-ver/dbc2257a-98ce-4529-b055-9d43b9a90f99?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-11T01:21:54.984Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/840a315f-bbe4-4cc5-9b2e-8bc20bf18956/model-vers/model-ver/dbc2257a-98ce-4529-b055-9d43b9a90f99?depth=0|INFO|500||InvokeReturn 2021-06-11T01:21:54.985Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-11T01:21:54.985Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|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-06-11T01:21:54.989Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|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-06-11T01:21:54.989Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbbb259b-cba3-4430-bf41-34260bd1fc1a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-11T01:21:54.989Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-11T01:21:54.990Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:21:54.991Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:21:54.991Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374514989, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-11T01:21:55.091Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:21:55.092Z||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-06-11T01:21:55.092Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:21:55.107Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:21:55.108Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-11T01:21:56.003Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:21:56.003Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|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-06-11T01:21:56.004Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:00.299Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:00.299Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-11T01:22:00.299Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"80c8ccd6-a049-4dfc-aa53-653be0bc9116","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78","serviceDescription":"service","serviceInvariantUUID":"1ca5228f-0c06-45a7-adba-00a42827f930","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5e0224c4-5634-43cd-9e99-60247b157323","resourceInvariantUUID":"a1d5ad24-2fed-4ac1-aff0-5122ccacf85b","resourceCustomizationUUID":"e9549baa-6e85-40fc-be14-8f991bb0df3f","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":"NjE1N2ZmNTgwODMzMTAzZDU3NDdkMjA0NjNkNTMxZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6d2b145-a47a-467d-b50a-9ed50933a503","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":"30379f71-e2af-4e1a-bdf7-d6ac02150b3f","artifactVersion":"2","generatedFromUUID":"d21ea36d-ebde-427c-9001-36051e72e5ea"},{"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":"d21ea36d-ebde-427c-9001-36051e72e5ea","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":"ZDEyY2I4Yjk0ZTI1OTVkNjRhOWRiODM0NjJjNjExZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89861e7d-c81a-487c-bab1-66241881aeed","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":"8d834036-8658-42e1-9641-c30247360549","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":"812b675f-3753-44ea-ba82-486c4187944d","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":"5de4cb96-1eb4-4075-9fc5-ff81c62c5966","artifactVersion":"2","generatedFromUUID":"8d834036-8658-42e1-9641-c30247360549"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZGFiYmFiZjU4NDFjY2JiMTQxMGZmMDQzMGFkN2MxNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6e6a3b6-4ab8-414a-910a-1d550c60a95f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Y2Y2ZWIyYWQzMGRhZWNmOTFiNTUyMDRmMTE5NjlkNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b6ed352-d7fc-479d-ba91-c47057e191b6","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-11T01:22:00.301Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:22:00.301Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:00.303Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:00.303Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:22:00.403Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:00.404Z||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-06-11T01:22:00.404Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:00.414Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:00.415Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:01.303Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:22:01.304Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:01.305Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:01.306Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-11T01:22:01.406Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:01.406Z||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-06-11T01:22:01.406Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:01.416Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:01.416Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:02.306Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:22:02.307Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:02.308Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:02.308Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-11T01:22:02.408Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:02.409Z||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-06-11T01:22:02.409Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:02.418Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:02.418Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:03.309Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:22:03.309Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:03.311Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:03.311Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:22:03.411Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:03.412Z||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-06-11T01:22:03.412Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:03.423Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:03.423Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:04.311Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:22:04.312Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:04.313Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:04.313Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-11T01:22:04.413Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:04.414Z||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-06-11T01:22:04.414Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:04.424Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:04.425Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:05.314Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:22:05.315Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:05.316Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:05.316Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:22:05.417Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:05.417Z||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-06-11T01:22:05.417Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:05.429Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:05.429Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:06.317Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:22:06.318Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:06.319Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:06.319Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-11T01:22:06.420Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:06.420Z||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-06-11T01:22:06.420Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:06.432Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:06.432Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-11T01:22:07.320Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:22:07.320Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:07.322Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:07.322Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:22:07.422Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:07.422Z||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-06-11T01:22:07.423Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:07.432Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:07.432Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:08.322Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-11T01:22:08.323Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:08.324Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:08.324Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:22:08.424Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:08.425Z||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-06-11T01:22:08.425Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:08.435Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:08.435Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:09.325Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78", "serviceDescription": "service", "serviceInvariantUUID": "1ca5228f-0c06-45a7-adba-00a42827f930", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "e9549baa-6e85-40fc-be14-8f991bb0df3f", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5e0224c4-5634-43cd-9e99-60247b157323", "resourceInvariantUUID": "a1d5ad24-2fed-4ac1-aff0-5122ccacf85b", "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": "30379f71-e2af-4e1a-bdf7-d6ac02150b3f", "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": "d21ea36d-ebde-427c-9001-36051e72e5ea", "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": "ZDEyY2I4Yjk0ZTI1OTVkNjRhOWRiODM0NjJjNjExZjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89861e7d-c81a-487c-bab1-66241881aeed", "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": "8d834036-8658-42e1-9641-c30247360549", "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": "5de4cb96-1eb4-4075-9fc5-ff81c62c5966", "generatedFromUUID": "8d834036-8658-42e1-9641-c30247360549" }, "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": "5de4cb96-1eb4-4075-9fc5-ff81c62c5966", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "Y2Y2ZWIyYWQzMGRhZWNmOTFiNTUyMDRmMTE5NjlkNmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6b6ed352-d7fc-479d-ba91-c47057e191b6" } ], "workloadContext": "Production" } 2021-06-11T01:22:09.325Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-11T01:22:09.326Z|bbbb259b-cba3-4430-bf41-34260bd1fc1a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78 ASDC 2021-06-11T01:22:09.326Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:80c8ccd6-a049-4dfc-aa53-653be0bc9116 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78 ServiceInvariantUUID:1ca5228f-0c06-45a7-adba-00a42827f930 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:6b6ed352-d7fc-479d-ba91-c47057e191b6 ArtifactChecksum:Y2Y2ZWIyYWQzMGRhZWNmOTFiNTUyMDRmMTE5NjlkNmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:e9549baa-6e85-40fc-be14-8f991bb0df3f ResourceInvariantUUID:a1d5ad24-2fed-4ac1-aff0-5122ccacf85b ResourceName:basic_cnf ResourceType:VF ResourceUUID:5e0224c4-5634-43cd-9e99-60247b157323 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:30379f71-e2af-4e1a-bdf7-d6ac02150b3f 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:d21ea36d-ebde-427c-9001-36051e72e5ea 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:89861e7d-c81a-487c-bab1-66241881aeed ArtifactChecksum:ZDEyY2I4Yjk0ZTI1OTVkNjRhOWRiODM0NjJjNjExZjM= 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:8d834036-8658-42e1-9641-c30247360549 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:5de4cb96-1eb4-4075-9fc5-ff81c62c5966 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:5de4cb96-1eb4-4075-9fc5-ff81c62c5966 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-11T01:22:09.326Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78 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-06-11T01:22:09.355Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-11T01:22:09.356Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:22:09.356Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:22:09.356Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6b6ed352-d7fc-479d-ba91-c47057e191b6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-11T01:22:09.356Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:22:09.356Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-11T01:22:11.003Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:22:11.006Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 6b6ed352-d7fc-479d-ba91-c47057e191b6 71164 2021-06-11T01:22:11.006Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-06-11T01:22:11.006Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-11T01:22:11.006Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:22:11.007Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:11.008Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:11.008Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374531006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:22:11.108Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:11.109Z||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-06-11T01:22:11.109Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:11.122Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:11.122Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:12.008Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-11T01:22:12.009Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-06-11T01:22:12.010Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6b6ed352-d7fc-479d-ba91-c47057e191b6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-11T01:22:12.010Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-06-11T01:22:12.010Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-11T01:22:12.010Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-11T01:22:12.096Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12748892557566943786/Definitions/service-BasicCnf-template.yml 2021-06-11T01:22:12.929Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-11T01:22:12.930Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-11T01:22:12.930Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-11T01:22:12.930Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-06-11T01:22:12.930Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:12.930Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:12.930Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|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-BasicCnf-csar.csar 2021-06-11T01:22:12.930Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-11T01:22:12.930Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:12.930Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-06-11T01:22:12.930Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:12.930Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:22:12.931Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-11T01:22:12.931Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-11T01:22:12.931Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-11T01:22:12.931Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:12.931Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:22:12.932Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-11T01:22:12.932Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-06-11T01:22:12.932Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-11T01:22:12.932Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:12.932Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:22:12.932Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:12.932Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-06-11T01:22:12.933Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-06-11T01:22:12.933Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2021-06-11T01:22:12.933Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-11T01:22:12.933Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:12.933Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-11T01:22:12.933Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:12.933Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-11T01:22:12.934Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:22:12.934Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:12.934Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-11T01:22:12.934Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:22:12.934Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:12.934Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-11T01:22:12.934Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:22:12.935Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:12.935Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-06-11T01:22:12.935Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-06-11T01:22:12.935Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=49789160-480a-418d-860a-4e0b3d3cb253 2021-06-11T01:22:12.935Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:12.935Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:22:12.935Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:12.935Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:22:12.936Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:12.936Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:22:12.936Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:12.936Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:22:12.937Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78 Model Version:NULL Model InvariantUuid:1ca5228f-0c06-45a7-adba-00a42827f930 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:fd2df0d2-2c51-4d09-9218-34ffedb69207 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a1d5ad24-2fed-4ac1-aff0-5122ccacf85b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e9549baa-6e85-40fc-be14-8f991bb0df3f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cb1dbfa4-ae3c-4fe6-a8a2-be3223a3822f ModelName:BasicCnf..base_dummy..module-0 ModelUuid:a3a06d8a-7f40-45ad-b9a4-415b8841989c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:49789160-480a-418d-860a-4e0b3d3cb253 ModelInvariantUuid:466b8892-ed7b-46f0-a00d-fa51ff7963d6 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:6d290696-1941-4c10-b236-066df57beb8f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:4df08e34-cbc5-4a7f-9b86-b5d8208fc541 ModelInvariantUuid:4dfa64c2-7fbb-48f2-917f-68a998f05587 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:0e5cf550-5367-457a-8d66-92e294e606ac 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-06-11T01:22:12.942Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 5e0224c4-5634-43cd-9e99-60247b157323 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-06-11T01:22:12.944Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||basic_cnf 0 2021-06-11T01:22:12.944Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5e0224c4-5634-43cd-9e99-60247b157323 2021-06-11T01:22:12.944Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 30379f71-e2af-4e1a-bdf7-d6ac02150b3f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-06-11T01:22:12.944Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:22:12.944Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:13.994Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:22:13.994Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 30379f71-e2af-4e1a-bdf7-d6ac02150b3f 12 2021-06-11T01:22:13.995Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:13.995Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:13.995Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:22:13.995Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:13.996Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:13.996Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374533995, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:22:14.096Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:14.097Z||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-06-11T01:22:14.097Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:14.109Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:14.109Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:14.997Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d21ea36d-ebde-427c-9001-36051e72e5ea from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-06-11T01:22:14.997Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:22:14.997Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:15.903Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:22:15.904Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d21ea36d-ebde-427c-9001-36051e72e5ea 2688 2021-06-11T01:22:15.904Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:15.904Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:15.904Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:22:15.904Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:15.906Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:15.906Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374535904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-11T01:22:16.006Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:16.007Z||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-06-11T01:22:16.007Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:16.016Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:16.017Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:16.907Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 89861e7d-c81a-487c-bab1-66241881aeed from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-06-11T01:22:16.908Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:22:16.908Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:17.209Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:22:17.210Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 89861e7d-c81a-487c-bab1-66241881aeed 828 2021-06-11T01:22:17.210Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:17.210Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:17.210Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:22:17.210Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:17.211Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:17.212Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374537210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:22:17.312Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:17.312Z||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-06-11T01:22:17.313Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:17.323Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:17.323Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-06-11T01:22:18.212Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "cb1dbfa4-ae3c-4fe6-a8a2-be3223a3822f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a3a06d8a-7f40-45ad-b9a4-415b8841989c", "vfModuleModelCustomizationUUID": "db2e8b0d-0b61-4ab7-8c8e-946b1c9cc220", "isBase": true, "artifacts": [ "d21ea36d-ebde-427c-9001-36051e72e5ea", "8d834036-8658-42e1-9641-c30247360549", "5de4cb96-1eb4-4075-9fc5-ff81c62c5966" ], "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-06-11T01:22:18.215Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a3a06d8a-7f40-45ad-b9a4-415b8841989c VfModuleModelInvariantUUID:cb1dbfa4-ae3c-4fe6-a8a2-be3223a3822f VfModuleModelDescription:NULL Artifacts UUID List:{ d21ea36d-ebde-427c-9001-36051e72e5ea , 8d834036-8658-42e1-9641-c30247360549 , 5de4cb96-1eb4-4075-9fc5-ff81c62c5966 } 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-06-11T01:22:18.217Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "cb1dbfa4-ae3c-4fe6-a8a2-be3223a3822f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a3a06d8a-7f40-45ad-b9a4-415b8841989c", "vfModuleModelCustomizationUUID": "db2e8b0d-0b61-4ab7-8c8e-946b1c9cc220", "isBase": true, "artifacts": [ "d21ea36d-ebde-427c-9001-36051e72e5ea", "8d834036-8658-42e1-9641-c30247360549", "5de4cb96-1eb4-4075-9fc5-ff81c62c5966" ], "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-06-11T01:22:18.217Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a3a06d8a-7f40-45ad-b9a4-415b8841989c VfModuleModelInvariantUUID:cb1dbfa4-ae3c-4fe6-a8a2-be3223a3822f VfModuleModelDescription:NULL Artifacts UUID List:{ d21ea36d-ebde-427c-9001-36051e72e5ea , 8d834036-8658-42e1-9641-c30247360549 , 5de4cb96-1eb4-4075-9fc5-ff81c62c5966 } 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-06-11T01:22:18.217Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8d834036-8658-42e1-9641-c30247360549 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-06-11T01:22:18.217Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:22:18.217Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:18.738Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:22:18.738Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8d834036-8658-42e1-9641-c30247360549 1164 2021-06-11T01:22:18.738Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:18.739Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:18.739Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:22:18.739Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:18.740Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:18.740Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374538738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:22:18.840Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:18.841Z||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-06-11T01:22:18.841Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:18.852Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:18.853Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:19.741Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5de4cb96-1eb4-4075-9fc5-ff81c62c5966 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-06-11T01:22:19.741Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-06-11T01:22:19.741Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:19.862Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-06-11T01:22:19.863Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5de4cb96-1eb4-4075-9fc5-ff81c62c5966 200 2021-06-11T01:22:19.863Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:19.863Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:19.864Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-11T01:22:19.864Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:19.866Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:19.866Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374539863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:22:19.966Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:19.967Z||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-06-11T01:22:19.967Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:19.979Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:19.979Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:20.867Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78 2021-06-11T01:22:20.867Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5e0224c4-5634-43cd-9e99-60247b157323 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=? 2021-06-11T01:22:20.876Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select 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-06-11T01:22:20.882Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:20.883Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:22:20.883Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-06-11T01:22:20.883Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e9549baa-6e85-40fc-be14-8f991bb0df3f 2021-06-11T01:22:20.883Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e9549baa-6e85-40fc-be14-8f991bb0df3f matches Tosca VF Customization UUID: e9549baa-6e85-40fc-be14-8f991bb0df3f 2021-06-11T01:22:20.883Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e9549baa-6e85-40fc-be14-8f991bb0df3f 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-06-11T01:22:20.885Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:20.885Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:22:20.886Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e9549baa-6e85-40fc-be14-8f991bb0df3f: {\"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-06-11T01:22:20.886Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@beb667b 2021-06-11T01:22:20.886Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:20.886Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-11T01:22:20.887Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : db2e8b0d-0b61-4ab7-8c8e-946b1c9cc220 2021-06-11T01:22:20.887Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID db2e8b0d-0b61-4ab7-8c8e-946b1c9cc220 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-06-11T01:22:20.888Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:20.888Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-11T01:22:20.889Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:22:20.889Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:20.889Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-11T01:22:20.889Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:22:20.890Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:20.890Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-06-11T01:22:20.890Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-06-11T01:22:20.890Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=49789160-480a-418d-860a-4e0b3d3cb253 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-06-11T01:22:20.892Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:20.892Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-11T01:22:20.892Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-11T01:22:20.893Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:20.893Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-11T01:22:20.893Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e9549baa-6e85-40fc-be14-8f991bb0df3f 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-06-11T01:22:20.894Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:20.894Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:22:20.895Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78: basic_cnf 2021-06-11T01:22:20.895Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:20.895Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:22:20.895Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:20.896Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:22:20.896Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:20.896Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:22:20.896Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:20.896Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:22:20.897Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-11T01:22:20.897Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-11T01:22:20.897Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:20.948Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5e0224c4-5634-43cd-9e99-60247b157323 1 ASDC deployResourceStructure 2021-06-11T01:22:20.948Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:20.949Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:20.949Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-06-11T01:22:20.949Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:20.950Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:20.950Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374540948, "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-06-11T01:22:21.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:22:21.001Z||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-06-11T01:22:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:21.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:21.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:22:21.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:22:21.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:22:21.051Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:21.051Z||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-06-11T01:22:21.051Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:21.061Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:21.061Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:21.952Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:21.952Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:21.952Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-06-11T01:22:21.952Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:21.954Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:21.954Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374541951, "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-06-11T01:22:22.054Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:22.055Z||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-06-11T01:22:22.055Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:22.065Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:22.065Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:22.955Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:22.955Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:22.955Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:22:22.955Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:22.957Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:22.957Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374542955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:22:23.057Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:23.057Z||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-06-11T01:22:23.058Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:23.068Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:23.069Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:23.958Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:23.958Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:23.958Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:22:23.959Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:23.960Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:23.960Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374543957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-06-11T01:22:24.061Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-11T01:22:24.061Z||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-06-11T01:22:24.061Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:24.073Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:24.073Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:24.961Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:24.961Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||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-06-11T01:22:24.962Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:22:24.962Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:24.963Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:24.963Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374544961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-06-11T01:22:25.064Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-11T01:22:25.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-06-11T01:22:25.064Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:25.073Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:25.074Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:25.964Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-06-11T01:22:25.964Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-11T01:22:25.964Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-11T01:22:25.964Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:22:25.966Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:22:25.966Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374545964, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:22:26.066Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:22:26.067Z||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-06-11T01:22:26.067Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:22:26.081Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:22:26.081Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-06-11T01:22:26.966Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80c8ccd6-a049-4dfc-aa53-653be0bc9116 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:22:26.975Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80c8ccd6-a049-4dfc-aa53-653be0bc9116 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:22:26.977Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:22:26.977Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:22:26.977Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:22:56.978Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80c8ccd6-a049-4dfc-aa53-653be0bc9116 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:22:56.988Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80c8ccd6-a049-4dfc-aa53-653be0bc9116 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:22:56.989Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:22:56.989Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-11T01:22:56.989Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-11T01:23:21.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:23:21.002Z||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-06-11T01:23:21.002Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:23:21.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:23:21.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "clamp", "timestamp": 1623374421191, "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-06-11T01:23:21.033Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 80c8ccd6-a049-4dfc-aa53-653be0bc9116 2021-06-11T01:23:21.033Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c8ccd6-a049-4dfc-aa53-653be0bc9116 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-06-11T01:23:21.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "aai-ml", "timestamp": 1623374421283, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:23:21.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:21.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374421895, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:23:21.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:21.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:23:21.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:23:21.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "aai-ml", "timestamp": 1623374422286, "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-06-11T01:23:21.046Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 80c8ccd6-a049-4dfc-aa53-653be0bc9116 2021-06-11T01:23:21.046Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c8ccd6-a049-4dfc-aa53-653be0bc9116 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-06-11T01:23:21.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623374422898, "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-06-11T01:23:21.057Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80c8ccd6-a049-4dfc-aa53-653be0bc9116 2021-06-11T01:23:21.057Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80c8ccd6-a049-4dfc-aa53-653be0bc9116 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-06-11T01:23:21.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374423198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:23:21.064Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:21.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374425369, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:23:21.064Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:21.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374426554, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:23:21.064Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:21.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374427777, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:23:21.064Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:21.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374428893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374429898, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374430901, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374431904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "96655830-2cc7-4fc0-b27b-3ef0da3b5090", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374463103, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:23:21.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374237913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:23:21.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-11T01:23:21.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374473785, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:23:21.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:21.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374476316, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:23:21.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:21.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374477713, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:23:21.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:21.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374478845, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:23:21.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:21.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-11T01:23:21.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374479931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:23:21.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:23:26.990Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80c8ccd6-a049-4dfc-aa53-653be0bc9116 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-11T01:23:26.998Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80c8ccd6-a049-4dfc-aa53-653be0bc9116 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-11T01:23:27.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-11T01:23:27.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-11T01:23:27.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-11T01:23:27.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-11T01:23:27.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:23:27.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:23:27.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:23:27.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:23:27.002Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:23:27.002Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-11T01:23:27.002Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|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-06-11T01:23:27.006Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-11T01:23:57.006Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80c8ccd6-a049-4dfc-aa53-653be0bc9116 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-06-11T01:23:57.013Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80c8ccd6-a049-4dfc-aa53-653be0bc9116 and serviceModelVersionId: 3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78 2021-06-11T01:23:57.013Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ca5228f-0c06-45a7-adba-00a42827f930 2021-06-11T01:23:57.014Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ca5228f-0c06-45a7-adba-00a42827f930/model-vers/model-ver/3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78?depth=0 2021-06-11T01:23:57.018Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-06-11T01:23:57.047Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca5228f-0c06-45a7-adba-00a42827f930/model-vers/model-ver/3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78?depth=0|INFO|500||Invoke 2021-06-11T01:23:57.047Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca5228f-0c06-45a7-adba-00a42827f930/model-vers/model-ver/3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca5228f-0c06-45a7-adba-00a42827f930/model-vers/model-ver/3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[80c8ccd6-a049-4dfc-aa53-653be0bc9116], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ef30d96-621d-459f-b3d2-e1ae579c6050], X-ECOMP-RequestID=[80c8ccd6-a049-4dfc-aa53-653be0bc9116], X-TransactionId=[], X-ONAP-RequestID=[80c8ccd6-a049-4dfc-aa53-653be0bc9116], Content-Type=[application/merge-patch+json]} 2021-06-11T01:23:57.063Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca5228f-0c06-45a7-adba-00a42827f930/model-vers/model-ver/3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-11T01:23:57.218Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca5228f-0c06-45a7-adba-00a42827f930/model-vers/model-ver/3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78?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/1ca5228f-0c06-45a7-adba-00a42827f930/model-vers/model-ver/3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210611-01:23:57:070-28361], vertex-id=[258176], Content-Length=[0], Date=[Fri, 11 Jun 2021 01:23:57 GMT], Content-Type=[application/json]} 2021-06-11T01:23:57.218Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca5228f-0c06-45a7-adba-00a42827f930/model-vers/model-ver/3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-11T01:23:57.219Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1ca5228f-0c06-45a7-adba-00a42827f930/model-vers/model-ver/3585ed5b-bbc1-4df5-8a25-0aacf9ae3c78?depth=0|INFO|500||InvokeReturn 2021-06-11T01:23:57.220Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-11T01:23:57.220Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|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-06-11T01:23:57.223Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|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-06-11T01:23:57.223Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80c8ccd6-a049-4dfc-aa53-653be0bc9116 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-11T01:23:57.224Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-11T01:23:57.224Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-06-11T01:23:57.225Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-11T01:23:57.226Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374637223, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-11T01:23:57.326Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-11T01:23:57.326Z||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-06-11T01:23:57.326Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:23:57.340Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:23:57.340Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-11T01:23:58.235Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:23:58.235Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|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-06-11T01:23:58.235Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:24:07.776Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:24:07.777Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:24:07.777Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:24:07.777Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:24:17.323Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:24:17.324Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:24:17.324Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:24:17.324Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:24:21.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:24:21.001Z||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-06-11T01:24:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:24:21.026Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:24:21.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374480934, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-11T01:24:21.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:24:21.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374481937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-11T01:24:21.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:24:21.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374482941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:24:21.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:24:21.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbbb259b-cba3-4430-bf41-34260bd1fc1a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374514989, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-11T01:24:21.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:24:21.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:24:21.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-11T01:24:21.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-11T01:24:21.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-11T01:24:21.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-11T01:24:21.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-11T01:24:21.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374516003, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-11T01:24:21.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-11T01:24:21.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374531006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-11T01:24:21.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:24:21.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374533995, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:24:21.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:24:21.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374535904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-11T01:24:21.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:24:21.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374537210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-11T01:24:21.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:24:21.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374538738, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-11T01:24:21.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:24:21.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-11T01:24:21.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374539863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-11T01:24:21.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:24:26.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:24:26.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:24:26.868Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:24:26.868Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:24:36.412Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:24:36.412Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:24:36.412Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:24:36.412Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:24:45.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:24:45.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:24:45.958Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:24:45.958Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:24:55.497Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:24:55.497Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:24:55.498Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:24:55.498Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:25:05.039Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:25:05.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:25:05.040Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:25:05.040Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:25:14.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:25:14.582Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:25:14.582Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:25:14.582Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:25:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:25:21.001Z||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-06-11T01:25:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:25:21.024Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:25:21.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:25:21.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374540948, "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-06-11T01:25:21.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:25:21.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:25:21.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374541951, "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-06-11T01:25:21.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:25:21.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:25:21.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374542955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-11T01:25:21.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:25:21.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:25:21.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374543957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-06-11T01:25:21.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:25:21.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:25:21.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374544961, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-06-11T01:25:21.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:25:21.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:25:21.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374545964, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-11T01:25:21.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:25:24.129Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:25:24.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:25:24.130Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:25:24.130Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:25:33.670Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:26:20.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:26:21.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:26:21.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:26:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:26:21.001Z||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-06-11T01:26:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:26:21.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:26:21.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-11T01:26:21.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "80c8ccd6-a049-4dfc-aa53-653be0bc9116", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623374637223, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-11T01:26:21.526Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-11T01:26:30.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:27:20.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:27:21.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:27:21.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:27:21.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:27:21.001Z||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-06-11T01:27:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:27:30.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:27:30.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:28:20.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:28:21.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:28:21.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:28:21.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:28:21.001Z||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-06-11T01:28:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:28:30.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:28:30.552Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:29:20.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:29:21.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:29:21.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:29:21.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:29:21.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|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-06-11T01:29:21.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:29:30.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:29:30.569Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:30:20.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:30:21.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:30:21.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:30:21.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:30:21.001Z||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-06-11T01:30:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:30:30.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:30:30.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:31:20.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:31:21.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:31:21.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:31:21.001Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:31:21.001Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|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-06-11T01:31:21.001Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:31:30.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:31:30.546Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:32:20.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:32:21.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:32:21.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:32:21.001Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:32:21.001Z||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-06-11T01:32:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:32:30.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:32:30.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:33:20.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:33:21.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:33:21.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:33:21.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:33:21.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|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-06-11T01:33:21.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:33:30.545Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:33:30.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:34:20.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:34:21.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:34:21.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:34:21.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:34:21.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|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-06-11T01:34:21.001Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:34:30.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:34:30.546Z|80c8ccd6-a049-4dfc-aa53-653be0bc9116|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:35:20.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:35:21.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:35:21.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:35:21.001Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:35:21.001Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|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-06-11T01:35:21.001Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:35:30.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:35:30.548Z|4e8710d9-a365-4bfe-a7ac-75afc3b5291d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:36:20.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:36:21.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-11T01:36:21.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:36:21.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:36:21.001Z||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-06-11T01:36:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:36:30.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:36:30.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:37:20.999Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:37:21.000Z||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-06-11T01:37:21.000Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:37:21.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-11T01:37:21.001Z||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-06-11T01:37:21.001Z||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 IyZulJ0d2Y7vE2eo) ... 2021-06-11T01:37:30.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-11T01:37:30.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK