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-05-01T21:20:55.593Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-ll9q9 with PID 14 (/app/app.jar started by so in /app) 2021-05-01T21:20:55.600Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-05-01T21:20:55.600Z||main|||||INFO|500||The following profiles are active: basic 2021-05-01T21:21:03.589Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-01T21:21:03.589Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-05-01T21:21:03.721Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-01T21:21:05.318Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-01T21:21:05.472Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-01T21:21:05.860Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-01T21:21:05.868Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-01T21:21:05.970Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-05-01T21:21:06.100Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-05-01T21:21:06.506Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-05-01T21:21:07.637Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-01T21:21:09.708Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-01T21:21:09.744Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-05-01T21:21:10.191Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-01T21:21:10.289Z||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-05-01T21:21:11.491Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-01T21:21:12.379Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-01T21:21:12.396Z||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$$c7e84f01.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-05-01T21:21:12.397Z||main|||||WARN|500||The sdc end point is not alive 2021-05-01T21:21:14.667Z||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-05-01T21:21:17.019Z||main|||||WARN|500||--- 2021-05-01T21:21:17.020Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-05-01T21:21:17.020Z||main|||||WARN|500||--- 2021-05-01T21:21:17.299Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-01T21:21:20.450Z||main|||||INFO|500||Started Application in 26.869 seconds (JVM running for 28.198) 2021-05-01T21:21:20.451Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-01T21:21:20.453Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-01T21:21:20.467Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-01T21:21:20.493Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-01T21:21:20.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8ed93a78-cef1-466a-a698-79f9745fcbfb url= /sdc/v1/artifactTypes 2021-05-01T21:21:20.567Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-01T21:21:20.813Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-01T21:21:20.846Z||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-05-01T21:21:20.865Z||scheduling-1|||||DEBUG|500||create keys 2021-05-01T21:21:20.872Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-01T21:21:20.892Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:21:20.906Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0a69a57c-7046-46ad-ae06-7e29fe995c70 url= /sdc/v1/registerForDistribution 2021-05-01T21:21:20.971Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0a69a57c-7046-46ad-ae06-7e29fe995c70 url= /sdc/v1/registerForDistribution 2021-05-01T21:21:20.972Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-01T21:21:20.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:21:20.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:21:20.989Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-01T21:21:20.992Z||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-05-01T21:21:20.992Z||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-05-01T21:21:20.992Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:21:20.992Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:21:31.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:21:31.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:22:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:22:20.984Z||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-05-01T21:22:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:22:20.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:22:20.985Z||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-05-01T21:22:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:22:30.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:22:30.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:23:20.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:23:20.984Z||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-05-01T21:23:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:23:20.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:23:20.986Z||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-05-01T21:23:20.987Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:23:30.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:23:30.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:24:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:24:20.984Z||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-05-01T21:24:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:24:20.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:24:20.987Z||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-05-01T21:24:20.987Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:24:30.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:24:30.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:25:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:25:20.984Z||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-05-01T21:25:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:25:20.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:25:20.985Z||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-05-01T21:25:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:25:30.535Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:25:30.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:26:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:26:20.984Z||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-05-01T21:26:20.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:26:20.985Z||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-05-01T21:26:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:26:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:26:30.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:26:30.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:27:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:27:20.984Z||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-05-01T21:27:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:27:20.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:27:20.986Z||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-05-01T21:27:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:27:30.530Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:27:30.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:28:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:28:20.984Z||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-05-01T21:28:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:28:20.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:28:20.986Z||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-05-01T21:28:20.987Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:28:30.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:28:30.545Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:29:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:29:20.984Z||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-05-01T21:29:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:29:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:29:20.986Z||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-05-01T21:29:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:29:30.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:29:30.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:30:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:30:20.984Z||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-05-01T21:30:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:30:20.984Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:30:20.985Z||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-05-01T21:30:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:30:30.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:30:30.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:31:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:31:20.984Z||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-05-01T21:31:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:31:20.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:31:20.986Z||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-05-01T21:31:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:31:26.234Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-01T21:31:30.537Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:31:30.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:32:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:32:20.984Z||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-05-01T21:32:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:32:20.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:32:20.986Z||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-05-01T21:32:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:32:30.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:32:30.529Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:33:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:33:20.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:33:20.984Z||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-05-01T21:33:20.985Z||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-05-01T21:33:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:33:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:33:30.536Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:33:30.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:34:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:34:20.984Z||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-05-01T21:34:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:34:20.984Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:34:20.985Z||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-05-01T21:34:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:34:30.536Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:34:30.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:35:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:35:20.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:35:20.986Z||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-05-01T21:35:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:35:20.986Z||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-05-01T21:35:20.987Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:35:30.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:35:30.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:36:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:36:20.984Z||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-05-01T21:36:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:36:20.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:36:20.985Z||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-05-01T21:36:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:36:30.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:36:30.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:37:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:37:20.985Z||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-05-01T21:37:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:37:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:37:20.986Z||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-05-01T21:37:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:37:30.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:37:30.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:38:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:38:20.984Z||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-05-01T21:38:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:38:20.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:38:20.985Z||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-05-01T21:38:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:38:30.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:38:30.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:39:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:39:20.984Z||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-05-01T21:39:20.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:39:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:39:20.985Z||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-05-01T21:39:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:39:30.531Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:39:30.531Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:40:20.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:40:20.984Z||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-05-01T21:40:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:40:20.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:40:20.987Z||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-05-01T21:40:20.987Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:40:30.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:40:30.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:41:20.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:41:20.984Z||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-05-01T21:41:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:41:20.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:41:20.985Z||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-05-01T21:41:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:41:30.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:41:30.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:42:20.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:42:20.984Z||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-05-01T21:42:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:42:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:42:20.985Z||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-05-01T21:42:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:42:30.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:42:30.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:43:20.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:43:20.984Z||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-05-01T21:43:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:43:20.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:43:20.985Z||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-05-01T21:43:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:43:30.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:43:30.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:44:20.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:44:20.984Z||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-05-01T21:44:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:44:20.984Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:44:20.985Z||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-05-01T21:44:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:44:30.530Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:44:30.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:45:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:45:20.984Z||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-05-01T21:45:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:45:20.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:45:20.986Z||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-05-01T21:45:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:45:30.532Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:45:30.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:46:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:46:20.984Z||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-05-01T21:46:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:46:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:46:20.985Z||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-05-01T21:46:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:46:30.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:46:30.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:47:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:47:20.983Z||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-05-01T21:47:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:47:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:47:20.985Z||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-05-01T21:47:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:47:30.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:47:30.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:48:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:48:20.984Z||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-05-01T21:48:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:48:20.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:48:20.985Z||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-05-01T21:48:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:48:30.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:48:30.537Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:49:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:49:20.984Z||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-05-01T21:49:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:49:20.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:49:20.985Z||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-05-01T21:49:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:49:30.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:49:30.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:50:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:50:20.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:50:20.985Z||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-05-01T21:50:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:50:20.986Z||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-05-01T21:50:20.987Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:50:30.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:50:30.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:51:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:51:20.984Z||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-05-01T21:51:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:51:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:51:20.985Z||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-05-01T21:51:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:51:30.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:51:30.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:52:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:52:20.984Z||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-05-01T21:52:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:52:20.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:52:20.985Z||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-05-01T21:52:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:52:30.531Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:52:30.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:53:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:53:20.983Z||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-05-01T21:53:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:53:20.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:53:20.985Z||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-05-01T21:53:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:53:30.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:53:30.537Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:54:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:54:20.984Z||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-05-01T21:54:20.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:54:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:54:20.985Z||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-05-01T21:54:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:54:30.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:54:30.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:55:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:55:20.984Z||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-05-01T21:55:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:55:20.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:55:20.985Z||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-05-01T21:55:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:55:30.531Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:55:30.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:56:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:56:20.984Z||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-05-01T21:56:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:56:20.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:56:20.985Z||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-05-01T21:56:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:56:30.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:56:30.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:57:20.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:57:20.984Z||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-05-01T21:57:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:57:20.984Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:57:20.986Z||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-05-01T21:57:20.987Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:57:30.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:57:30.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:58:20.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:58:20.984Z||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-05-01T21:58:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:58:20.984Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:58:20.986Z||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-05-01T21:58:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:58:30.528Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:58:30.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:59:20.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:59:20.983Z||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-05-01T21:59:20.983Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:59:20.984Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T21:59:20.985Z||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-05-01T21:59:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T21:59:30.526Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T21:59:30.530Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:00:20.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:00:20.984Z||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-05-01T22:00:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:00:20.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:00:20.985Z||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-05-01T22:00:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:00:30.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:00:30.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:01:20.983Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:01:20.983Z||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-05-01T22:01:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:01:20.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:01:20.986Z||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-05-01T22:01:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:01:30.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:01:30.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:02:20.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:02:20.984Z||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-05-01T22:02:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:02:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:02:20.985Z||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-05-01T22:02:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:02:30.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:02:30.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:03:20.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:03:20.984Z||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-05-01T22:03:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:03:20.984Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:03:20.985Z||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-05-01T22:03:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:03:30.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:03:30.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:04:20.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:04:20.984Z||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-05-01T22:04:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:04:20.984Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:04:20.985Z||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-05-01T22:04:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:04:30.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:04:30.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:05:20.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:05:20.984Z||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-05-01T22:05:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:05:20.984Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:05:20.985Z||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-05-01T22:05:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:05:30.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:05:30.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:06:20.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:06:20.984Z||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-05-01T22:06:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:06:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:06:20.985Z||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-05-01T22:06:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:06:30.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:06:30.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:07:20.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:07:20.984Z||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-05-01T22:07:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:07:20.984Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:07:20.985Z||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-05-01T22:07:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:07:30.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:07:30.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:08:20.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:08:20.984Z||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-05-01T22:08:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:08:20.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:08:20.985Z||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-05-01T22:08:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:08:30.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:08:30.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:09:20.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:09:20.984Z||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-05-01T22:09:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:09:20.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:09:20.986Z||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-05-01T22:09:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:09:30.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:09:30.530Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:10:20.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:10:20.984Z||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-05-01T22:10:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:10:20.984Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:10:20.985Z||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-05-01T22:10:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:10:30.531Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:10:30.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:11:20.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:11:20.984Z||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-05-01T22:11:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:11:20.984Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:11:20.985Z||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-05-01T22:11:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:11:30.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:11:30.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:12:20.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:12:20.984Z||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-05-01T22:12:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:12:20.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:12:20.985Z||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-05-01T22:12:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:12:30.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:12:30.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:13:20.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:13:20.984Z||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-05-01T22:13:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:13:20.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:13:20.985Z||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-05-01T22:13:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:13:30.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:13:30.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:14:20.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:14:20.984Z||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-05-01T22:14:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:14:20.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:14:20.985Z||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-05-01T22:14:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:14:30.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:14:30.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:15:20.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:15:20.984Z||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-05-01T22:15:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:15:20.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:15:20.985Z||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-05-01T22:15:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:15:30.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:15:30.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:16:20.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:16:20.984Z||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-05-01T22:16:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:16:20.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:16:20.985Z||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-05-01T22:16:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:16:30.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:16:30.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:17:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:17:20.984Z||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-05-01T22:17:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:17:20.984Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:17:20.986Z||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-05-01T22:17:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:17:30.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:17:30.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:18:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:18:20.984Z||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-05-01T22:18:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:18:20.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:18:20.985Z||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-05-01T22:18:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:18:30.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:18:30.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:19:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:19:20.984Z||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-05-01T22:19:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:19:20.984Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:19:20.985Z||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-05-01T22:19:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:19:30.529Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:19:30.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:20:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:20:20.983Z||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-05-01T22:20:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:20:20.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:20:20.985Z||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-05-01T22:20:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:20:30.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:20:30.537Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:21:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:21:20.984Z||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-05-01T22:21:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:21:20.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:21:20.985Z||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-05-01T22:21:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:21:30.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:21:30.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:22:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:22:20.984Z||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-05-01T22:22:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:22:20.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:22:20.985Z||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-05-01T22:22:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:22:30.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:22:30.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:23:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:23:20.984Z||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-05-01T22:23:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:23:20.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:23:20.985Z||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-05-01T22:23:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:23:30.529Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:23:30.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:24:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:24:20.984Z||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-05-01T22:24:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:24:20.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:24:20.985Z||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-05-01T22:24:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:24:30.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:24:30.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:25:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:25:20.984Z||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-05-01T22:25:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:25:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:25:20.985Z||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-05-01T22:25:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:25:30.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:25:30.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:26:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:26:20.984Z||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-05-01T22:26:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:26:20.984Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:26:20.985Z||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-05-01T22:26:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:26:30.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:26:30.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:27:06.900Z||http-nio-8085-exec-7|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030x840xc960x920xc50xb10x060xbdS\)0xe20x180xbe,0xb10xb10xec0x98Ql0x900x8fc0xe7(0xe5+0xf80xf60x810xfa]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-01T22:27:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:27:20.984Z||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-05-01T22:27:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:27:20.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:27:20.985Z||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-05-01T22:27:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:27:30.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:27:30.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:28:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:28:20.984Z||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-05-01T22:28:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:28:20.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:28:20.985Z||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-05-01T22:28:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:28:30.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:28:30.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:29:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:29:20.984Z||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-05-01T22:29:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:29:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:29:20.985Z||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-05-01T22:29:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:29:30.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:29:30.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:30:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:30:20.984Z||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-05-01T22:30:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:30:20.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:30:20.985Z||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-05-01T22:30:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:30:30.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:30:30.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:31:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:31:20.984Z||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-05-01T22:31:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:31:20.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:31:20.985Z||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-05-01T22:31:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:31:30.531Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:31:30.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:32:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:32:20.984Z||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-05-01T22:32:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:32:20.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:32:20.985Z||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-05-01T22:32:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:32:30.531Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:32:30.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:33:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:33:20.984Z||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-05-01T22:33:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:33:20.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:33:20.985Z||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-05-01T22:33:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:33:30.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:33:30.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:20.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:34:20.984Z||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-05-01T22:34:20.984Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:20.984Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:34:20.985Z||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-05-01T22:34:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:21.325Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:21.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "clamp", "timestamp": 1619908441232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "aai-ml", "timestamp": 1619908439629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-windriver-id", "timestamp": 1619908447945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "policy-id", "timestamp": 1619908445495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "cds", "timestamp": 1619908449518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-k8s-id", "timestamp": 1619908449472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "clamp", "timestamp": 1619908441232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:34:21.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-windriver-id", "timestamp": 1619908447945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:34:21.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "aai-ml", "timestamp": 1619908439629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "policy-id", "timestamp": 1619908445495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "dcae-sch", "timestamp": 1619908449891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908450198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "cds", "timestamp": 1619908449518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-k8s-id", "timestamp": 1619908449472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:34:21.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-windriver-id", "timestamp": 1619908447945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:34:21.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "clamp", "timestamp": 1619908441232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "aai-ml", "timestamp": 1619908439629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "policy-id", "timestamp": 1619908445495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:34:21.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "dcae-sch", "timestamp": 1619908449891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908450198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:34:21.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "cds", "timestamp": 1619908449518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-k8s-id", "timestamp": 1619908449472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:34:21.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "aai-ml", "timestamp": 1619908439629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-windriver-id", "timestamp": 1619908447945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "clamp", "timestamp": 1619908441232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "policy-id", "timestamp": 1619908445495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "dcae-sch", "timestamp": 1619908449891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908450198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:34:21.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "cds", "timestamp": 1619908449518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-k8s-id", "timestamp": 1619908449472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "aai-ml", "timestamp": 1619908439629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "clamp", "timestamp": 1619908441232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-windriver-id", "timestamp": 1619908447945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T22:34:21.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "policy-id", "timestamp": 1619908445495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "dcae-sch", "timestamp": 1619908449891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908450198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "cds", "timestamp": 1619908449518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-k8s-id", "timestamp": 1619908449472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T22:34:21.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "aai-ml", "timestamp": 1619908439629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-windriver-id", "timestamp": 1619908447945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "clamp", "timestamp": 1619908441232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "policy-id", "timestamp": 1619908445495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "dcae-sch", "timestamp": 1619908449891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908450198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T22:34:21.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "cds", "timestamp": 1619908449518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-k8s-id", "timestamp": 1619908449472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "clamp", "timestamp": 1619908441232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:34:21.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "aai-ml", "timestamp": 1619908439629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:34:21.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-windriver-id", "timestamp": 1619908447945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:34:21.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "policy-id", "timestamp": 1619908445495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:34:21.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "dcae-sch", "timestamp": 1619908449891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908450198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "cds", "timestamp": 1619908449518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:34:21.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-k8s-id", "timestamp": 1619908449472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:34:21.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "dcae-sch", "timestamp": 1619908449891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908450198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:34:21.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "policy-id", "timestamp": 1619908457810, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:34:21.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:34:21.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-windriver-id", "timestamp": 1619908457957, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:34:21.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:34:21.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "aai-ml", "timestamp": 1619908458032, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:34:21.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:34:21.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "ves-openapi-manager", "timestamp": 1619908457572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-k8s-id", "timestamp": 1619908458206, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:34:21.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:34:21.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "cds", "timestamp": 1619908458210, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:34:21.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:34:21.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908458548, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:34:21.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:34:21.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "policy-id", "timestamp": 1619908458818, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:34:21.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:34:21.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "ves-openapi-manager", "timestamp": 1619908457572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "cds", "timestamp": 1619908459224, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-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-05-01T22:34:21.611Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:21.612Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 2021-05-01T22:34:21.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"644ff545-bbb0-48fd-88a6-bf36cb49d4e4","serviceName":"vFW 2021-05-01 22-31-17","serviceVersion":"1.0","serviceUUID":"7697ffbc-1a9b-4b55-bf42-07d2660a3310","serviceDescription":"catalog service description","serviceInvariantUUID":"33f32f5e-b6c8-42c0-b88e-4260395fd29a","resources":[{"resourceInstanceName":"vFW 8b296b3e-702f 0","resourceName":"vFW 8b296b3e-702f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d49e2f8b-a67f-4f71-9e50-f629b5281020","resourceInvariantUUID":"8e70ea4c-56de-4c01-aff1-4bb1040c677d","resourceCustomizationUUID":"678ed655-fd39-48d4-817b-4ba50a096fba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vf-license-model.xml","artifactChecksum":"NGRlODBlMDI2ZWE0MDQzNzdkNzM4MzEwOWQzMzg0ZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf919a63-e1aa-4d90-adf8-40bff402178b","artifactVersion":"1"},{"artifactName":"vfw8b296b3e702f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json","artifactChecksum":"NWI2ZDRmMjllMDYzMWRlYjlhNzFmMjMyYjVkNmQxMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3097f5fe-0933-4e8f-95a9-0c6207567adf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ffe427eb-f409-4e8d-85b7-fc3677e8b793","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTAwNDNiMDhlZDc4YTRlNTZkNjhkZmYwZTYxYjMxMTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc3c174b-e386-4de7-ad84-0a447abd3999","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"36aca510-d586-498c-81a9-c729206f5723","artifactVersion":"2","generatedFromUUID":"ffe427eb-f409-4e8d-85b7-fc3677e8b793"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210501223117-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-template.yml","artifactChecksum":"OWY4YmNjNTE3NTNkNmU2ZWUzZGYzMDA0NDQ5NjM1Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e1ca1c1-6662-4dc5-8a7c-5b982508c1df","artifactVersion":"1"},{"artifactName":"service-Vfw20210501223117-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar","artifactChecksum":"NzlmNjVlNzg5NzNjNDI0MDljYjhmMDdjNmRkMzM3OTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3bff5a99-c581-438d-b837-447ac5448f5d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T22:34:21.620Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:34:21.634Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:34:21.642Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 and ComponentName cds 2021-05-01T22:34:21.694Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T22:34:21.695Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908460983, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-01T22:34:21.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-windriver-id", "timestamp": 1619908459506, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:34:21.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:34:21.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "policy-id", "timestamp": 1619908459822, "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-05-01T22:34:21.733Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 2021-05-01T22:34:21.733Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:34:21.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "ves-openapi-manager", "timestamp": 1619908457572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:21.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:34:21.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-k8s-id", "timestamp": 1619908460258, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:34:21.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:34:21.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:34:21.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908460561, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:34:21.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:34:21.795Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2021-05-01T22:34:21.799Z||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-05-01T22:34:21.799Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:21.808Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:21.809Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:34:22.708Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:34:22.709Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:34:22.711Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:34:22.711Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908460983, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:34:22.811Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:34:22.812Z||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-05-01T22:34:22.813Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:22.823Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:22.823Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:34:23.711Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:34:23.712Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:34:23.714Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:34:23.714Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908460983, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:34:23.814Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:34:23.815Z||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-05-01T22:34:23.815Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:23.826Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:23.827Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:34:24.714Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:34:24.715Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:34:24.718Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:34:24.718Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908460983, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:24.818Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:34:24.820Z||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-05-01T22:34:24.820Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:24.832Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:24.832Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:34:25.718Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:34:25.719Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:34:25.721Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:34:25.721Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908460983, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T22:34:25.821Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:34:25.822Z||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-05-01T22:34:25.823Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:25.831Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:25.832Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:34:26.722Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:34:26.723Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:34:26.725Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:34:26.725Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908460983, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:34:26.826Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T22:34:26.827Z||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-05-01T22:34:26.828Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:26.839Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:26.839Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-05-01T22:34:27.726Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:34:27.727Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:34:27.730Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:34:27.730Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908460983, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:34:27.832Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-05-01T22:34: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-05-01T22:34:27.834Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:27.845Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:27.845Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-01T22:34:28.733Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "serviceName": "vFW 2021-05-01 22-31-17", "serviceVersion": "1.0", "serviceUUID": "7697ffbc-1a9b-4b55-bf42-07d2660a3310", "serviceDescription": "catalog service description", "serviceInvariantUUID": "33f32f5e-b6c8-42c0-b88e-4260395fd29a", "resources": [ { "resourceInstanceName": "vFW 8b296b3e-702f 0", "resourceCustomizationUUID": "678ed655-fd39-48d4-817b-4ba50a096fba", "resourceName": "vFW 8b296b3e-702f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d49e2f8b-a67f-4f71-9e50-f629b5281020", "resourceInvariantUUID": "8e70ea4c-56de-4c01-aff1-4bb1040c677d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw8b296b3e702f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "artifactChecksum": "NWI2ZDRmMjllMDYzMWRlYjlhNzFmMjMyYjVkNmQxMDM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3097f5fe-0933-4e8f-95a9-0c6207567adf", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ffe427eb-f409-4e8d-85b7-fc3677e8b793", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "36aca510-d586-498c-81a9-c729206f5723", "generatedFromUUID": "ffe427eb-f409-4e8d-85b7-fc3677e8b793" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "36aca510-d586-498c-81a9-c729206f5723", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210501223117-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "artifactChecksum": "NzlmNjVlNzg5NzNjNDI0MDljYjhmMDdjNmRkMzM3OTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3bff5a99-c581-438d-b837-447ac5448f5d" } ], "workloadContext": "Production" } 2021-05-01T22:34:28.735Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T22:34:28.735Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7697ffbc-1a9b-4b55-bf42-07d2660a3310 ASDC 2021-05-01T22:34:28.876Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:644ff545-bbb0-48fd-88a6-bf36cb49d4e4 ServiceName:vFW 2021-05-01 22-31-17 ServiceVersion:1.0 ServiceUUID:7697ffbc-1a9b-4b55-bf42-07d2660a3310 ServiceInvariantUUID:33f32f5e-b6c8-42c0-b88e-4260395fd29a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210501223117-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar ArtifactUUID:3bff5a99-c581-438d-b837-447ac5448f5d ArtifactChecksum:NzlmNjVlNzg5NzNjNDI0MDljYjhmMDdjNmRkMzM3OTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 8b296b3e-702f 0 ResourceCustomizationUUID:678ed655-fd39-48d4-817b-4ba50a096fba ResourceInvariantUUID:8e70ea4c-56de-4c01-aff1-4bb1040c677d ResourceName:vFW 8b296b3e-702f ResourceType:VF ResourceUUID:d49e2f8b-a67f-4f71-9e50-f629b5281020 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw8b296b3e702f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json ArtifactUUID:3097f5fe-0933-4e8f-95a9-0c6207567adf ArtifactChecksum:NWI2ZDRmMjllMDYzMWRlYjlhNzFmMjMyYjVkNmQxMDM= 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/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml ArtifactUUID:ffe427eb-f409-4e8d-85b7-fc3677e8b793 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/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env ArtifactUUID:36aca510-d586-498c-81a9-c729206f5723 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/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env ArtifactUUID:36aca510-d586-498c-81a9-c729206f5723 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-01T22:34:28.876Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7697ffbc-1a9b-4b55-bf42-07d2660a3310 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-05-01T22:34:28.949Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T22:34:28.951Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T22:34:28.951Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T22:34:28.951Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3bff5a99-c581-438d-b837-447ac5448f5d from URL: /sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar 2021-05-01T22:34:28.952Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T22:34:28.953Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar 2021-05-01T22:34:29.354Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T22:34:29.382Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar 3bff5a99-c581-438d-b837-447ac5448f5d 110068 2021-05-01T22:34:29.384Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar ASDC sendASDCNotification 2021-05-01T22:34:29.384Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar 2021-05-01T22:34:29.385Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T22:34:29.386Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:34:29.388Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:34:29.388Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908469383, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:34:29.488Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:34:29.490Z||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-05-01T22:34:29.490Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:29.499Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:29.500Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:34:30.388Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T22:34:30.391Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T22:34:30.391Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 3bff5a99-c581-438d-b837-447ac5448f5d, URL: /sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar to file: /app/ASDC/1/service-Vfw20210501223117-csar.csar 2021-05-01T22:34:30.392Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210501223117-csar.csar 2021-05-01T22:34:30.628Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210501223117-csar.csar 2021-05-01T22:34:30.629Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210501223117-csar.csar 2021-05-01T22:34:31.190Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15578110002506407651/Definitions/service-Vfw20210501223117-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 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 2021-05-01T22:34:33.602Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T22:34:33.606Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-01T22:34:33.607Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210501223117-csar.csar 2021-05-01T22:34:33.607Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-01T22:34:33.607Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||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-Vfw20210501223117-csar.csar 2021-05-01T22:34:33.607Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8b296b3e-702f 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501223117-csar.csar 2021-05-01T22:34:33.607Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||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-Vfw20210501223117-csar.csar 2021-05-01T22:34:33.607Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||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-Vfw20210501223117-csar.csar 2021-05-01T22:34:33.607Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501223117-csar.csar 2021-05-01T22:34:33.607Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501223117-csar.csar 2021-05-01T22:34:33.608Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||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-Vfw20210501223117-csar.csar 2021-05-01T22:34:33.608Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||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-Vfw20210501223117-csar.csar 2021-05-01T22:34:33.608Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||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-Vfw20210501223117-csar.csar 2021-05-01T22:34:33.608Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210501223117-csar.csar 2021-05-01T22:34:33.608Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||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-Vfw20210501223117-csar.csar 2021-05-01T22:34:33.608Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501223117-csar.csar 2021-05-01T22:34:33.608Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8b296b3e-702f 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-Vfw20210501223117-csar.csar 2021-05-01T22:34:33.608Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||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-Vfw20210501223117-csar.csar 2021-05-01T22:34:33.609Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-01T22:34:33.614Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:33.616Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:34:33.619Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is matching search criteria 2021-05-01T22:34:33.619Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-01T22:34:33.620Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8b296b3e-702f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T22:34:33.629Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:33.629Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:34:33.630Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is matching search criteria 2021-05-01T22:34:33.630Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-01T22:34:33.630Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8b296b3e-702f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T22:34:33.630Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:33.630Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:34:33.633Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:33.633Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is not matching search criteria 2021-05-01T22:34:33.633Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T22:34:33.634Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T22:34:33.634Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T22:34:33.634Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T22:34:33.634Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:34:33.634Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:34:33.634Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T22:34:33.634Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T22:34:33.634Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T22:34:33.634Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:34:33.634Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T22:34:33.635Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T22:34:33.635Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T22:34:33.635Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T22:34:33.635Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:34:33.635Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-01T22:34:33.635Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:33.635Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T22:34:33.636Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:33.636Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is matching search criteria 2021-05-01T22:34:33.636Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8b296b3e-702f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:34:33.637Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:33.637Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is matching search criteria 2021-05-01T22:34:33.637Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8b296b3e-702f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:34:33.637Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:33.637Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is matching search criteria 2021-05-01T22:34:33.637Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8b296b3e-702f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:34:33.638Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:33.638Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is not matching search criteria 2021-05-01T22:34:33.638Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T22:34:33.638Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T22:34:33.638Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-01T22:34:33.638Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T22:34:33.638Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T22:34:33.638Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:34:33.638Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T22:34:33.639Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T22:34:33.639Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T22:34:33.639Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T22:34:33.639Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:34:33.639Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=658d939e-fdbe-4b68-8756-4eb4e5dbfe3c 2021-05-01T22:34:33.639Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:33.639Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is not matching search criteria 2021-05-01T22:34:33.639Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T22:34:33.639Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T22:34:33.640Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T22:34:33.640Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T22:34:33.640Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:34:33.640Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:34:33.640Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T22:34:33.640Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-01T22:34:33.640Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T22:34:33.640Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T22:34:33.641Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T22:34:33.641Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:34:33.641Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e30f507e-23b5-4093-8117-e6a41d481099 2021-05-01T22:34:33.641Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:33.641Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is not matching search criteria 2021-05-01T22:34:33.641Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T22:34:33.641Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T22:34:33.641Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T22:34:33.642Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T22:34:33.642Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:34:33.642Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:34:33.642Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T22:34:33.642Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T22:34:33.642Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T22:34:33.642Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:34:33.643Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T22:34:33.643Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-01T22:34:33.643Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=95754d2a-6e1f-44e7-889f-bcc0db284679 2021-05-01T22:34:33.643Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:33.643Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:34:33.643Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:33.643Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:34:33.644Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:33.644Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:34:33.644Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:33.644Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:34:33.644Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-01 22-31-17 Description:catalog service description Model UUID:7697ffbc-1a9b-4b55-bf42-07d2660a3310 Model Version:NULL Model InvariantUuid:33f32f5e-b6c8-42c0-b88e-4260395fd29a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 8b296b3e-702f Model UUID:b565a471-0348-4161-834e-bcedfa03b7da Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8e70ea4c-56de-4c01-aff1-4bb1040c677d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:678ed655-fd39-48d4-817b-4ba50a096fba NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:30ac7229-6dcd-474e-912f-26d3ddae0ca2 ModelName:Vfw8b296b3e702f..base_vfw..module-0 ModelUuid:6e00535b-71df-4827-8050-e0d84c63ba2e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:658d939e-fdbe-4b68-8756-4eb4e5dbfe3c ModelInvariantUuid:b92a95ed-1661-451a-abd2-ee54b2505d51 ModelName:vFW 8b296b3e-702f-nodes.vfwCvfc ModelUuid:41489762-067b-4e76-9167-d1707b11ce86 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:4052c0e8-f9f2-426c-8761-7c1a7580fe61 ModelInvariantUuid:92a719d7-1aa0-46ec-9f61-e5b269e9d72a ModelName:Vfw8b296b3e702f.compute.nodes.heat.vfw ModelUuid:6e8e149f-eb54-4be9-8184-759b6d27d784 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e30f507e-23b5-4093-8117-e6a41d481099 ModelInvariantUuid:ac859f8a-5b76-4e5b-9465-fc6eb4ae64ae ModelName:vFW 8b296b3e-702f-nodes.vsnCvfc ModelUuid:19df7721-c07e-413d-94d3-85f06f7e88c7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d1fa36b5-976f-4420-b76b-c2e3fc4fc39e ModelInvariantUuid:b522d137-a78d-49f4-a276-45cc85d91a60 ModelName:Vfw8b296b3e702f.compute.nodes.heat.vsn ModelUuid:13f422d2-7e43-434a-ba87-581c362efd39 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:95754d2a-6e1f-44e7-889f-bcc0db284679 ModelInvariantUuid:127987f5-fcf6-4936-bb18-63ed542d837b ModelName:vFW 8b296b3e-702f-nodes.vpgCvfc ModelUuid:49d37599-8eff-4a97-816f-19a8f3c5e250 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a65c1014-7023-4813-b6f5-0077ed000ec2 ModelInvariantUuid:a3d306e7-785b-4aa7-a4b7-b2e4601e8750 ModelName:Vfw8b296b3e702f.compute.nodes.heat.vpg ModelUuid:a6c5787b-8ac7-41cb-81a3-a59d061c2524 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-05-01T22:34:33.656Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d49e2f8b-a67f-4f71-9e50-f629b5281020 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-05-01T22:34:33.733Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||vFW 8b296b3e-702f 0 2021-05-01T22:34:33.739Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d49e2f8b-a67f-4f71-9e50-f629b5281020 2021-05-01T22:34:33.740Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3097f5fe-0933-4e8f-95a9-0c6207567adf from URL: /sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json 2021-05-01T22:34:33.740Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T22:34:33.740Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json 2021-05-01T22:34:34.393Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T22:34:34.393Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json 3097f5fe-0933-4e8f-95a9-0c6207567adf 785 2021-05-01T22:34:34.394Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json ASDC sendASDCNotification 2021-05-01T22:34:34.394Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json 2021-05-01T22:34:34.394Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T22:34:34.395Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:34:34.398Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:34:34.398Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908474394, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:34:34.499Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:34:34.499Z||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-05-01T22:34:34.500Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:34.508Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:34.509Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:34:35.399Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8b296b3e702f..base_vfw..module-0", "vfModuleModelInvariantUUID": "30ac7229-6dcd-474e-912f-26d3ddae0ca2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6e00535b-71df-4827-8050-e0d84c63ba2e", "vfModuleModelCustomizationUUID": "6e3793b4-c8f5-478e-b713-18bb59b42988", "isBase": true, "artifacts": [ "ffe427eb-f409-4e8d-85b7-fc3677e8b793", "36aca510-d586-498c-81a9-c729206f5723" ], "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-05-01T22:34:35.436Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8b296b3e702f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6e00535b-71df-4827-8050-e0d84c63ba2e VfModuleModelInvariantUUID:30ac7229-6dcd-474e-912f-26d3ddae0ca2 VfModuleModelDescription:NULL Artifacts UUID List:{ ffe427eb-f409-4e8d-85b7-fc3677e8b793 , 36aca510-d586-498c-81a9-c729206f5723 } 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-05-01T22:34:35.439Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8b296b3e702f..base_vfw..module-0", "vfModuleModelInvariantUUID": "30ac7229-6dcd-474e-912f-26d3ddae0ca2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6e00535b-71df-4827-8050-e0d84c63ba2e", "vfModuleModelCustomizationUUID": "6e3793b4-c8f5-478e-b713-18bb59b42988", "isBase": true, "artifacts": [ "ffe427eb-f409-4e8d-85b7-fc3677e8b793", "36aca510-d586-498c-81a9-c729206f5723" ], "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-05-01T22:34:35.439Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8b296b3e702f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6e00535b-71df-4827-8050-e0d84c63ba2e VfModuleModelInvariantUUID:30ac7229-6dcd-474e-912f-26d3ddae0ca2 VfModuleModelDescription:NULL Artifacts UUID List:{ ffe427eb-f409-4e8d-85b7-fc3677e8b793 , 36aca510-d586-498c-81a9-c729206f5723 } 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-05-01T22:34:35.439Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ffe427eb-f409-4e8d-85b7-fc3677e8b793 from URL: /sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml 2021-05-01T22:34:35.439Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T22:34:35.439Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml 2021-05-01T22:34:36.491Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T22:34:36.492Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml ffe427eb-f409-4e8d-85b7-fc3677e8b793 20368 2021-05-01T22:34:36.492Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-01T22:34:36.492Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml 2021-05-01T22:34:36.492Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T22:34:36.493Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:34:36.494Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:34:36.494Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908476492, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:34:36.595Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T22:34:36.596Z||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-05-01T22:34:36.596Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:36.605Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:36.605Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-01T22:34:37.495Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 36aca510-d586-498c-81a9-c729206f5723 from URL: /sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env 2021-05-01T22:34:37.496Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T22:34:37.496Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env 2021-05-01T22:34:37.993Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T22:34:37.993Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env 36aca510-d586-498c-81a9-c729206f5723 2098 2021-05-01T22:34:37.994Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-01T22:34:37.994Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env 2021-05-01T22:34:37.994Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T22:34:37.995Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:34:37.997Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:34:37.997Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908477994, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:34:38.097Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:34:38.098Z||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-05-01T22:34:38.098Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:38.107Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:38.108Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:34:38.998Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7697ffbc-1a9b-4b55-bf42-07d2660a3310 2021-05-01T22:34:38.999Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8b296b3e-702f 0 d49e2f8b-a67f-4f71-9e50-f629b5281020 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-05-01T22:34:39.038Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.039Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:34:39.039Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-05-01T22:34:39.039Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 678ed655-fd39-48d4-817b-4ba50a096fba 2021-05-01T22:34:39.039Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 678ed655-fd39-48d4-817b-4ba50a096fba matches Tosca VF Customization UUID: 678ed655-fd39-48d4-817b-4ba50a096fba 2021-05-01T22:34:39.039Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 678ed655-fd39-48d4-817b-4ba50a096fba 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-05-01T22:34:39.045Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.045Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:34:39.046Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 678ed655-fd39-48d4-817b-4ba50a096fba: {\"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-05-01T22:34:39.046Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9f6598c 2021-05-01T22:34:39.047Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.047Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T22:34:39.047Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e3793b4-c8f5-478e-b713-18bb59b42988 2021-05-01T22:34:39.048Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e3793b4-c8f5-478e-b713-18bb59b42988 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-05-01T22:34:39.052Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.053Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is matching search criteria 2021-05-01T22:34:39.053Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8b296b3e-702f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:34:39.053Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.054Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is matching search criteria 2021-05-01T22:34:39.054Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8b296b3e-702f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:34:39.054Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.054Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is not matching search criteria 2021-05-01T22:34:39.054Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T22:34:39.054Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T22:34:39.055Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-01T22:34:39.055Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T22:34:39.055Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T22:34:39.055Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:34:39.055Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T22:34:39.055Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T22:34:39.055Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T22:34:39.055Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T22:34:39.055Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:34:39.056Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=658d939e-fdbe-4b68-8756-4eb4e5dbfe3c 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-05-01T22:34:39.062Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.062Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is matching search criteria 2021-05-01T22:34:39.062Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8b296b3e-702f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:34:39.062Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.063Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is not matching search criteria 2021-05-01T22:34:39.063Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T22:34:39.063Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T22:34:39.063Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T22:34:39.063Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T22:34:39.063Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:34:39.063Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:34:39.064Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T22:34:39.064Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-01T22:34:39.064Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T22:34:39.064Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T22:34:39.064Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T22:34:39.064Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:34:39.064Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e30f507e-23b5-4093-8117-e6a41d481099 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-05-01T22:34:39.066Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.066Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is matching search criteria 2021-05-01T22:34:39.066Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8b296b3e-702f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:34:39.068Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.069Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is not matching search criteria 2021-05-01T22:34:39.069Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T22:34:39.069Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T22:34:39.069Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T22:34:39.069Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T22:34:39.069Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:34:39.069Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:34:39.070Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T22:34:39.070Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T22:34:39.070Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T22:34:39.070Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:34:39.070Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T22:34:39.070Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-01T22:34:39.070Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=95754d2a-6e1f-44e7-889f-bcc0db284679 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-05-01T22:34:39.073Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.073Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is matching search criteria 2021-05-01T22:34:39.073Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8b296b3e-702f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:34:39.073Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.073Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Node template vFW 8b296b3e-702f 0 is matching search criteria 2021-05-01T22:34:39.073Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8b296b3e-702f 0] matching following query criteria: sdcType=VF, customizationUUID=678ed655-fd39-48d4-817b-4ba50a096fba 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-05-01T22:34:39.075Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.075Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:34:39.076Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7697ffbc-1a9b-4b55-bf42-07d2660a3310: vFW 8b296b3e-702f 2021-05-01T22:34:39.076Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.076Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:34:39.076Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.077Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:34:39.077Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.077Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:34:39.077Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.077Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:34:39.077Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:34:39.077Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-31-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:34:39.078Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-05-01 22-31-17 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-05-01T22:34:39.366Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8b296b3e-702f d49e2f8b-a67f-4f71-9e50-f629b5281020 1 ASDC deployResourceStructure 2021-05-01T22:34:39.366Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json ASDC sendASDCNotification 2021-05-01T22:34:39.367Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json 2021-05-01T22:34:39.367Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T22:34:39.367Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:34:39.368Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:34:39.368Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908479366, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:34:39.469Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T22:34:39.470Z||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-05-01T22:34:39.470Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:39.478Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:39.479Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:34:40.370Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-01T22:34:40.370Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml 2021-05-01T22:34:40.371Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T22:34:40.371Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:34:40.373Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:34:40.374Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908480370, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-01T22:34:40.474Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:34:40.474Z||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-05-01T22:34:40.474Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:40.482Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:40.482Z||pool-15-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:34:41.375Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-01T22:34:41.375Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env 2021-05-01T22:34:41.376Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T22:34:41.376Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:34:41.378Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:34:41.379Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908481375, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-01T22:34:41.479Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:34:41.480Z||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-05-01T22:34:41.480Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:41.488Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:41.489Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:34:42.380Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar ASDC sendASDCNotification 2021-05-01T22:34:42.381Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar 2021-05-01T22:34:42.381Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T22:34:42.381Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:34:42.384Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:34:42.384Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908482380, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:34:42.484Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:34:42.485Z||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-05-01T22:34:42.486Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:34:42.494Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:34:42.495Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:34:43.385Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:34:43.400Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:34:43.402Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:34:43.403Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:34:43.403Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:35:13.403Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:35:13.416Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:35:13.419Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:35:13.419Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:35:13.419Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:35:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:35:20.985Z||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-05-01T22:35:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:35:21.008Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:35:21.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:35:21.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "ves-openapi-manager", "timestamp": 1619908457572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:35:21.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:35:43.420Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:35:43.432Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:35:43.435Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:35:43.435Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:35:43.435Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:36:13.435Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:36:13.446Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:36:13.448Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:36:13.449Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:36:13.449Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:36:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:36:20.986Z||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-05-01T22:36:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:36:21.010Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:36:21.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:36:21.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-windriver-id", "timestamp": 1619908461320, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:36:21.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:36:43.449Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:36:43.464Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:36:43.467Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:36:43.467Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:36:43.468Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:37:13.468Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:37:13.480Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:37:13.483Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:37:13.483Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:37:13.484Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:37:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:37:20.986Z||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-05-01T22:37:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:37:21.005Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:37:21.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908460983, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "ves-openapi-manager", "timestamp": 1619908457572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-windriver-id", "timestamp": 1619908462327, "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-05-01T22:37:21.525Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 2021-05-01T22:37:21.526Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:37:21.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-k8s-id", "timestamp": 1619908462657, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908460983, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:37:21.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "ves-openapi-manager", "timestamp": 1619908457572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-windriver-id", "timestamp": 1619908463330, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:37:21.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908463588, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908460983, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:37:21.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "ves-openapi-manager", "timestamp": 1619908457572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-k8s-id", "timestamp": 1619908464463, "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-05-01T22:37:21.541Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 2021-05-01T22:37:21.541Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:37:21.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908464596, "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-05-01T22:37:21.553Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 2021-05-01T22:37:21.553Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:37:21.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908460983, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-k8s-id", "timestamp": 1619908465467, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:37:21.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908465603, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:37:21.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908460983, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T22:37:21.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "clamp", "timestamp": 1619908466393, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908460983, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908460983, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:37:21.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "clamp", "timestamp": 1619908468397, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:37:21.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908469383, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "clamp", "timestamp": 1619908469400, "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-05-01T22:37:21.568Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 2021-05-01T22:37:21.568Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:37:21.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "aai-ml", "timestamp": 1619908470488, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:37:21.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "aai-ml", "timestamp": 1619908471492, "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-05-01T22:37:21.590Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 2021-05-01T22:37:21.591Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:37:21.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908474394, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908476492, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908477994, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "clamp", "timestamp": 1619908471232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908470198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "aai-ml", "timestamp": 1619908472495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "dcae-sch", "timestamp": 1619908469891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-k8s-id", "timestamp": 1619908469472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908479366, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/vfw8b296b3e702f0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:37:21.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "ves-openapi-manager", "timestamp": 1619908477572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "cds", "timestamp": 1619908479518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "clamp", "timestamp": 1619908471232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:37:21.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-k8s-id", "timestamp": 1619908469472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:37:21.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "aai-ml", "timestamp": 1619908472495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "dcae-sch", "timestamp": 1619908469891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908470198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:37:21.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908480370, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "ves-openapi-manager", "timestamp": 1619908477572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "cds", "timestamp": 1619908479518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "clamp", "timestamp": 1619908471232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-k8s-id", "timestamp": 1619908469472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "aai-ml", "timestamp": 1619908472495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "dcae-sch", "timestamp": 1619908469891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908470198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T22:37:21.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908481375, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/resourceInstances/vfw8b296b3e702f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-01T22:37:21.604Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "ves-openapi-manager", "timestamp": 1619908477572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "cds", "timestamp": 1619908479518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "clamp", "timestamp": 1619908471232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-k8s-id", "timestamp": 1619908469472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "aai-ml", "timestamp": 1619908472495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "dcae-sch", "timestamp": 1619908469891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908470198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908482380, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501223117/1.0/artifacts/service-Vfw20210501223117-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:37:21.606Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "ves-openapi-manager", "timestamp": 1619908477572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "cds", "timestamp": 1619908479518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "clamp", "timestamp": 1619908471232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-k8s-id", "timestamp": 1619908469472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T22:37:21.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "aai-ml", "timestamp": 1619908472495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "dcae-sch", "timestamp": 1619908469891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908470198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "ves-openapi-manager", "timestamp": 1619908477572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "cds", "timestamp": 1619908479518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "clamp", "timestamp": 1619908471232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-k8s-id", "timestamp": 1619908469472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "aai-ml", "timestamp": 1619908472495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "dcae-sch", "timestamp": 1619908469891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908470198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "ves-openapi-manager", "timestamp": 1619908477572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "cds", "timestamp": 1619908479518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "clamp", "timestamp": 1619908471232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-k8s-id", "timestamp": 1619908469472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "aai-ml", "timestamp": 1619908472495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908470198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "dcae-sch", "timestamp": 1619908469891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "ves-openapi-manager", "timestamp": 1619908477572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "policy-id", "timestamp": 1619908485495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "cds", "timestamp": 1619908479518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:37:21.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "policy-id", "timestamp": 1619908485495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "aai-ml", "timestamp": 1619908487368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-k8s-id", "timestamp": 1619908487596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908487696, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "cds", "timestamp": 1619908487994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "policy-id", "timestamp": 1619908485495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T22:37:21.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-windriver-id", "timestamp": 1619908487945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-k8s-id", "timestamp": 1619908488928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "cds", "timestamp": 1619908488999, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-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-05-01T22:37:21.631Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0312268b-1314-4f73-9288-701432925270 2021-05-01T22:37:21.631Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0312268b-1314-4f73-9288-701432925270 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-05-01T22:37:21.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908489102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "policy-id", "timestamp": 1619908485495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-windriver-id", "timestamp": 1619908487945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:37:21.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-k8s-id", "timestamp": 1619908490153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.642Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "policy-id", "timestamp": 1619908485495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908490255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-windriver-id", "timestamp": 1619908487945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T22:37:21.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "policy-id", "timestamp": 1619908485495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-k8s-id", "timestamp": 1619908491177, "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-05-01T22:37:21.650Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0312268b-1314-4f73-9288-701432925270 2021-05-01T22:37:21.650Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0312268b-1314-4f73-9288-701432925270 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-05-01T22:37:21.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908491259, "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-05-01T22:37:21.664Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0312268b-1314-4f73-9288-701432925270 2021-05-01T22:37:21.664Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0312268b-1314-4f73-9288-701432925270 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-05-01T22:37:21.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-windriver-id", "timestamp": 1619908487945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "policy-id", "timestamp": 1619908485495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:37:21.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-k8s-id", "timestamp": 1619908492179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:37:21.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908492263, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:37:21.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-windriver-id", "timestamp": 1619908487945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T22:37:21.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "aai-ml", "timestamp": 1619908493521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:37:21.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-windriver-id", "timestamp": 1619908487945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:37:21.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "policy-id", "timestamp": 1619908493803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "clamp", "timestamp": 1619908494388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "aai-ml", "timestamp": 1619908494523, "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-05-01T22:37:21.679Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0312268b-1314-4f73-9288-701432925270 2021-05-01T22:37:21.679Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0312268b-1314-4f73-9288-701432925270 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-05-01T22:37:21.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-windriver-id", "timestamp": 1619908487945, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:37:21.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:37:21.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "policy-id", "timestamp": 1619908494807, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:37:21.688Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "policy-id", "timestamp": 1619908495810, "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-05-01T22:37:21.693Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0312268b-1314-4f73-9288-701432925270 2021-05-01T22:37:21.693Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0312268b-1314-4f73-9288-701432925270 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-05-01T22:37:21.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "clamp", "timestamp": 1619908496396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:37:21.703Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-windriver-id", "timestamp": 1619908496504, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.703Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "clamp", "timestamp": 1619908497398, "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-05-01T22:37:21.710Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0312268b-1314-4f73-9288-701432925270 2021-05-01T22:37:21.710Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0312268b-1314-4f73-9288-701432925270 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-05-01T22:37:21.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-windriver-id", "timestamp": 1619908497915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-windriver-id", "timestamp": 1619908499079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:37:21.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:21.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-windriver-id", "timestamp": 1619908500084, "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-05-01T22:37:21.728Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0312268b-1314-4f73-9288-701432925270 2021-05-01T22:37:21.728Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0312268b-1314-4f73-9288-701432925270 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-05-01T22:37:21.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:37:21.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "multicloud-windriver-id", "timestamp": 1619908501087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:37:21.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:37:43.484Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:37:43.496Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:37:43.499Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:37:43.499Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:37:43.499Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:37:43.500Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:38:13.500Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:38:13.515Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:38:13.519Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:38:13.519Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:38:13.519Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:38:13.519Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:38:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:38:20.985Z||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-05-01T22:38:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:38:30.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:38:43.519Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:38:43.531Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:38:43.534Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:38:43.534Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:38:43.535Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:38:43.535Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:39:13.535Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:39:13.548Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:39:13.551Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:39:13.551Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:39:13.551Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:39:13.551Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:39:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:39:20.986Z||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-05-01T22:39:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:39:30.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:39:43.552Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2021-05-01T22:39:43.552Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 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-05-01T22:39:43.562Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 and serviceModelVersionId: 7697ffbc-1a9b-4b55-bf42-07d2660a3310 2021-05-01T22:39:43.562Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33f32f5e-b6c8-42c0-b88e-4260395fd29a 2021-05-01T22:40:00.863Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33f32f5e-b6c8-42c0-b88e-4260395fd29a/model-vers/model-ver/7697ffbc-1a9b-4b55-bf42-07d2660a3310?depth=0 2021-05-01T22:40:00.982Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T22:40:01.522Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33f32f5e-b6c8-42c0-b88e-4260395fd29a/model-vers/model-ver/7697ffbc-1a9b-4b55-bf42-07d2660a3310?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-05-01T22:40:01.526Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33f32f5e-b6c8-42c0-b88e-4260395fd29a/model-vers/model-ver/7697ffbc-1a9b-4b55-bf42-07d2660a3310?depth=0|INFO|500||Invoke 2021-05-01T22:40:01.645Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33f32f5e-b6c8-42c0-b88e-4260395fd29a/model-vers/model-ver/7697ffbc-1a9b-4b55-bf42-07d2660a3310?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-05-01T22:40:02.118Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33f32f5e-b6c8-42c0-b88e-4260395fd29a/model-vers/model-ver/7697ffbc-1a9b-4b55-bf42-07d2660a3310?depth=0|INFO|500||InvokeReturn 2021-05-01T22:40:02.118Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/33f32f5e-b6c8-42c0-b88e-4260395fd29a/model-vers/model-ver/7697ffbc-1a9b-4b55-bf42-07d2660a3310?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210501-22:40:01:649-54523], vertex-id=[319656], Content-Length=[0], Date=[Sat, 01 May 2021 22:40:01 GMT], Content-Type=[application/json]} 2021-05-01T22:40:02.118Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-05-01T22:40:02.121Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T22:40:02.121Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||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-05-01T22:40:02.125Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||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-05-01T22:40:02.132Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 644ff545-bbb0-48fd-88a6-bf36cb49d4e4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2021-05-01T22:40:02.133Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-05-01T22:40:02.133Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:02.135Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:02.135Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908802132, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2021-05-01T22:40:02.238Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-05-01T22:40:02.239Z||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-05-01T22:40:02.239Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:02.252Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:02.253Z||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-05-01T22:40:03.148Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:40:03.148Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|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-05-01T22:40:03.148Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:07.482Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:07.483Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T22:40:07.484Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0312268b-1314-4f73-9288-701432925270","serviceName":"basic_onboard_kTcnNJ","serviceVersion":"1.0","serviceUUID":"bd841f22-70f6-436b-8973-f101f50170cb","serviceDescription":"service","serviceInvariantUUID":"01e5d50b-0bbf-406e-a4af-17509460605a","resources":[{"resourceInstanceName":"basic_onboard_kTcnNJ 0","resourceName":"basic_onboard_kTcnNJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6503e940-3a8b-4641-ba1a-a7f664e041b2","resourceInvariantUUID":"89b0c7ff-47a2-43db-89a4-a18c1bbb5dbc","resourceCustomizationUUID":"078c80e7-85ff-4dcb-9c73-df0122fd8697","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vf-license-model.xml","artifactChecksum":"MTEwYzU4MGJkNDViNzNlZTQ0YThlZTViZTVmNzhhYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a813e25d-25e8-4867-a82d-25995d4aefbd","artifactVersion":"1"},{"artifactName":"basic_onboard_ktcnnj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json","artifactChecksum":"MDY4NDQzYTAwNWMxMWUyZGQwYjljNGE1ZTdjNTVhMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d9fcc62-ea09-443a-970c-369969957b71","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ebb145e8-609a-445e-8c92-40d55d9e7e8a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e07b147f-9127-4bc6-8a41-91c79fcc910c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f9031da4-7791-451c-bd01-a81f3ab07032","artifactVersion":"2","generatedFromUUID":"ebb145e8-609a-445e-8c92-40d55d9e7e8a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKtcnnj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-template.yml","artifactChecksum":"YjQ1MWIwNjBkN2M4NDVkOGQ4YjgwNWM3MjgyNTk1YWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a4e696a3-fd4d-440b-90d3-ca9029e547ef","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKtcnnj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar","artifactChecksum":"OGZiMGM3NDI3NjZhZDI4NDNmODNlODY0NTRjZTQxZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"540f570a-c0f2-48ec-8445-4f18a3bb8fe2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T22:40:07.487Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:40:07.487Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:07.490Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:07.490Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908803148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:40:07.590Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T22:40:07.591Z||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-05-01T22:40:07.591Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:07.600Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:07.601Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:40:08.491Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:40:08.492Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:08.494Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:08.494Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908803148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:40:08.594Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:40:08.596Z||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-05-01T22:40:08.596Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:08.604Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:08.604Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:40:09.494Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:40:09.495Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:09.498Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:09.498Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908803148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T22:40:09.598Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:40:09.599Z||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-05-01T22:40:09.599Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:09.609Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:09.609Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:40:10.498Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:40:10.499Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:10.502Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:10.502Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908803148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:40:10.603Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T22:40:10.604Z||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-05-01T22:40:10.604Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:10.614Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:10.614Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:40:11.503Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:40:11.504Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:11.505Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:11.506Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908803148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T22:40:11.606Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:40:11.607Z||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-05-01T22:40:11.607Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:11.616Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:11.617Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:40:12.506Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:40:12.507Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:12.509Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:12.509Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908803148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:40:12.609Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:40:12.610Z||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-05-01T22:40:12.610Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:12.620Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:12.621Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:40:13.510Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:40:13.511Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:13.513Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:13.513Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908803148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:40:13.613Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:40:13.614Z||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-05-01T22:40:13.614Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:13.624Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:13.624Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:40:14.515Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "serviceName": "basic_onboard_kTcnNJ", "serviceVersion": "1.0", "serviceUUID": "bd841f22-70f6-436b-8973-f101f50170cb", "serviceDescription": "service", "serviceInvariantUUID": "01e5d50b-0bbf-406e-a4af-17509460605a", "resources": [ { "resourceInstanceName": "basic_onboard_kTcnNJ 0", "resourceCustomizationUUID": "078c80e7-85ff-4dcb-9c73-df0122fd8697", "resourceName": "basic_onboard_kTcnNJ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6503e940-3a8b-4641-ba1a-a7f664e041b2", "resourceInvariantUUID": "89b0c7ff-47a2-43db-89a4-a18c1bbb5dbc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ktcnnj0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "artifactChecksum": "MDY4NDQzYTAwNWMxMWUyZGQwYjljNGE1ZTdjNTVhMDM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d9fcc62-ea09-443a-970c-369969957b71", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ebb145e8-609a-445e-8c92-40d55d9e7e8a", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f9031da4-7791-451c-bd01-a81f3ab07032", "generatedFromUUID": "ebb145e8-609a-445e-8c92-40d55d9e7e8a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f9031da4-7791-451c-bd01-a81f3ab07032", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardKtcnnj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "artifactChecksum": "OGZiMGM3NDI3NjZhZDI4NDNmODNlODY0NTRjZTQxZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "540f570a-c0f2-48ec-8445-4f18a3bb8fe2" } ], "workloadContext": "Production" } 2021-05-01T22:40:14.515Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T22:40:14.515Z|644ff545-bbb0-48fd-88a6-bf36cb49d4e4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bd841f22-70f6-436b-8973-f101f50170cb ASDC 2021-05-01T22:40:14.516Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:0312268b-1314-4f73-9288-701432925270 ServiceName:basic_onboard_kTcnNJ ServiceVersion:1.0 ServiceUUID:bd841f22-70f6-436b-8973-f101f50170cb ServiceInvariantUUID:01e5d50b-0bbf-406e-a4af-17509460605a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardKtcnnj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar ArtifactUUID:540f570a-c0f2-48ec-8445-4f18a3bb8fe2 ArtifactChecksum:OGZiMGM3NDI3NjZhZDI4NDNmODNlODY0NTRjZTQxZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_kTcnNJ 0 ResourceCustomizationUUID:078c80e7-85ff-4dcb-9c73-df0122fd8697 ResourceInvariantUUID:89b0c7ff-47a2-43db-89a4-a18c1bbb5dbc ResourceName:basic_onboard_kTcnNJ ResourceType:VF ResourceUUID:6503e940-3a8b-4641-ba1a-a7f664e041b2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ktcnnj0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json ArtifactUUID:0d9fcc62-ea09-443a-970c-369969957b71 ArtifactChecksum:MDY4NDQzYTAwNWMxMWUyZGQwYjljNGE1ZTdjNTVhMDM= 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/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml ArtifactUUID:ebb145e8-609a-445e-8c92-40d55d9e7e8a 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/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env ArtifactUUID:f9031da4-7791-451c-bd01-a81f3ab07032 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/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env ArtifactUUID:f9031da4-7791-451c-bd01-a81f3ab07032 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-01T22:40:14.516Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd841f22-70f6-436b-8973-f101f50170cb 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-05-01T22:40:14.554Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T22:40:14.555Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T22:40:14.555Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T22:40:14.555Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 540f570a-c0f2-48ec-8445-4f18a3bb8fe2 from URL: /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:14.555Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T22:40:14.555Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:15.399Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T22:40:15.404Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar 540f570a-c0f2-48ec-8445-4f18a3bb8fe2 74833 2021-05-01T22:40:15.404Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar ASDC sendASDCNotification 2021-05-01T22:40:15.404Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:15.404Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T22:40:15.405Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:15.407Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:15.407Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908815404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:40:15.508Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:40:15.508Z||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-05-01T22:40:15.508Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:15.518Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:15.518Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:40:16.408Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T22:40:16.412Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T22:40:16.412Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 540f570a-c0f2-48ec-8445-4f18a3bb8fe2, URL: /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar to file: /app/ASDC/1/service-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:16.413Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:16.413Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:16.413Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:16.538Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10715160139412384483/Definitions/service-BasicOnboardKtcnnj-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-05-01T22:40:17.754Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T22:40:17.755Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-01T22:40:17.755Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:17.755Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-01T22:40:17.755Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kTcnNJ 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:17.755Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||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-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:17.755Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kTcnNJ 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-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:17.755Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||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-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:17.755Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||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-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:17.755Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||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-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:17.755Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:17.756Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:17.756Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||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-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:17.756Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||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-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:17.756Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-01T22:40:17.756Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:17.756Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:40:17.756Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_kTcnNJ 0 is matching search criteria 2021-05-01T22:40:17.756Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-01T22:40:17.757Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_kTcnNJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T22:40:17.757Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:17.757Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:40:17.757Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_kTcnNJ 0 is matching search criteria 2021-05-01T22:40:17.757Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-01T22:40:17.757Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_kTcnNJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T22:40:17.757Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:17.757Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:40:17.757Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:17.758Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_kTcnNJ 0 is not matching search criteria 2021-05-01T22:40:17.758Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-01T22:40:17.758Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-01T22:40:17.758Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-01T22:40:17.758Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-01T22:40:17.758Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-01T22:40:17.758Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:17.758Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T22:40:17.758Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:17.759Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_kTcnNJ 0 is matching search criteria 2021-05-01T22:40:17.759Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_kTcnNJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:40:17.759Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:17.759Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_kTcnNJ 0 is matching search criteria 2021-05-01T22:40:17.759Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_kTcnNJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:40:17.759Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:17.759Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_kTcnNJ 0 is matching search criteria 2021-05-01T22:40:17.759Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_kTcnNJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:40:17.759Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:17.760Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_kTcnNJ 0 is not matching search criteria 2021-05-01T22:40:17.760Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-01T22:40:17.760Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-01T22:40:17.760Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8200b3a8-631d-4998-9934-7aee160f8918 2021-05-01T22:40:17.760Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:17.760Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:40:17.760Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:17.760Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:40:17.760Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:17.761Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:40:17.761Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:17.761Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:40:17.761Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_kTcnNJ Description:service Model UUID:bd841f22-70f6-436b-8973-f101f50170cb Model Version:NULL Model InvariantUuid:01e5d50b-0bbf-406e-a4af-17509460605a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_kTcnNJ Model UUID:c2dd307b-6d50-4dd0-9399-923df1a09208 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:89b0c7ff-47a2-43db-89a4-a18c1bbb5dbc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:078c80e7-85ff-4dcb-9c73-df0122fd8697 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:048a0658-9213-4f9a-a464-158a7ef5fc5f ModelName:BasicOnboardKtcnnj..base_ubuntu18..module-0 ModelUuid:ccd01cfd-dd97-4999-b4e3-512ce3c910b2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8200b3a8-631d-4998-9934-7aee160f8918 ModelInvariantUuid:9786edb5-f0e9-4e6b-9b96-e5f6d1a353ef ModelName:basic_onboard_kTcnNJ-nodes.ubuntu18Cvfc ModelUuid:84f335b9-608c-47ec-9aa1-d220e73db86f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e506f2de-294e-4f48-9b1d-665299e9f8b7 ModelInvariantUuid:c097c05d-0d72-4db8-8add-b311c5412c88 ModelName:BasicOnboardKtcnnj.compute.nodes.heat.ubuntu18 ModelUuid:0a28b012-152e-44dc-86b1-9ef65da93197 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-05-01T22:40:17.767Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6503e940-3a8b-4641-ba1a-a7f664e041b2 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-05-01T22:40:17.770Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||basic_onboard_kTcnNJ 0 2021-05-01T22:40:17.770Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6503e940-3a8b-4641-ba1a-a7f664e041b2 2021-05-01T22:40:17.770Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0d9fcc62-ea09-443a-970c-369969957b71 from URL: /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json 2021-05-01T22:40:17.770Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T22:40:17.771Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json 2021-05-01T22:40:18.105Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T22:40:18.106Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json 0d9fcc62-ea09-443a-970c-369969957b71 798 2021-05-01T22:40:18.106Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json ASDC sendASDCNotification 2021-05-01T22:40:18.106Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json 2021-05-01T22:40:18.106Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T22:40:18.107Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:18.109Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:18.109Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908818106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:40:18.209Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:40:18.210Z||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-05-01T22:40:18.210Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:18.220Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:18.220Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:40:19.110Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKtcnnj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "048a0658-9213-4f9a-a464-158a7ef5fc5f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ccd01cfd-dd97-4999-b4e3-512ce3c910b2", "vfModuleModelCustomizationUUID": "2f8d678f-a70e-48b5-8141-245fd7752957", "isBase": true, "artifacts": [ "ebb145e8-609a-445e-8c92-40d55d9e7e8a", "f9031da4-7791-451c-bd01-a81f3ab07032" ], "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-05-01T22:40:19.115Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKtcnnj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ccd01cfd-dd97-4999-b4e3-512ce3c910b2 VfModuleModelInvariantUUID:048a0658-9213-4f9a-a464-158a7ef5fc5f VfModuleModelDescription:NULL Artifacts UUID List:{ ebb145e8-609a-445e-8c92-40d55d9e7e8a , f9031da4-7791-451c-bd01-a81f3ab07032 } 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-05-01T22:40:19.117Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKtcnnj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "048a0658-9213-4f9a-a464-158a7ef5fc5f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ccd01cfd-dd97-4999-b4e3-512ce3c910b2", "vfModuleModelCustomizationUUID": "2f8d678f-a70e-48b5-8141-245fd7752957", "isBase": true, "artifacts": [ "ebb145e8-609a-445e-8c92-40d55d9e7e8a", "f9031da4-7791-451c-bd01-a81f3ab07032" ], "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-05-01T22:40:19.117Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKtcnnj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ccd01cfd-dd97-4999-b4e3-512ce3c910b2 VfModuleModelInvariantUUID:048a0658-9213-4f9a-a464-158a7ef5fc5f VfModuleModelDescription:NULL Artifacts UUID List:{ ebb145e8-609a-445e-8c92-40d55d9e7e8a , f9031da4-7791-451c-bd01-a81f3ab07032 } 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-05-01T22:40:19.118Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ebb145e8-609a-445e-8c92-40d55d9e7e8a from URL: /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml 2021-05-01T22:40:19.118Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T22:40:19.118Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml 2021-05-01T22:40:19.237Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T22:40:19.237Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml ebb145e8-609a-445e-8c92-40d55d9e7e8a 5033 2021-05-01T22:40:19.238Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-01T22:40:19.238Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml 2021-05-01T22:40:19.238Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T22:40:19.238Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:19.239Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:19.239Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908819237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:40:19.340Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:40:19.341Z||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-05-01T22:40:19.341Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:19.351Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:19.352Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-01T22:40:20.240Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f9031da4-7791-451c-bd01-a81f3ab07032 from URL: /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env 2021-05-01T22:40:20.241Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T22:40:20.241Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env 2021-05-01T22:40:20.576Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T22:40:20.577Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env f9031da4-7791-451c-bd01-a81f3ab07032 909 2021-05-01T22:40:20.577Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-01T22:40:20.578Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env 2021-05-01T22:40:20.578Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T22:40:20.578Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:20.581Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:20.581Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908820577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:40:20.681Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:40:20.682Z||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-05-01T22:40:20.682Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:20.692Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:20.692Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:40:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:40:20.985Z||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-05-01T22:40:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:21.582Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: bd841f22-70f6-436b-8973-f101f50170cb 2021-05-01T22:40:21.582Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kTcnNJ 0 6503e940-3a8b-4641-ba1a-a7f664e041b2 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-05-01T22:40:21.595Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:21.595Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:40:21.595Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-05-01T22:40:21.595Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 078c80e7-85ff-4dcb-9c73-df0122fd8697 2021-05-01T22:40:21.596Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 078c80e7-85ff-4dcb-9c73-df0122fd8697 matches Tosca VF Customization UUID: 078c80e7-85ff-4dcb-9c73-df0122fd8697 2021-05-01T22:40:21.596Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 078c80e7-85ff-4dcb-9c73-df0122fd8697 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-05-01T22:40:21.597Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:21.597Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:40:21.598Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 078c80e7-85ff-4dcb-9c73-df0122fd8697: {\"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-05-01T22:40:21.598Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23f1cb55 2021-05-01T22:40:21.598Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:21.598Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T22:40:21.598Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f8d678f-a70e-48b5-8141-245fd7752957 2021-05-01T22:40:21.598Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f8d678f-a70e-48b5-8141-245fd7752957 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-05-01T22:40:21.600Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:21.601Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_kTcnNJ 0 is matching search criteria 2021-05-01T22:40:21.601Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_kTcnNJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:40:21.601Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:21.601Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_kTcnNJ 0 is matching search criteria 2021-05-01T22:40:21.601Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_kTcnNJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:40:21.602Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:21.602Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_kTcnNJ 0 is not matching search criteria 2021-05-01T22:40:21.602Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-01T22:40:21.602Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-01T22:40:21.602Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8200b3a8-631d-4998-9934-7aee160f8918 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-05-01T22:40:21.604Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:21.604Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_kTcnNJ 0 is matching search criteria 2021-05-01T22:40:21.605Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_kTcnNJ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:40:21.605Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:21.605Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_kTcnNJ 0 is matching search criteria 2021-05-01T22:40:21.605Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_kTcnNJ 0] matching following query criteria: sdcType=VF, customizationUUID=078c80e7-85ff-4dcb-9c73-df0122fd8697 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-05-01T22:40:21.607Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:21.607Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:40:21.607Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid bd841f22-70f6-436b-8973-f101f50170cb: basic_onboard_kTcnNJ 2021-05-01T22:40:21.608Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:21.608Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:40:21.608Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:21.608Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:40:21.608Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:21.609Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:40:21.609Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:21.609Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:40:21.609Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:40:21.609Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_kTcnNJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:40:21.610Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_kTcnNJ 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=? 2021-05-01T22:40:21.611Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:21.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:40:21.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "644ff545-bbb0-48fd-88a6-bf36cb49d4e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908802132, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2021-05-01T22:40:21.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:40:21.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:40:21.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908803148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:40:21.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:40:21.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:40:21.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908803148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:40:21.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:40:21.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 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=? 2021-05-01T22:40:21.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908803148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T22:40:21.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:40:21.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:40:21.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908803148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:40:21.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:40:21.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:40:21.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908803148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T22:40:21.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:40:21.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:40:21.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908803148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:40:21.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:40:21.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:40:21.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908803148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:40:21.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:40:21.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:40:21.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908815404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:40:21.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:40:21.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:40:21.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908818106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:40:21.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:40:21.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:40:21.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908819237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) 2021-05-01T22:40:21.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:40:21.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:40:21.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908820577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:40:21.616Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 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-05-01T22:40:21.690Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kTcnNJ 6503e940-3a8b-4641-ba1a-a7f664e041b2 1 ASDC deployResourceStructure 2021-05-01T22:40:21.691Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json ASDC sendASDCNotification 2021-05-01T22:40:21.691Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json 2021-05-01T22:40:21.691Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T22:40:21.691Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:21.694Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:21.694Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908821690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:40:21.794Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:40:21.795Z||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-05-01T22:40:21.795Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:21.804Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:21.804Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:40:22.695Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-05-01T22:40:22.696Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml 2021-05-01T22:40:22.696Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T22:40:22.697Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:22.699Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:22.699Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908822695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-01T22:40:22.800Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T22:40:22.801Z||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-05-01T22:40:22.801Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:22.810Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:22.811Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:40:23.701Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-05-01T22:40:23.701Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env 2021-05-01T22:40:23.701Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T22:40:23.702Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:23.704Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:23.704Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908823700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-01T22:40:23.804Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T22:40:23.805Z||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-05-01T22:40:23.805Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:23.816Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:23.816Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:40:24.706Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar ASDC sendASDCNotification 2021-05-01T22:40:24.706Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar 2021-05-01T22:40:24.707Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T22:40:24.707Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:40:24.709Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:40:24.710Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908824706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:40:24.810Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:40:24.810Z||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-05-01T22:40:24.811Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:40:24.821Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:40:24.822Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:40:25.711Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0312268b-1314-4f73-9288-701432925270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:40:25.723Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0312268b-1314-4f73-9288-701432925270 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-05-01T22:40:25.728Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:40:25.728Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:40:25.729Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:40:25.729Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:40:55.729Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0312268b-1314-4f73-9288-701432925270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:40:55.742Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0312268b-1314-4f73-9288-701432925270 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-05-01T22:40:55.745Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:40:55.746Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:40:55.746Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:40:55.746Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:41:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:41:20.985Z||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-05-01T22:41:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:41:21.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:41:21.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:41:21.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908821690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/basic_onboard_ktcnnj0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:41:21.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:41:25.746Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0312268b-1314-4f73-9288-701432925270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:41:25.759Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0312268b-1314-4f73-9288-701432925270 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-05-01T22:41:25.762Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:41:25.762Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:41:25.762Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:41:25.762Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:41:55.762Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0312268b-1314-4f73-9288-701432925270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:41:55.775Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0312268b-1314-4f73-9288-701432925270 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-05-01T22:41:55.778Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:41:55.778Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:41:55.778Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:41:55.778Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:42:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:42:20.986Z||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-05-01T22:42:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:42:21.510Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:42:21.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:42:21.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908822695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-01T22:42:21.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:42:21.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:42:21.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908823700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/resourceInstances/basic_onboard_ktcnnj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-01T22:42:21.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:42:21.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:42:21.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619908824706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtcnnj/1.0/artifacts/service-BasicOnboardKtcnnj-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:42:21.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:42:25.778Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0312268b-1314-4f73-9288-701432925270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:42:25.791Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0312268b-1314-4f73-9288-701432925270 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-05-01T22:42:25.794Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:42:25.794Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:42:25.795Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:42:25.795Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:42:55.795Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0312268b-1314-4f73-9288-701432925270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:42:55.806Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0312268b-1314-4f73-9288-701432925270 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-05-01T22:42:55.809Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:42:55.809Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:42:55.809Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:42:55.809Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:43:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:43:20.985Z||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-05-01T22:43:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:43:21.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:43:21.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "clamp", "timestamp": 1619908951232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "aai-ml", "timestamp": 1619908949635, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-windriver-id", "timestamp": 1619908947945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-k8s-id", "timestamp": 1619908949472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "cds", "timestamp": 1619908944518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "dcae-sch", "timestamp": 1619908949891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "policy-id", "timestamp": 1619908945495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908950198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "aai-ml", "timestamp": 1619908949635, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-windriver-id", "timestamp": 1619908947945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "NOTIFIED" } 2021-05-01T22:43:21.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "clamp", "timestamp": 1619908951232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "NOTIFIED" } 2021-05-01T22:43:21.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "cds", "timestamp": 1619908944518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-k8s-id", "timestamp": 1619908949472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "NOTIFIED" } 2021-05-01T22:43:21.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "dcae-sch", "timestamp": 1619908949891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "policy-id", "timestamp": 1619908945495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908950198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "NOTIFIED" } 2021-05-01T22:43:21.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "aai-ml", "timestamp": 1619908949635, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-windriver-id", "timestamp": 1619908947945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:43:21.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "clamp", "timestamp": 1619908951232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-k8s-id", "timestamp": 1619908949472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:43:21.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "cds", "timestamp": 1619908944518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "dcae-sch", "timestamp": 1619908949891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "policy-id", "timestamp": 1619908945495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:43:21.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908950198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:43:21.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "aai-ml", "timestamp": 1619908949635, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "clamp", "timestamp": 1619908951232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "cds", "timestamp": 1619908944518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "dcae-sch", "timestamp": 1619908949891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-k8s-id", "timestamp": 1619908949472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-windriver-id", "timestamp": 1619908947945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "policy-id", "timestamp": 1619908945495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908950198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "aai-ml", "timestamp": 1619908949635, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "clamp", "timestamp": 1619908951232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-windriver-id", "timestamp": 1619908947945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T22:43:21.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-k8s-id", "timestamp": 1619908949472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T22:43:21.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "cds", "timestamp": 1619908944518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "dcae-sch", "timestamp": 1619908949891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "policy-id", "timestamp": 1619908945495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908950198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T22:43:21.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "aai-ml", "timestamp": 1619908949635, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "clamp", "timestamp": 1619908951232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-windriver-id", "timestamp": 1619908947945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-k8s-id", "timestamp": 1619908949472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "cds", "timestamp": 1619908944518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "dcae-sch", "timestamp": 1619908949891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "policy-id", "timestamp": 1619908945495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908950198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "aai-ml", "timestamp": 1619908949635, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:43:21.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "clamp", "timestamp": 1619908951232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:43:21.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-windriver-id", "timestamp": 1619908947945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:43:21.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-k8s-id", "timestamp": 1619908949472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:43:21.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "cds", "timestamp": 1619908944518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:43:21.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "dcae-sch", "timestamp": 1619908949891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "policy-id", "timestamp": 1619908945495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:43:21.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908950198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:43:21.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "ves-openapi-manager", "timestamp": 1619908957572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "ves-openapi-manager", "timestamp": 1619908957572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "cds", "timestamp": 1619908959425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:43:21.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "aai-ml", "timestamp": 1619908959437, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:43:21.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-windriver-id", "timestamp": 1619908959462, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:43:21.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-k8s-id", "timestamp": 1619908959454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:43:21.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "policy-id", "timestamp": 1619908959439, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:43:21.641Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908959591, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:43:21.641Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "ves-openapi-manager", "timestamp": 1619908957572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "cds", "timestamp": 1619908960430, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-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-05-01T22:43:21.655Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6fae43d-dc06-4d5f-b090-3549a72c136c 2021-05-01T22:43:21.655Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:43:21.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "policy-id", "timestamp": 1619908960444, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:43:21.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-windriver-id", "timestamp": 1619908961149, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:43:21.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-k8s-id", "timestamp": 1619908961157, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:43:21.665Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "ves-openapi-manager", "timestamp": 1619908957572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.665Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "policy-id", "timestamp": 1619908961447, "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-05-01T22:43:21.670Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6fae43d-dc06-4d5f-b090-3549a72c136c 2021-05-01T22:43:21.671Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:43:21.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908961642, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:43:21.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "ves-openapi-manager", "timestamp": 1619908957572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.680Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "ves-openapi-manager", "timestamp": 1619908957572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-k8s-id", "timestamp": 1619908964055, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:43:21.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-windriver-id", "timestamp": 1619908964109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:43:21.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "ves-openapi-manager", "timestamp": 1619908957572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:43:21.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:43:21.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908964597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:43:21.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-k8s-id", "timestamp": 1619908965085, "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-05-01T22:43:21.688Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6fae43d-dc06-4d5f-b090-3549a72c136c 2021-05-01T22:43:21.688Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:43:21.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.696Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-windriver-id", "timestamp": 1619908965117, "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-05-01T22:43:21.701Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6fae43d-dc06-4d5f-b090-3549a72c136c 2021-05-01T22:43:21.701Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:43:21.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908965601, "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-05-01T22:43:21.714Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6fae43d-dc06-4d5f-b090-3549a72c136c 2021-05-01T22:43:21.714Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:43:21.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-k8s-id", "timestamp": 1619908966088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:43:21.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-windriver-id", "timestamp": 1619908966124, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:43:21.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "clamp", "timestamp": 1619908966443, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:43:21.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619908966605, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:43:21.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "clamp", "timestamp": 1619908967539, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:43:21.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "aai-ml", "timestamp": 1619908968393, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:43:21.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:43:21.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "clamp", "timestamp": 1619908968542, "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-05-01T22:43:21.728Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6fae43d-dc06-4d5f-b090-3549a72c136c 2021-05-01T22:43:21.728Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:43:21.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:43:21.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "aai-ml", "timestamp": 1619908969396, "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-05-01T22:43:21.742Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6fae43d-dc06-4d5f-b090-3549a72c136c 2021-05-01T22:43:21.743Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:43:25.810Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0312268b-1314-4f73-9288-701432925270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:43:25.823Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0312268b-1314-4f73-9288-701432925270 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-05-01T22:43:25.826Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:43:25.826Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:43:25.826Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:43:25.826Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:43:55.827Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0312268b-1314-4f73-9288-701432925270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:43:55.839Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0312268b-1314-4f73-9288-701432925270 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-05-01T22:43:55.842Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:43:55.842Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:43:55.842Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:43:55.842Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:44:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:44:20.986Z||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-05-01T22:44:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:44:25.842Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0312268b-1314-4f73-9288-701432925270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:44:25.854Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0312268b-1314-4f73-9288-701432925270 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-05-01T22:44:25.857Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:44:25.857Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:44:25.857Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:44:25.857Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:44:30.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:44:55.858Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0312268b-1314-4f73-9288-701432925270 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:44:55.870Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0312268b-1314-4f73-9288-701432925270 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-05-01T22:44:55.873Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:44:55.873Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:44:55.873Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:44:55.873Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:45:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:45:20.986Z||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-05-01T22:45:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:25.874Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2021-05-01T22:45:25.874Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0312268b-1314-4f73-9288-701432925270 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-05-01T22:45:25.881Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0312268b-1314-4f73-9288-701432925270 and serviceModelVersionId: bd841f22-70f6-436b-8973-f101f50170cb 2021-05-01T22:45:25.881Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01e5d50b-0bbf-406e-a4af-17509460605a 2021-05-01T22:45:25.882Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01e5d50b-0bbf-406e-a4af-17509460605a/model-vers/model-ver/bd841f22-70f6-436b-8973-f101f50170cb?depth=0 2021-05-01T22:45:25.890Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T22:45:25.925Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01e5d50b-0bbf-406e-a4af-17509460605a/model-vers/model-ver/bd841f22-70f6-436b-8973-f101f50170cb?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-05-01T22:45:25.926Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01e5d50b-0bbf-406e-a4af-17509460605a/model-vers/model-ver/bd841f22-70f6-436b-8973-f101f50170cb?depth=0|INFO|500||Invoke 2021-05-01T22:45:25.959Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01e5d50b-0bbf-406e-a4af-17509460605a/model-vers/model-ver/bd841f22-70f6-436b-8973-f101f50170cb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-05-01T22:45:26.457Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01e5d50b-0bbf-406e-a4af-17509460605a/model-vers/model-ver/bd841f22-70f6-436b-8973-f101f50170cb?depth=0|INFO|500||InvokeReturn 2021-05-01T22:45:26.458Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/01e5d50b-0bbf-406e-a4af-17509460605a/model-vers/model-ver/bd841f22-70f6-436b-8973-f101f50170cb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210501-22:45:25:962-13337], vertex-id=[241768], Content-Length=[0], Date=[Sat, 01 May 2021 22:45:25 GMT], Content-Type=[application/json]} 2021-05-01T22:45:26.458Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-05-01T22:45:26.458Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T22:45:26.458Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||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-05-01T22:45:26.461Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||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-05-01T22:45:26.462Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0312268b-1314-4f73-9288-701432925270 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2021-05-01T22:45:26.462Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-05-01T22:45:26.462Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:26.464Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:26.464Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909126462, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2021-05-01T22:45:26.565Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:45:26.566Z||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-05-01T22:45:26.567Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:26.575Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:26.576Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:45:27.189Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:27.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:45:27.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0312268b-1314-4f73-9288-701432925270", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909126462, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2021-05-01T22:45:27.190Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:45:27.474Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:45:27.475Z|0312268b-1314-4f73-9288-701432925270|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-05-01T22:45:27.475Z|0312268b-1314-4f73-9288-701432925270|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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:31.794Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:31.795Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T22:45:31.795Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6fae43d-dc06-4d5f-b090-3549a72c136c","serviceName":"vFW 2021-05-01 22-40-45","serviceVersion":"1.0","serviceUUID":"dc53ce20-3d2f-4a4e-8466-e400d66b3925","serviceDescription":"catalog service description","serviceInvariantUUID":"8720869a-4469-41db-8c98-06d45f533231","resources":[{"resourceInstanceName":"vFW d76d7ff7-b7f3 0","resourceName":"vFW d76d7ff7-b7f3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"734f9243-a11e-4b96-b32d-eab51dcebbb4","resourceInvariantUUID":"0df9b4a7-2842-4587-98c6-8b256859f82b","resourceCustomizationUUID":"79992003-684f-4518-8009-8095ba38d639","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vf-license-model.xml","artifactChecksum":"YWM1MmY1N2JiODEyYjY3NTFkODUyNmFmMWNhOGYyYjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9145fea5-f311-4deb-b1c7-822db07946ff","artifactVersion":"1"},{"artifactName":"vfwd76d7ff7b7f30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json","artifactChecksum":"YmU1MDNiNDE4MzJjM2RmNDIxYjkzODQ5ZjQwMGQ0NmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4cb6dae1-08be-40a6-98a8-d6da84821049","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d0a41388-e760-44fc-840a-5fbd20f15ac0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vendor-license-model.xml","artifactChecksum":"NTI2MzFkYTI2NTlkMjYwMzU1ZWExNWEzMjY0NmVjZTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4006d45f-ef69-49a7-8cbd-46e364b96b41","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"998dd668-a785-4906-9da6-afe758461ad2","artifactVersion":"2","generatedFromUUID":"d0a41388-e760-44fc-840a-5fbd20f15ac0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210501224045-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-template.yml","artifactChecksum":"N2EyYzU0NGZmY2M5ZThlZjQ5ZDY1YzRlNjMxMTEyYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f37b1df2-d3e9-4d3c-9a41-e21714d69101","artifactVersion":"1"},{"artifactName":"service-Vfw20210501224045-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar","artifactChecksum":"ZTBhNGUwZDZjNmQxY2Y0NTJhNzA1OGM5ZDJhNTdhMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef6fd9d5-17e8-46c0-b628-a422a2f404c8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T22:45:31.797Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:45:31.797Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:31.798Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:31.798Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909127474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:45:31.899Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T22:45:31.900Z||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-05-01T22:45:31.901Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:31.911Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:31.912Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:45:32.799Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:45:32.800Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:32.802Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:32.803Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909127474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "NOTIFIED" } 2021-05-01T22:45:32.903Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:45:32.903Z||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-05-01T22:45:32.904Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:32.912Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:32.912Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-01T22:45:33.803Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:45:33.804Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:33.806Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:33.806Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909127474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:45:33.906Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T22:45:33.907Z||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-05-01T22:45:33.907Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:33.918Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:33.919Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:45:34.807Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:45:34.808Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:34.810Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:34.811Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909127474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:45:34.911Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:45:34.912Z||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-05-01T22:45:34.912Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:34.921Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:34.922Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:45:35.811Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:45:35.812Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:35.815Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:35.815Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909127474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T22:45:35.915Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:45:35.916Z||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-05-01T22:45:35.916Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:35.924Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:35.925Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:45:36.816Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:45:36.817Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:36.819Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:36.819Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909127474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:45:36.919Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:45:36.920Z||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-05-01T22:45:36.920Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:36.930Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:36.931Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:45:37.819Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:45:37.821Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:37.823Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:37.823Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909127474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:45:37.923Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:45:37.924Z||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-05-01T22:45:37.924Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:37.935Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:37.935Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:45:38.825Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "serviceName": "vFW 2021-05-01 22-40-45", "serviceVersion": "1.0", "serviceUUID": "dc53ce20-3d2f-4a4e-8466-e400d66b3925", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8720869a-4469-41db-8c98-06d45f533231", "resources": [ { "resourceInstanceName": "vFW d76d7ff7-b7f3 0", "resourceCustomizationUUID": "79992003-684f-4518-8009-8095ba38d639", "resourceName": "vFW d76d7ff7-b7f3", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "734f9243-a11e-4b96-b32d-eab51dcebbb4", "resourceInvariantUUID": "0df9b4a7-2842-4587-98c6-8b256859f82b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwd76d7ff7b7f30_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "artifactChecksum": "YmU1MDNiNDE4MzJjM2RmNDIxYjkzODQ5ZjQwMGQ0NmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4cb6dae1-08be-40a6-98a8-d6da84821049", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d0a41388-e760-44fc-840a-5fbd20f15ac0", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "998dd668-a785-4906-9da6-afe758461ad2", "generatedFromUUID": "d0a41388-e760-44fc-840a-5fbd20f15ac0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "998dd668-a785-4906-9da6-afe758461ad2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210501224045-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "artifactChecksum": "ZTBhNGUwZDZjNmQxY2Y0NTJhNzA1OGM5ZDJhNTdhMmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef6fd9d5-17e8-46c0-b628-a422a2f404c8" } ], "workloadContext": "Production" } 2021-05-01T22:45:38.825Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T22:45:38.826Z|0312268b-1314-4f73-9288-701432925270|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dc53ce20-3d2f-4a4e-8466-e400d66b3925 ASDC 2021-05-01T22:45:38.826Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:a6fae43d-dc06-4d5f-b090-3549a72c136c ServiceName:vFW 2021-05-01 22-40-45 ServiceVersion:1.0 ServiceUUID:dc53ce20-3d2f-4a4e-8466-e400d66b3925 ServiceInvariantUUID:8720869a-4469-41db-8c98-06d45f533231 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210501224045-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar ArtifactUUID:ef6fd9d5-17e8-46c0-b628-a422a2f404c8 ArtifactChecksum:ZTBhNGUwZDZjNmQxY2Y0NTJhNzA1OGM5ZDJhNTdhMmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW d76d7ff7-b7f3 0 ResourceCustomizationUUID:79992003-684f-4518-8009-8095ba38d639 ResourceInvariantUUID:0df9b4a7-2842-4587-98c6-8b256859f82b ResourceName:vFW d76d7ff7-b7f3 ResourceType:VF ResourceUUID:734f9243-a11e-4b96-b32d-eab51dcebbb4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwd76d7ff7b7f30_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json ArtifactUUID:4cb6dae1-08be-40a6-98a8-d6da84821049 ArtifactChecksum:YmU1MDNiNDE4MzJjM2RmNDIxYjkzODQ5ZjQwMGQ0NmQ= 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/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml ArtifactUUID:d0a41388-e760-44fc-840a-5fbd20f15ac0 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/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env ArtifactUUID:998dd668-a785-4906-9da6-afe758461ad2 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/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env ArtifactUUID:998dd668-a785-4906-9da6-afe758461ad2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-01T22:45:38.826Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc53ce20-3d2f-4a4e-8466-e400d66b3925 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-05-01T22:45:38.857Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T22:45:38.858Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T22:45:38.858Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T22:45:38.859Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ef6fd9d5-17e8-46c0-b628-a422a2f404c8 from URL: /sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar 2021-05-01T22:45:38.859Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T22:45:38.859Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar 2021-05-01T22:45:39.855Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T22:45:39.865Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar ef6fd9d5-17e8-46c0-b628-a422a2f404c8 110283 2021-05-01T22:45:39.865Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar ASDC sendASDCNotification 2021-05-01T22:45:39.866Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar 2021-05-01T22:45:39.866Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T22:45:39.866Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:39.867Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:39.867Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909139865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:45:39.968Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:45:39.969Z||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-05-01T22:45:39.969Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:39.976Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:39.977Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:45:40.868Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T22:45:40.869Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T22:45:40.870Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ef6fd9d5-17e8-46c0-b628-a422a2f404c8, URL: /sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar to file: /app/ASDC/1/service-Vfw20210501224045-csar.csar 2021-05-01T22:45:40.870Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210501224045-csar.csar 2021-05-01T22:45:40.871Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210501224045-csar.csar 2021-05-01T22:45:40.871Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210501224045-csar.csar 2021-05-01T22:45:41.331Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12926849347587960721/Definitions/service-Vfw20210501224045-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-05-01T22:45:42.924Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T22:45:42.925Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-01T22:45:42.925Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210501224045-csar.csar 2021-05-01T22:45:42.925Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-01T22:45:42.925Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||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-Vfw20210501224045-csar.csar 2021-05-01T22:45:42.925Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||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-Vfw20210501224045-csar.csar 2021-05-01T22:45:42.925Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||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-Vfw20210501224045-csar.csar 2021-05-01T22:45:42.925Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501224045-csar.csar 2021-05-01T22:45:42.925Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501224045-csar.csar 2021-05-01T22:45:42.925Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||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-Vfw20210501224045-csar.csar 2021-05-01T22:45:42.925Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||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-Vfw20210501224045-csar.csar 2021-05-01T22:45:42.926Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||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-Vfw20210501224045-csar.csar 2021-05-01T22:45:42.926Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210501224045-csar.csar 2021-05-01T22:45:42.926Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||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-Vfw20210501224045-csar.csar 2021-05-01T22:45:42.926Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501224045-csar.csar 2021-05-01T22:45:42.926Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d76d7ff7-b7f3 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501224045-csar.csar 2021-05-01T22:45:42.926Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d76d7ff7-b7f3 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-Vfw20210501224045-csar.csar 2021-05-01T22:45:42.926Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||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-Vfw20210501224045-csar.csar 2021-05-01T22:45:42.926Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-01T22:45:42.926Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:42.927Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:45:42.927Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is matching search criteria 2021-05-01T22:45:42.927Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-01T22:45:42.927Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d76d7ff7-b7f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T22:45:42.927Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:42.927Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:45:42.928Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is matching search criteria 2021-05-01T22:45:42.928Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-01T22:45:42.928Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d76d7ff7-b7f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T22:45:42.928Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:42.928Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:45:42.928Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:42.928Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is not matching search criteria 2021-05-01T22:45:42.928Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T22:45:42.929Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T22:45:42.929Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T22:45:42.929Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:45:42.929Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T22:45:42.929Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:45:42.929Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T22:45:42.929Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T22:45:42.929Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T22:45:42.929Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:45:42.930Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T22:45:42.930Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T22:45:42.930Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T22:45:42.930Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T22:45:42.930Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:45:42.930Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-01T22:45:42.930Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:42.930Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T22:45:42.931Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:42.931Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is matching search criteria 2021-05-01T22:45:42.931Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d76d7ff7-b7f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:45:42.931Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:42.931Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is matching search criteria 2021-05-01T22:45:42.931Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d76d7ff7-b7f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:45:42.931Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:42.931Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is matching search criteria 2021-05-01T22:45:42.932Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d76d7ff7-b7f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:45:42.932Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:42.932Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is not matching search criteria 2021-05-01T22:45:42.932Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T22:45:42.932Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T22:45:42.932Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-01T22:45:42.932Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T22:45:42.932Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T22:45:42.933Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:45:42.933Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T22:45:42.933Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T22:45:42.933Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T22:45:42.933Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T22:45:42.933Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:45:42.933Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=670f2c68-b219-436d-a3be-6d52696cca05 2021-05-01T22:45:42.933Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:42.934Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is not matching search criteria 2021-05-01T22:45:42.934Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T22:45:42.934Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T22:45:42.934Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T22:45:42.934Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:45:42.934Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T22:45:42.934Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:45:42.934Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T22:45:42.935Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-01T22:45:42.935Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T22:45:42.935Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T22:45:42.935Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T22:45:42.935Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:45:42.935Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5e56bed2-1b4b-434a-8aae-062b77e38d9f 2021-05-01T22:45:42.935Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:42.935Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is not matching search criteria 2021-05-01T22:45:42.935Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T22:45:42.936Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T22:45:42.936Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T22:45:42.936Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:45:42.936Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T22:45:42.936Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:45:42.936Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T22:45:42.936Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T22:45:42.936Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T22:45:42.936Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:45:42.937Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T22:45:42.937Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-01T22:45:42.937Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=361ac03c-9ea4-451f-98e3-b7cfa3c4f0f0 2021-05-01T22:45:42.937Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:42.937Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:45:42.937Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:42.937Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:45:42.938Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:42.938Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:45:42.938Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:42.938Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:45:42.938Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-01 22-40-45 Description:catalog service description Model UUID:dc53ce20-3d2f-4a4e-8466-e400d66b3925 Model Version:NULL Model InvariantUuid:8720869a-4469-41db-8c98-06d45f533231 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW d76d7ff7-b7f3 Model UUID:1f64f1e0-75f0-4350-814f-a164dd16cb53 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:0df9b4a7-2842-4587-98c6-8b256859f82b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:79992003-684f-4518-8009-8095ba38d639 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:111f2fbb-3505-4144-8b9c-672364f18b0b ModelName:VfwD76d7ff7B7f3..base_vfw..module-0 ModelUuid:74b59d43-eb5d-4e6b-8f6b-d6c122177a11 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:670f2c68-b219-436d-a3be-6d52696cca05 ModelInvariantUuid:efa25057-b1f2-409d-914b-484f0cee177c ModelName:vFW d76d7ff7-b7f3-nodes.vfwCvfc ModelUuid:200f3f21-e1d3-4839-ab2f-56195f2cab4c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:41edf555-949d-4d0d-9f15-77d66b88bbdb ModelInvariantUuid:bab96905-3603-4a2f-b504-24a4b2f5884e ModelName:VfwD76d7ff7B7f3.compute.nodes.heat.vfw ModelUuid:0470433f-a170-4d4c-87d5-1180c85970d0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5e56bed2-1b4b-434a-8aae-062b77e38d9f ModelInvariantUuid:e37244f0-d74c-40ab-96b0-4e8c2ba3d5a7 ModelName:vFW d76d7ff7-b7f3-nodes.vsnCvfc ModelUuid:5ed2caed-19da-4f8a-89af-3a828a1b07d3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:9216d8cc-754f-4cbb-8f3a-05234e1c540c ModelInvariantUuid:831e25b0-9a47-44f4-b1d4-1a30d4c586f9 ModelName:VfwD76d7ff7B7f3.compute.nodes.heat.vsn ModelUuid:96ccde25-527b-45d6-9328-3f286d9706d5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:361ac03c-9ea4-451f-98e3-b7cfa3c4f0f0 ModelInvariantUuid:0c4a4622-2ca2-441c-8ad3-e1186ee3c461 ModelName:vFW d76d7ff7-b7f3-nodes.vpgCvfc ModelUuid:6932407e-1d15-40cd-86fd-01f7941d561b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:958ce302-9aec-4408-87c8-2448d29465aa ModelInvariantUuid:01dc27a9-1cc9-4566-8b74-e44d7b77fe92 ModelName:VfwD76d7ff7B7f3.compute.nodes.heat.vpg ModelUuid:f0a6631d-183d-4c69-a20e-0f518113be9d 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-05-01T22:45:42.945Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 734f9243-a11e-4b96-b32d-eab51dcebbb4 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-05-01T22:45:42.948Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||vFW d76d7ff7-b7f3 0 2021-05-01T22:45:42.948Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 734f9243-a11e-4b96-b32d-eab51dcebbb4 2021-05-01T22:45:42.948Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4cb6dae1-08be-40a6-98a8-d6da84821049 from URL: /sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json 2021-05-01T22:45:42.948Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T22:45:42.949Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json 2021-05-01T22:45:44.297Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T22:45:44.298Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json 4cb6dae1-08be-40a6-98a8-d6da84821049 785 2021-05-01T22:45:44.298Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json ASDC sendASDCNotification 2021-05-01T22:45:44.298Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json 2021-05-01T22:45:44.298Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T22:45:44.298Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:44.300Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:44.300Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909144298, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:45:44.400Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:45:44.401Z||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-05-01T22:45:44.401Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:44.410Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:44.410Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:45:45.300Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD76d7ff7B7f3..base_vfw..module-0", "vfModuleModelInvariantUUID": "111f2fbb-3505-4144-8b9c-672364f18b0b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "74b59d43-eb5d-4e6b-8f6b-d6c122177a11", "vfModuleModelCustomizationUUID": "761325db-bc64-4f87-98ad-bec02777384d", "isBase": true, "artifacts": [ "d0a41388-e760-44fc-840a-5fbd20f15ac0", "998dd668-a785-4906-9da6-afe758461ad2" ], "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-05-01T22:45:45.305Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD76d7ff7B7f3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:74b59d43-eb5d-4e6b-8f6b-d6c122177a11 VfModuleModelInvariantUUID:111f2fbb-3505-4144-8b9c-672364f18b0b VfModuleModelDescription:NULL Artifacts UUID List:{ d0a41388-e760-44fc-840a-5fbd20f15ac0 , 998dd668-a785-4906-9da6-afe758461ad2 } 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-05-01T22:45:45.309Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD76d7ff7B7f3..base_vfw..module-0", "vfModuleModelInvariantUUID": "111f2fbb-3505-4144-8b9c-672364f18b0b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "74b59d43-eb5d-4e6b-8f6b-d6c122177a11", "vfModuleModelCustomizationUUID": "761325db-bc64-4f87-98ad-bec02777384d", "isBase": true, "artifacts": [ "d0a41388-e760-44fc-840a-5fbd20f15ac0", "998dd668-a785-4906-9da6-afe758461ad2" ], "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-05-01T22:45:45.309Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD76d7ff7B7f3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:74b59d43-eb5d-4e6b-8f6b-d6c122177a11 VfModuleModelInvariantUUID:111f2fbb-3505-4144-8b9c-672364f18b0b VfModuleModelDescription:NULL Artifacts UUID List:{ d0a41388-e760-44fc-840a-5fbd20f15ac0 , 998dd668-a785-4906-9da6-afe758461ad2 } 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-05-01T22:45:45.309Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d0a41388-e760-44fc-840a-5fbd20f15ac0 from URL: /sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml 2021-05-01T22:45:45.309Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T22:45:45.310Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml 2021-05-01T22:45:47.557Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T22:45:47.558Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml d0a41388-e760-44fc-840a-5fbd20f15ac0 20368 2021-05-01T22:45:47.558Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-01T22:45:47.558Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml 2021-05-01T22:45:47.558Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T22:45:47.559Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:47.560Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:47.560Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909147558, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:45:47.660Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:45:47.661Z||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-05-01T22:45:47.662Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:47.670Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:47.670Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:45:48.561Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 998dd668-a785-4906-9da6-afe758461ad2 from URL: /sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env 2021-05-01T22:45:48.562Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T22:45:48.562Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env 2021-05-01T22:45:49.394Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T22:45:49.395Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env 998dd668-a785-4906-9da6-afe758461ad2 2098 2021-05-01T22:45:49.395Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-01T22:45:49.396Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env 2021-05-01T22:45:49.396Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T22:45:49.396Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:49.398Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:49.399Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909149395, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:45:49.499Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:45:49.500Z||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-05-01T22:45:49.501Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:49.511Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:49.512Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:45:50.399Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dc53ce20-3d2f-4a4e-8466-e400d66b3925 2021-05-01T22:45:50.400Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d76d7ff7-b7f3 0 734f9243-a11e-4b96-b32d-eab51dcebbb4 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-01T22:45:50.420Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.420Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:45:50.420Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-05-01T22:45:50.420Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 79992003-684f-4518-8009-8095ba38d639 2021-05-01T22:45:50.421Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 79992003-684f-4518-8009-8095ba38d639 matches Tosca VF Customization UUID: 79992003-684f-4518-8009-8095ba38d639 2021-05-01T22:45:50.421Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 79992003-684f-4518-8009-8095ba38d639 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-05-01T22:45:50.423Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.423Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:45:50.424Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 79992003-684f-4518-8009-8095ba38d639: {\"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-05-01T22:45:50.425Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@107b1307 2021-05-01T22:45:50.425Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.425Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T22:45:50.425Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 761325db-bc64-4f87-98ad-bec02777384d 2021-05-01T22:45:50.426Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 761325db-bc64-4f87-98ad-bec02777384d 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-05-01T22:45:50.428Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.429Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is matching search criteria 2021-05-01T22:45:50.429Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d76d7ff7-b7f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:45:50.430Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.430Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is matching search criteria 2021-05-01T22:45:50.430Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d76d7ff7-b7f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:45:50.430Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.430Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is not matching search criteria 2021-05-01T22:45:50.431Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T22:45:50.431Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T22:45:50.431Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-01T22:45:50.431Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T22:45:50.431Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T22:45:50.432Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:45:50.432Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T22:45:50.432Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T22:45:50.432Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T22:45:50.433Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T22:45:50.433Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:45:50.433Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=670f2c68-b219-436d-a3be-6d52696cca05 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-05-01T22:45:50.436Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.436Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is matching search criteria 2021-05-01T22:45:50.436Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d76d7ff7-b7f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:45:50.436Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.437Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is not matching search criteria 2021-05-01T22:45:50.437Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T22:45:50.437Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T22:45:50.437Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T22:45:50.438Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:45:50.438Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T22:45:50.438Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:45:50.438Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T22:45:50.438Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-01T22:45:50.438Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T22:45:50.438Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T22:45:50.438Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T22:45:50.438Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:45:50.439Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5e56bed2-1b4b-434a-8aae-062b77e38d9f 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-05-01T22:45:50.441Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.441Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is matching search criteria 2021-05-01T22:45:50.441Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d76d7ff7-b7f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:45:50.441Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.441Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is not matching search criteria 2021-05-01T22:45:50.441Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T22:45:50.442Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T22:45:50.442Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T22:45:50.442Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:45:50.442Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T22:45:50.442Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T22:45:50.442Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T22:45:50.442Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T22:45:50.442Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T22:45:50.442Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T22:45:50.443Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T22:45:50.443Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-01T22:45:50.443Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=361ac03c-9ea4-451f-98e3-b7cfa3c4f0f0 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-05-01T22:45:50.445Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.445Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is matching search criteria 2021-05-01T22:45:50.445Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d76d7ff7-b7f3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T22:45:50.445Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.445Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Node template vFW d76d7ff7-b7f3 0 is matching search criteria 2021-05-01T22:45:50.446Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d76d7ff7-b7f3 0] matching following query criteria: sdcType=VF, customizationUUID=79992003-684f-4518-8009-8095ba38d639 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-05-01T22:45:50.447Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.447Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:45:50.447Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dc53ce20-3d2f-4a4e-8466-e400d66b3925: vFW d76d7ff7-b7f3 2021-05-01T22:45:50.448Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.448Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:45:50.448Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.448Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:45:50.448Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.448Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:45:50.448Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.449Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:45:50.449Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:45:50.449Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-05-01 22-40-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:45:50.449Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-05-01 22-40-45 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-05-01T22:45:50.629Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d76d7ff7-b7f3 734f9243-a11e-4b96-b32d-eab51dcebbb4 1 ASDC deployResourceStructure 2021-05-01T22:45:50.630Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json ASDC sendASDCNotification 2021-05-01T22:45:50.630Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json 2021-05-01T22:45:50.630Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T22:45:50.630Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:50.632Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:50.632Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909150630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:45:50.733Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T22:45:50.734Z||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-05-01T22:45:50.734Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:50.743Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:50.743Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:45:51.633Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-01T22:45:51.634Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml 2021-05-01T22:45:51.634Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T22:45:51.634Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:51.636Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:51.636Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909151633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-01T22:45:51.736Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:45:51.737Z||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-05-01T22:45:51.738Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:51.750Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:51.750Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:45:52.637Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-01T22:45:52.637Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env 2021-05-01T22:45:52.637Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T22:45:52.637Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:52.639Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:52.639Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909152636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-01T22:45:52.739Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:45:52.740Z||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-05-01T22:45:52.740Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:52.753Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:52.754Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:45:53.639Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar ASDC sendASDCNotification 2021-05-01T22:45:53.640Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar 2021-05-01T22:45:53.640Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T22:45:53.640Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:45:53.643Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:45:53.643Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909153639, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:45:53.744Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:45:53.745Z||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-05-01T22:45:53.745Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:45:53.754Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:45:53.755Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:45:54.644Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:45:54.656Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:45:54.658Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:45:54.658Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:45:54.658Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:45:54.658Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:46:20.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:46:20.986Z||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-05-01T22:46:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:46:21.611Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:46:21.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909127474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:46:21.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909127474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "NOTIFIED" } 2021-05-01T22:46:21.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909127474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:46:21.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909127474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:46:21.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909127474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T22:46:21.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909127474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:46:21.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909127474, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:46:21.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909139865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:46:21.618Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:46:21.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909144298, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:46:21.618Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:46:21.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909147558, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:46:21.618Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:46:21.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909149395, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:46:21.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:46:21.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909150630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/vfwd76d7ff7b7f30_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:46:21.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:46:21.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909151633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-01T22:46:21.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:46:21.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909152636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/resourceInstances/vfwd76d7ff7b7f30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-01T22:46:21.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:46:21.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909153639, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501224045/1.0/artifacts/service-Vfw20210501224045-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:46:21.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:46:21.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "aai-ml", "timestamp": 1619909159629, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:46:21.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "cds", "timestamp": 1619909154518, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:46:21.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "ves-openapi-manager", "timestamp": 1619909157572, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:46:21.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "clamp", "timestamp": 1619909161232, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:46:21.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "aai-ml", "timestamp": 1619909159629, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:46:21.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "cds", "timestamp": 1619909154518, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:46:21.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "ves-openapi-manager", "timestamp": 1619909157572, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:46:21.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "clamp", "timestamp": 1619909161232, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:46:21.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "aai-ml", "timestamp": 1619909165368, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:46:21.622Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:46:21.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "cds", "timestamp": 1619909165465, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:46:21.623Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:46:21.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "policy-id", "timestamp": 1619909165495, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:46:21.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "cds", "timestamp": 1619909166470, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-01T22:46:21.635Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e94dbe6-c298-47f8-9d37-7fd82c897a16 2021-05-01T22:46:21.636Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e94dbe6-c298-47f8-9d37-7fd82c897a16 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-05-01T22:46:21.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "policy-id", "timestamp": 1619909165495, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:46:21.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "multicloud-windriver-id", "timestamp": 1619909167945, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:46:21.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "policy-id", "timestamp": 1619909168813, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:46:21.642Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:46:21.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "aai-ml", "timestamp": 1619909168994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:46:21.642Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:46:21.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "multicloud-windriver-id", "timestamp": 1619909167945, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:46:21.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "policy-id", "timestamp": 1619909169817, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:46:21.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:46:21.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "aai-ml", "timestamp": 1619909169997, "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-05-01T22:46:21.648Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e94dbe6-c298-47f8-9d37-7fd82c897a16 2021-05-01T22:46:21.648Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e94dbe6-c298-47f8-9d37-7fd82c897a16 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-05-01T22:46:21.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "multicloud-k8s-id", "timestamp": 1619909169472, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:46:21.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "dcae-sch", "timestamp": 1619909169891, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:46:21.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909170198, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:46:21.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "policy-id", "timestamp": 1619909170820, "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-05-01T22:46:21.663Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e94dbe6-c298-47f8-9d37-7fd82c897a16 2021-05-01T22:46:21.663Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e94dbe6-c298-47f8-9d37-7fd82c897a16 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-05-01T22:46:21.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "multicloud-k8s-id", "timestamp": 1619909169472, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:46:21.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "dcae-sch", "timestamp": 1619909169891, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:46:21.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909170198, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:46:21.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T22:46:21.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "clamp", "timestamp": 1619909172653, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:46:21.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:46:21.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "clamp", "timestamp": 1619909174470, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:46:21.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:46:21.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T22:46:21.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "clamp", "timestamp": 1619909175473, "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-05-01T22:46:21.678Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e94dbe6-c298-47f8-9d37-7fd82c897a16 2021-05-01T22:46:21.678Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e94dbe6-c298-47f8-9d37-7fd82c897a16 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-05-01T22:46:24.659Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:46:24.672Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:46:24.675Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:46:24.675Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:46:24.675Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:46:24.675Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:46:54.676Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:46:54.688Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:46:54.690Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:46:54.691Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:46:54.691Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:46:54.691Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:47:20.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:47:20.986Z||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-05-01T22:47:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:47:21.297Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:47:21.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "cds", "timestamp": 1619909229518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "dcae-sch", "timestamp": 1619909229891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909230198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-windriver-id", "timestamp": 1619909227945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-k8s-id", "timestamp": 1619909229472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "cds", "timestamp": 1619909229518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909230198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "dcae-sch", "timestamp": 1619909229891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-windriver-id", "timestamp": 1619909227945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-k8s-id", "timestamp": 1619909229472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "ves-openapi-manager", "timestamp": 1619909237572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-windriver-id", "timestamp": 1619909227945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909230198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "dcae-sch", "timestamp": 1619909229891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "cds", "timestamp": 1619909229518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-k8s-id", "timestamp": 1619909229472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "ves-openapi-manager", "timestamp": 1619909237572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-windriver-id", "timestamp": 1619909227945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "cds", "timestamp": 1619909229518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "dcae-sch", "timestamp": 1619909229891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909230198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-k8s-id", "timestamp": 1619909229472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "ves-openapi-manager", "timestamp": 1619909237572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-windriver-id", "timestamp": 1619909227945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "cds", "timestamp": 1619909229518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "dcae-sch", "timestamp": 1619909229891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909230198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:21.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T22:47:21.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-k8s-id", "timestamp": 1619909229472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:47:21.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-05-01T22:47:24.691Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:47:24.702Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:47:24.704Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:47:24.705Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:47:24.705Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:47:24.705Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:47:54.705Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:47:54.715Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:47:54.717Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:47:54.718Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:47:54.718Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:47:54.718Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:48:20.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:48:20.986Z||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-05-01T22:48:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:48:21.009Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:48:21.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T22:48:21.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "ves-openapi-manager", "timestamp": 1619909237572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:48:21.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-01T22:48:24.718Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:48:24.728Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:48:24.731Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:48:24.731Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:48:24.731Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:48:24.731Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:48:54.732Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:48:54.739Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:48:54.745Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:48:54.745Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:48:54.745Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:48:54.745Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:49:20.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:49:20.985Z||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-05-01T22:49:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:49:21.007Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:49:21.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T22:49:21.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-windriver-id", "timestamp": 1619909227945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:49:21.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-05-01T22:49:24.746Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:49:24.761Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:49:24.764Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:49:24.764Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:49:24.765Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:49:24.765Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:49:54.766Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:49:54.777Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:49:54.779Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:49:54.780Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:49:54.780Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:49:54.780Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:50:20.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:50:20.986Z||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-05-01T22:50:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:50:21.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:50:21.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "cds", "timestamp": 1619909229518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "dcae-sch", "timestamp": 1619909229891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909230198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-k8s-id", "timestamp": 1619909229472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "ves-openapi-manager", "timestamp": 1619909237572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-windriver-id", "timestamp": 1619909227945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "cds", "timestamp": 1619909229518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909230198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "dcae-sch", "timestamp": 1619909229891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-k8s-id", "timestamp": 1619909229472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "ves-openapi-manager", "timestamp": 1619909237572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-01T22:50:21.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-windriver-id", "timestamp": 1619909227945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:50:21.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "cds", "timestamp": 1619909229518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:50:21.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909230198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:50:21.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "dcae-sch", "timestamp": 1619909229891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "multicloud-k8s-id", "timestamp": 1619909229472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:50:21.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "ves-openapi-manager", "timestamp": 1619909237572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "ves-openapi-manager", "timestamp": 1619909237572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "cds", "timestamp": 1619909245396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:50:21.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:50:21.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "policy-id", "timestamp": 1619909245495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "cds", "timestamp": 1619909246400, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-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-05-01T22:50:21.035Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 280087b0-7e3e-4c05-9868-09aff79c4753 2021-05-01T22:50:21.035Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T22:50:21.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "ves-openapi-manager", "timestamp": 1619909246644, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:50:21.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:50:21.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "policy-id", "timestamp": 1619909245495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "ves-openapi-manager", "timestamp": 1619909247916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-01T22:50:21.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:50:21.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "policy-id", "timestamp": 1619909245495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "ves-openapi-manager", "timestamp": 1619909248920, "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-05-01T22:50:21.047Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 280087b0-7e3e-4c05-9868-09aff79c4753 2021-05-01T22:50:21.047Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T22:50:21.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "policy-id", "timestamp": 1619909245495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "policy-id", "timestamp": 1619909245495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "aai-ml", "timestamp": 1619909249629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "policy-id", "timestamp": 1619909245495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "aai-ml", "timestamp": 1619909249629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "clamp", "timestamp": 1619909251233, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "policy-id", "timestamp": 1619909245495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "aai-ml", "timestamp": 1619909249629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "clamp", "timestamp": 1619909251233, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "policy-id", "timestamp": 1619909245495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:50:21.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "aai-ml", "timestamp": 1619909249629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "clamp", "timestamp": 1619909251233, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "aai-ml", "timestamp": 1619909249629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "clamp", "timestamp": 1619909251233, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "policy-id", "timestamp": 1619909254997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:50:21.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:50:21.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "aai-ml", "timestamp": 1619909249629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "clamp", "timestamp": 1619909251233, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "policy-id", "timestamp": 1619909256001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:50:21.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:50:21.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "aai-ml", "timestamp": 1619909249629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "clamp", "timestamp": 1619909251233, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "policy-id", "timestamp": 1619909257004, "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-05-01T22:50:21.067Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 280087b0-7e3e-4c05-9868-09aff79c4753 2021-05-01T22:50:21.067Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T22:50:21.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "aai-ml", "timestamp": 1619909249629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:50:21.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "clamp", "timestamp": 1619909251233, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:50:21.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "clamp", "timestamp": 1619909251233, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:50:21.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:50:21.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "aai-ml", "timestamp": 1619909259103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:50:21.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:50:21.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "aai-ml", "timestamp": 1619909263565, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:50:21.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:50:21.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "aai-ml", "timestamp": 1619909264568, "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-05-01T22:50:21.079Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 280087b0-7e3e-4c05-9868-09aff79c4753 2021-05-01T22:50:21.079Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T22:50:21.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "clamp", "timestamp": 1619909270474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:50:21.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:50:21.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "clamp", "timestamp": 1619909272479, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:50:21.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:50:21.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:50:21.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "clamp", "timestamp": 1619909273482, "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-05-01T22:50:21.093Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 280087b0-7e3e-4c05-9868-09aff79c4753 2021-05-01T22:50:21.094Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T22:50:24.780Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:50:24.788Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:50:24.790Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:50:24.790Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:50:24.790Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:50:24.790Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:50:54.791Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2021-05-01T22:50:54.791Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6fae43d-dc06-4d5f-b090-3549a72c136c 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-05-01T22:50:54.797Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6fae43d-dc06-4d5f-b090-3549a72c136c and serviceModelVersionId: dc53ce20-3d2f-4a4e-8466-e400d66b3925 2021-05-01T22:50:54.798Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8720869a-4469-41db-8c98-06d45f533231 2021-05-01T22:50:54.798Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8720869a-4469-41db-8c98-06d45f533231/model-vers/model-ver/dc53ce20-3d2f-4a4e-8466-e400d66b3925?depth=0 2021-05-01T22:50:54.803Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T22:50:54.838Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8720869a-4469-41db-8c98-06d45f533231/model-vers/model-ver/dc53ce20-3d2f-4a4e-8466-e400d66b3925?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-05-01T22:50:54.838Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8720869a-4469-41db-8c98-06d45f533231/model-vers/model-ver/dc53ce20-3d2f-4a4e-8466-e400d66b3925?depth=0|INFO|500||Invoke 2021-05-01T22:50:54.858Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8720869a-4469-41db-8c98-06d45f533231/model-vers/model-ver/dc53ce20-3d2f-4a4e-8466-e400d66b3925?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-05-01T22:50:55.011Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8720869a-4469-41db-8c98-06d45f533231/model-vers/model-ver/dc53ce20-3d2f-4a4e-8466-e400d66b3925?depth=0|INFO|500||InvokeReturn 2021-05-01T22:50:55.012Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8720869a-4469-41db-8c98-06d45f533231/model-vers/model-ver/dc53ce20-3d2f-4a4e-8466-e400d66b3925?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210501-22:50:54:861-62876], vertex-id=[184416], Content-Length=[0], Date=[Sat, 01 May 2021 22:50:54 GMT], Content-Type=[application/json]} 2021-05-01T22:50:55.012Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-05-01T22:50:55.012Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T22:50:55.012Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||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-05-01T22:50:55.017Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||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-05-01T22:50:55.017Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6fae43d-dc06-4d5f-b090-3549a72c136c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2021-05-01T22:50:55.017Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-05-01T22:50:55.018Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:50:55.021Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:50:55.021Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909455017, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2021-05-01T22:50:55.121Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:50:55.122Z||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-05-01T22:50:55.122Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:50:55.136Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:50:55.137Z||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-05-01T22:50:56.031Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:50:56.031Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|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-05-01T22:50:56.031Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:51:00.336Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:51:00.338Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T22:51:00.339Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e94dbe6-c298-47f8-9d37-7fd82c897a16","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"840ec944-f272-4487-8ba4-7b881cc17eb7","serviceDescription":"service","serviceInvariantUUID":"8b70fa6b-8b7b-450b-8cb4-886bd32a2498","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4b2be31c-8d35-4acc-9d17-2a477b117105","resourceInvariantUUID":"2592f189-597b-4835-9c57-e4e9d61a74b4","resourceCustomizationUUID":"cc17c469-6cb3-4a5e-8dac-bd9d0620cc10","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":"NzBlMjI3OWZjYWNiY2Q5ZDQ3NjEzYTljODg1ZjAxYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93001242-043e-42c4-9fab-88bcdbba22e0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjY0MmUwMmYzMDFmYzdjNDUzYThkYTkyYjMzYTBhN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10a9dcdc-0ba5-443b-b839-d26280334849","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T22:51:00.342Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:51:00.342Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:51:00.345Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:51:00.345Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:00.445Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:51:00.446Z||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-05-01T22:51:00.446Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:51:00.457Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:51:00.457Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:51:01.346Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:51:01.347Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:51:01.349Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:51:01.349Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:01.449Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:51:01.449Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T22:51:01.450Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:51:01.458Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:51:01.458Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:51:02.350Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "840ec944-f272-4487-8ba4-7b881cc17eb7", "serviceDescription": "service", "serviceInvariantUUID": "8b70fa6b-8b7b-450b-8cb4-886bd32a2498", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "cc17c469-6cb3-4a5e-8dac-bd9d0620cc10", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "4b2be31c-8d35-4acc-9d17-2a477b117105", "resourceInvariantUUID": "2592f189-597b-4835-9c57-e4e9d61a74b4", "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": "NjY0MmUwMmYzMDFmYzdjNDUzYThkYTkyYjMzYTBhN2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "10a9dcdc-0ba5-443b-b839-d26280334849" } ], "workloadContext": "Production" } 2021-05-01T22:51:02.350Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T22:51:02.351Z|a6fae43d-dc06-4d5f-b090-3549a72c136c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 840ec944-f272-4487-8ba4-7b881cc17eb7 ASDC 2021-05-01T22:51:02.351Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:6e94dbe6-c298-47f8-9d37-7fd82c897a16 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:840ec944-f272-4487-8ba4-7b881cc17eb7 ServiceInvariantUUID:8b70fa6b-8b7b-450b-8cb4-886bd32a2498 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:10a9dcdc-0ba5-443b-b839-d26280334849 ArtifactChecksum:NjY0MmUwMmYzMDFmYzdjNDUzYThkYTkyYjMzYTBhN2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:cc17c469-6cb3-4a5e-8dac-bd9d0620cc10 ResourceInvariantUUID:2592f189-597b-4835-9c57-e4e9d61a74b4 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:4b2be31c-8d35-4acc-9d17-2a477b117105 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-05-01T22:51:02.351Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 840ec944-f272-4487-8ba4-7b881cc17eb7 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-05-01T22:51:02.373Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T22:51:02.374Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T22:51:02.374Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T22:51:02.374Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 10a9dcdc-0ba5-443b-b839-d26280334849 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-01T22:51:02.374Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T22:51:02.374Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-01T22:51:03.894Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T22:51:03.897Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 10a9dcdc-0ba5-443b-b839-d26280334849 52219 2021-05-01T22:51:03.898Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-01T22:51:03.898Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-01T22:51:03.898Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T22:51:03.898Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:51:03.899Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:51:03.899Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909463898, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:04.000Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T22:51:04.001Z||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-05-01T22:51:04.002Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:51:04.012Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:51:04.012Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-01T22:51:04.900Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T22:51:04.902Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T22:51:04.902Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 10a9dcdc-0ba5-443b-b839-d26280334849, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T22:51:04.902Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-05-01T22:51:04.902Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T22:51:04.902Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T22:51:04.973Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9553291210140845004/Definitions/service-BasicNetwork-template.yml 2021-05-01T22:51:05.344Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T22:51:05.344Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-01T22:51:05.345Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T22:51:05.345Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-01T22:51:05.345Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||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-05-01T22:51:05.345Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||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-05-01T22:51:05.345Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||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-05-01T22:51:05.345Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||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-05-01T22:51:05.345Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||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-05-01T22:51:05.346Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||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-05-01T22:51:05.346Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||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-05-01T22:51:05.346Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||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-05-01T22:51:05.346Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-01T22:51:05.346Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:51:05.346Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:51:05.346Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-01T22:51:05.347Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-01T22:51:05.347Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T22:51:05.347Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:51:05.347Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:51:05.347Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-01T22:51:05.347Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-01T22:51:05.347Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T22:51:05.348Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:51:05.348Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:51:05.348Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:51:05.348Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:51:05.348Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:51:05.348Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:51:05.348Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:51:05.349Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:51:05.349Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:51:05.349Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:51:05.349Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:840ec944-f272-4487-8ba4-7b881cc17eb7 Model Version:NULL Model InvariantUuid:8b70fa6b-8b7b-450b-8cb4-886bd32a2498 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:2592f189-597b-4835-9c57-e4e9d61a74b4 Model UUID:d606eadf-3378-476a-9010-44beab2ee2ea Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:cc17c469-6cb3-4a5e-8dac-bd9d0620cc10 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-05-01T22:51:05.355Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 4b2be31c-8d35-4acc-9d17-2a477b117105 2021-05-01T22:51:05.355Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||No resources found for Service: 840ec944-f272-4487-8ba4-7b881cc17eb7 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-05-01T22:51:05.358Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500|| 2021-05-01T22:51:05.358Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-05-01T22:51:05.359Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 840ec944-f272-4487-8ba4-7b881cc17eb7 2021-05-01T22:51:05.359Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 840ec944-f272-4487-8ba4-7b881cc17eb7 2021-05-01T22:51:05.359Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-05-01T22:51:05.359Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||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-05-01T22:51:05.364Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:51:05.364Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:51:05.364Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:51:05.364Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:51:05.365Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 840ec944-f272-4487-8ba4-7b881cc17eb7: Generic NeutronNet 2021-05-01T22:51:05.365Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:51:05.365Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:51:05.365Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:51:05.365Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||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-05-01T22:51:05.386Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:51:05.386Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:51:05.386Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:51:05.386Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:51:05.386Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:51:05.387Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:51:05.387Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||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-05-01T22:51:05.437Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-05-01T22:51:05.438Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-01T22:51:05.438Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-01T22:51:05.438Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T22:51:05.438Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:51:05.439Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:51:05.440Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909465438, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:51:05.540Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:51:05.540Z||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-05-01T22:51:05.541Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:51:05.550Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:51:05.550Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:51:06.440Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:51:06.450Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 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-05-01T22:51:06.452Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:51:06.452Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:51:06.452Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:51:06.452Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:51:20.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:51:20.986Z||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-05-01T22:51:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:51:21.005Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:51:21.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-windriver-id", "timestamp": 1619909307944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "cds", "timestamp": 1619909304518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "policy-id", "timestamp": 1619909305495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-windriver-id", "timestamp": 1619909307944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-01T22:51:21.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "cds", "timestamp": 1619909304518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "policy-id", "timestamp": 1619909305495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-windriver-id", "timestamp": 1619909307944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-01T22:51:21.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "cds", "timestamp": 1619909304518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "policy-id", "timestamp": 1619909305495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-01T22:51:21.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-windriver-id", "timestamp": 1619909307944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:51:21.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "cds", "timestamp": 1619909304518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "policy-id", "timestamp": 1619909305495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-01T22:51:21.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-01T22:51:21.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-windriver-id", "timestamp": 1619909307944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T22:51:21.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "cds", "timestamp": 1619909304518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "policy-id", "timestamp": 1619909305495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T22:51:21.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-01T22:51:21.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:51:21.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-windriver-id", "timestamp": 1619909307944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "cds", "timestamp": 1619909304518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "policy-id", "timestamp": 1619909305495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:51:21.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T22:51:21.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-windriver-id", "timestamp": 1619909307944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-01T22:51:21.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "cds", "timestamp": 1619909304518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "policy-id", "timestamp": 1619909305495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T22:51:21.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:51:21.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-windriver-id", "timestamp": 1619909307944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "cds", "timestamp": 1619909304518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "policy-id", "timestamp": 1619909305495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-01T22:51:21.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-windriver-id", "timestamp": 1619909307944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "cds", "timestamp": 1619909304518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "policy-id", "timestamp": 1619909305495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-01T22:51:21.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-windriver-id", "timestamp": 1619909318411, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "cds", "timestamp": 1619909318495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "policy-id", "timestamp": 1619909318601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "cds", "timestamp": 1619909319500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-01T22:51:21.063Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dbc7e980-aa7b-4e24-8e31-380cfec8b52f 2021-05-01T22:51:21.063Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc7e980-aa7b-4e24-8e31-380cfec8b52f 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-05-01T22:51:21.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "policy-id", "timestamp": 1619909319604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-k8s-id", "timestamp": 1619909319702, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "aai-ml", "timestamp": 1619909320371, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-windriver-id", "timestamp": 1619909320489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "cds", "timestamp": 1619909320503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "policy-id", "timestamp": 1619909320607, "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-05-01T22:51:21.076Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dbc7e980-aa7b-4e24-8e31-380cfec8b52f 2021-05-01T22:51:21.076Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc7e980-aa7b-4e24-8e31-380cfec8b52f 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-05-01T22:51:21.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909320756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "cds", "timestamp": 1619909320503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-k8s-id", "timestamp": 1619909321783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "cds", "timestamp": 1619909320503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-windriver-id", "timestamp": 1619909323162, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.084Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "cds", "timestamp": 1619909320503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909323690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-k8s-id", "timestamp": 1619909324153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "cds", "timestamp": 1619909320503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "clamp", "timestamp": 1619909325480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "policy-id", "timestamp": 1619909325495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "cds", "timestamp": 1619909320503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-windriver-id", "timestamp": 1619909326161, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909326188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-k8s-id", "timestamp": 1619909326455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "policy-id", "timestamp": 1619909325495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "cds", "timestamp": 1619909320503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-05-01T22:51:21.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-windriver-id", "timestamp": 1619909327166, "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-05-01T22:51:21.094Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dbc7e980-aa7b-4e24-8e31-380cfec8b52f 2021-05-01T22:51:21.094Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc7e980-aa7b-4e24-8e31-380cfec8b52f 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-05-01T22:51:21.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "clamp", "timestamp": 1619909327485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "policy-id", "timestamp": 1619909325495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T22:51:21.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-k8s-id", "timestamp": 1619909327573, "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-05-01T22:51:21.104Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dbc7e980-aa7b-4e24-8e31-380cfec8b52f 2021-05-01T22:51:21.104Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc7e980-aa7b-4e24-8e31-380cfec8b52f 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-05-01T22:51:21.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-windriver-id", "timestamp": 1619909328169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "clamp", "timestamp": 1619909328488, "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-05-01T22:51:21.114Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dbc7e980-aa7b-4e24-8e31-380cfec8b52f 2021-05-01T22:51:21.114Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc7e980-aa7b-4e24-8e31-380cfec8b52f 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-05-01T22:51:21.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "policy-id", "timestamp": 1619909325495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909328555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-k8s-id", "timestamp": 1619909328575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "aai-ml", "timestamp": 1619909328694, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "cds", "timestamp": 1619909328684, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-windriver-id", "timestamp": 1619909329172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "policy-id", "timestamp": 1619909325495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909329560, "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-05-01T22:51:21.127Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dbc7e980-aa7b-4e24-8e31-380cfec8b52f 2021-05-01T22:51:21.127Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc7e980-aa7b-4e24-8e31-380cfec8b52f 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-05-01T22:51:21.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "aai-ml", "timestamp": 1619909329696, "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-05-01T22:51:21.137Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dbc7e980-aa7b-4e24-8e31-380cfec8b52f 2021-05-01T22:51:21.137Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc7e980-aa7b-4e24-8e31-380cfec8b52f 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-05-01T22:51:21.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "cds", "timestamp": 1619909329688, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-01T22:51:21.153Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee88473f-7d11-41a2-8b81-7d04591cdbdd 2021-05-01T22:51:21.153Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee88473f-7d11-41a2-8b81-7d04591cdbdd 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-05-01T22:51:21.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-windriver-id", "timestamp": 1619909329172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:51:21.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:51:21.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "policy-id", "timestamp": 1619909325495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909330566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:51:21.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-windriver-id", "timestamp": 1619909329172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T22:51:21.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "policy-id", "timestamp": 1619909325495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T22:51:21.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-windriver-id", "timestamp": 1619909329172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:51:21.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-windriver-id", "timestamp": 1619909329172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T22:51:21.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "policy-id", "timestamp": 1619909333198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T22:51:21.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T22:51:21.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "dcae-sch", "timestamp": 1619909309891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-windriver-id", "timestamp": 1619909329172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "policy-id", "timestamp": 1619909334203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "cds", "timestamp": 1619909334518, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-windriver-id", "timestamp": 1619909329172, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "policy-id", "timestamp": 1619909335205, "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-05-01T22:51:21.180Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee88473f-7d11-41a2-8b81-7d04591cdbdd 2021-05-01T22:51:21.180Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee88473f-7d11-41a2-8b81-7d04591cdbdd 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-05-01T22:51:21.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "cds", "timestamp": 1619909334518, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T22:51:21.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "cds", "timestamp": 1619909334518, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-windriver-id", "timestamp": 1619909337102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "dcae-sch", "timestamp": 1619909337192, "artifactURL": "/sdc/v1/catalog/services/1371694a-b9fd-45d1-9fcd-f728e2d8ae50/resourceInstances/basicclamp0/artifacts/ca0c707b-963f-4450-83b7-ad6ef4c4f129", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-k8s-id", "timestamp": 1619909337295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "cds", "timestamp": 1619909334518, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "aai-ml", "timestamp": 1619909338412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "dcae-sch", "timestamp": 1619909338410, "artifactURL": "/sdc/v1/catalog/services/1371694a-b9fd-45d1-9fcd-f728e2d8ae50/resourceInstances/basicclamp0/artifacts/ca0c707b-963f-4450-83b7-ad6ef4c4f129", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "cds", "timestamp": 1619909334518, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-windriver-id", "timestamp": 1619909338632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.195Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-k8s-id", "timestamp": 1619909338689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.195Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909338897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.196Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "dcae-sch", "timestamp": 1619909339415, "artifactURL": "/sdc/v1/catalog/services/1371694a-b9fd-45d1-9fcd-f728e2d8ae50/resourceInstances/basicclamp0/artifacts/ca0c707b-963f-4450-83b7-ad6ef4c4f129", "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-05-01T22:51:21.206Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 2021-05-01T22:51:21.207Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 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-05-01T22:51:21.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "cds", "timestamp": 1619909334518, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-windriver-id", "timestamp": 1619909340381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.217Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-k8s-id", "timestamp": 1619909340372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909340380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "cds", "timestamp": 1619909334518, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "dcae-sch", "timestamp": 1619909340420, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.219Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "ves-openapi-manager", "timestamp": 1619909317572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-windriver-id", "timestamp": 1619909341390, "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-05-01T22:51:21.225Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee88473f-7d11-41a2-8b81-7d04591cdbdd 2021-05-01T22:51:21.225Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee88473f-7d11-41a2-8b81-7d04591cdbdd 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-05-01T22:51:21.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-k8s-id", "timestamp": 1619909341398, "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-05-01T22:51:21.234Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee88473f-7d11-41a2-8b81-7d04591cdbdd 2021-05-01T22:51:21.234Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee88473f-7d11-41a2-8b81-7d04591cdbdd 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-05-01T22:51:21.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "cds", "timestamp": 1619909334518, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "dcae-sch", "timestamp": 1619909340420, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-windriver-id", "timestamp": 1619909342393, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.242Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-k8s-id", "timestamp": 1619909342400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.242Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "ves-openapi-manager", "timestamp": 1619909342270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909342986, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.242Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "dcae-sch", "timestamp": 1619909340420, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "ves-openapi-manager", "timestamp": 1619909342270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909343992, "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-05-01T22:51:21.247Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee88473f-7d11-41a2-8b81-7d04591cdbdd 2021-05-01T22:51:21.247Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee88473f-7d11-41a2-8b81-7d04591cdbdd 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-05-01T22:51:21.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "dcae-sch", "timestamp": 1619909340420, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "cds", "timestamp": 1619909344453, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.253Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "ves-openapi-manager", "timestamp": 1619909342270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909344996, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.253Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "dcae-sch", "timestamp": 1619909340420, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:51:21.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "cds", "timestamp": 1619909345457, "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-05-01T22:51:21.257Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 2021-05-01T22:51:21.258Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 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-05-01T22:51:21.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "ves-openapi-manager", "timestamp": 1619909342270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "dcae-sch", "timestamp": 1619909340420, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T22:51:21.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "clamp", "timestamp": 1619909346484, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "ves-openapi-manager", "timestamp": 1619909342270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "dcae-sch", "timestamp": 1619909340420, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "aai-ml", "timestamp": 1619909347564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "ves-openapi-manager", "timestamp": 1619909342270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:51:21.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "dcae-sch", "timestamp": 1619909340420, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T22:51:21.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.268Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "clamp", "timestamp": 1619909348490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.269Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "aai-ml", "timestamp": 1619909348567, "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-05-01T22:51:21.274Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee88473f-7d11-41a2-8b81-7d04591cdbdd 2021-05-01T22:51:21.274Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee88473f-7d11-41a2-8b81-7d04591cdbdd 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-05-01T22:51:21.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "ves-openapi-manager", "timestamp": 1619909342270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T22:51:21.281Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.281Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.281Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T22:51:21.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.282Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.282Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.282Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ee88473f-7d11-41a2-8b81-7d04591cdbdd", "consumerID": "clamp", "timestamp": 1619909349493, "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-05-01T22:51:21.286Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ee88473f-7d11-41a2-8b81-7d04591cdbdd 2021-05-01T22:51:21.286Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee88473f-7d11-41a2-8b81-7d04591cdbdd 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-05-01T22:51:21.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "ves-openapi-manager", "timestamp": 1619909342270, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "cds", "timestamp": 1619909349518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-k8s-id", "timestamp": 1619909309472, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:51:21.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T22:51:21.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "cds", "timestamp": 1619909349518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T22:51:21.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-k8s-id", "timestamp": 1619909351788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "cds", "timestamp": 1619909349518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:51:21.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909310198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "cds", "timestamp": 1619909349518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-k8s-id", "timestamp": 1619909353295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "cds", "timestamp": 1619909349518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "policy-id", "timestamp": 1619909354907, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909354991, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "cds", "timestamp": 1619909349518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-k8s-id", "timestamp": 1619909355203, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "policy-id", "timestamp": 1619909355910, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "cds", "timestamp": 1619909349518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-k8s-id", "timestamp": 1619909356358, "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-05-01T22:51:21.304Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 2021-05-01T22:51:21.304Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 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-05-01T22:51:21.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "aai-ml", "timestamp": 1619909309629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "policy-id", "timestamp": 1619909356912, "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-05-01T22:51:21.315Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 2021-05-01T22:51:21.315Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 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-05-01T22:51:21.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909356996, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.321Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "cds", "timestamp": 1619909349518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-windriver-id", "timestamp": 1619909357313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.322Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-k8s-id", "timestamp": 1619909357366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.322Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "clamp", "timestamp": 1619909311232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:51:21.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "aai-ml", "timestamp": 1619909357931, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.323Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909358406, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.324Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "cds", "timestamp": 1619909358491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.324Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-windriver-id", "timestamp": 1619909358807, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.324Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-k8s-id", "timestamp": 1619909358371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:51:21.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909359409, "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-05-01T22:51:21.330Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 2021-05-01T22:51:21.330Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 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-05-01T22:51:21.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T22:51:21.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-k8s-id", "timestamp": 1619909358371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:51:21.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T22:51:21.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-windriver-id", "timestamp": 1619909360374, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:51:21.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909360412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:51:21.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:51:21.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T22:51:21.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "cds", "timestamp": 1619909360608, "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-05-01T22:51:21.346Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0dc73ef8-6e17-4922-8f7a-7aaf91888aaf 2021-05-01T22:51:21.346Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dc73ef8-6e17-4922-8f7a-7aaf91888aaf 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-05-01T22:51:36.453Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:51:36.462Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 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-05-01T22:51:36.464Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:51:36.464Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:51:36.464Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:51:36.464Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:52:06.464Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:52:06.475Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 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-05-01T22:52:06.478Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:52:06.478Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:52:06.478Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:52:06.478Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:52:20.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:52:20.986Z||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-05-01T22:52:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:52:21.012Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:52:21.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-k8s-id", "timestamp": 1619909358371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T22:52:21.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-windriver-id", "timestamp": 1619909361380, "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-05-01T22:52:21.023Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 2021-05-01T22:52:21.023Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 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-05-01T22:52:21.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-k8s-id", "timestamp": 1619909358371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909361415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "multicloud-windriver-id", "timestamp": 1619909362382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-k8s-id", "timestamp": 1619909358371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909361415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:52:21.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-k8s-id", "timestamp": 1619909358371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909361415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "policy-id", "timestamp": 1619909345495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-k8s-id", "timestamp": 1619909358371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909361415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-k8s-id", "timestamp": 1619909358371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909361415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "aai-ml", "timestamp": 1619909366864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:52:21.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909361415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "policy-id", "timestamp": 1619909367165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:52:21.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T22:52:21.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "aai-ml", "timestamp": 1619909367867, "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-05-01T22:52:21.040Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 2021-05-01T22:52:21.041Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 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-05-01T22:52:21.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909361415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "policy-id", "timestamp": 1619909368168, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:52:21.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-k8s-id", "timestamp": 1619909368385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:52:21.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909361415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:52:21.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "policy-id", "timestamp": 1619909369170, "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-05-01T22:52:21.052Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dc73ef8-6e17-4922-8f7a-7aaf91888aaf 2021-05-01T22:52:21.052Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dc73ef8-6e17-4922-8f7a-7aaf91888aaf 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-05-01T22:52:21.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "aai-ml", "timestamp": 1619909368869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "clamp", "timestamp": 1619909369486, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:52:21.058Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-k8s-id", "timestamp": 1619909369570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909370177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-windriver-id", "timestamp": 1619909347945, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "clamp", "timestamp": 1619909370497, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "aai-ml", "timestamp": 1619909368869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-k8s-id", "timestamp": 1619909370685, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "aai-ml", "timestamp": 1619909368869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909371504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-k8s-id", "timestamp": 1619909371706, "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-05-01T22:52:21.063Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dc73ef8-6e17-4922-8f7a-7aaf91888aaf 2021-05-01T22:52:21.063Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dc73ef8-6e17-4922-8f7a-7aaf91888aaf 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-05-01T22:52:21.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-windriver-id", "timestamp": 1619909371800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "aai-ml", "timestamp": 1619909368869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-k8s-id", "timestamp": 1619909372708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909373010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-windriver-id", "timestamp": 1619909373297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "aai-ml", "timestamp": 1619909368869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909374014, "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-05-01T22:52:21.072Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dc73ef8-6e17-4922-8f7a-7aaf91888aaf 2021-05-01T22:52:21.072Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dc73ef8-6e17-4922-8f7a-7aaf91888aaf 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-05-01T22:52:21.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "aai-ml", "timestamp": 1619909368869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "clamp", "timestamp": 1619909374607, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:52:21.076Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-windriver-id", "timestamp": 1619909374997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:52:21.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909375017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:52:21.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "aai-ml", "timestamp": 1619909368869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "clamp", "timestamp": 1619909375610, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:52:21.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-windriver-id", "timestamp": 1619909376013, "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-05-01T22:52:21.080Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dc73ef8-6e17-4922-8f7a-7aaf91888aaf 2021-05-01T22:52:21.080Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dc73ef8-6e17-4922-8f7a-7aaf91888aaf 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-05-01T22:52:21.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "aai-ml", "timestamp": 1619909368869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:52:21.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d567ad8-f2bd-44b2-ae47-2eb83facbfa2", "consumerID": "clamp", "timestamp": 1619909376612, "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-05-01T22:52:21.088Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 2021-05-01T22:52:21.088Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d567ad8-f2bd-44b2-ae47-2eb83facbfa2 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-05-01T22:52:21.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "multicloud-windriver-id", "timestamp": 1619909377016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "aai-ml", "timestamp": 1619909378002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "clamp", "timestamp": 1619909377616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "clamp", "timestamp": 1619909377616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "clamp", "timestamp": 1619909377616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "clamp", "timestamp": 1619909377616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "clamp", "timestamp": 1619909377616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "clamp", "timestamp": 1619909377616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "clamp", "timestamp": 1619909377616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:52:21.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "clamp", "timestamp": 1619909377616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:52:21.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:52:21.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "aai-ml", "timestamp": 1619909386392, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:52:21.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "aai-ml", "timestamp": 1619909387395, "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-05-01T22:52:21.100Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0dc73ef8-6e17-4922-8f7a-7aaf91888aaf 2021-05-01T22:52:21.100Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dc73ef8-6e17-4922-8f7a-7aaf91888aaf 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-05-01T22:52:21.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "clamp", "timestamp": 1619909390488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:52:21.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "clamp", "timestamp": 1619909394491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:52:21.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:52:21.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:52:21.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dc73ef8-6e17-4922-8f7a-7aaf91888aaf", "consumerID": "clamp", "timestamp": 1619909395494, "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-05-01T22:52:21.110Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0dc73ef8-6e17-4922-8f7a-7aaf91888aaf 2021-05-01T22:52:21.110Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dc73ef8-6e17-4922-8f7a-7aaf91888aaf 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-05-01T22:52:36.478Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:52:36.487Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 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-05-01T22:52:36.489Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:52:36.489Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:52:36.489Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:52:36.489Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:53:06.489Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:53:06.500Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 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-05-01T22:53:06.502Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:53:06.502Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:53:06.503Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:53:06.503Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:53:20.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:53:20.986Z||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-05-01T22:53:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:53:21.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:53:21.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:53:21.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6fae43d-dc06-4d5f-b090-3549a72c136c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909455017, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2021-05-01T22:53:21.012Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:53:21.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:53:21.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:53:21.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:53:21.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:53:21.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:53:21.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:53:21.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:53:21.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909463898, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:53:21.014Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:53:21.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:53:21.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909465438, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:53:21.014Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:53:36.503Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:53:36.512Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 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-05-01T22:53:36.515Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:53:36.515Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:53:36.515Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:53:36.515Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:54:06.515Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:54:06.525Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 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-05-01T22:54:06.527Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:54:06.527Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:54:06.527Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:54:06.527Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:54:20.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:54:20.985Z||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-05-01T22:54:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:54:21.510Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:54:21.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "cds", "timestamp": 1619909499518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "policy-id", "timestamp": 1619909505495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-windriver-id", "timestamp": 1619909507945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "cds", "timestamp": 1619909499518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vfwb89ea210cddf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "policy-id", "timestamp": 1619909505495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vfwb89ea210cddf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-windriver-id", "timestamp": 1619909507945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vfwb89ea210cddf0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:54:21.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "cds", "timestamp": 1619909499518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "policy-id", "timestamp": 1619909505495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:54:21.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-k8s-id", "timestamp": 1619909509472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "dcae-sch", "timestamp": 1619909509891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-windriver-id", "timestamp": 1619909507945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:54:21.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "cds", "timestamp": 1619909499518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "policy-id", "timestamp": 1619909505495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909510198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-k8s-id", "timestamp": 1619909509472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vfwb89ea210cddf0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:54:21.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "dcae-sch", "timestamp": 1619909509891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vfwb89ea210cddf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-windriver-id", "timestamp": 1619909507945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "cds", "timestamp": 1619909499518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "policy-id", "timestamp": 1619909505495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909510198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vfwb89ea210cddf0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:54:21.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-k8s-id", "timestamp": 1619909509472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:54:21.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "dcae-sch", "timestamp": 1619909509891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-windriver-id", "timestamp": 1619909507945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T22:54:21.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "cds", "timestamp": 1619909499518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "policy-id", "timestamp": 1619909505495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909510198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T22:54:21.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-k8s-id", "timestamp": 1619909509472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "dcae-sch", "timestamp": 1619909509891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-windriver-id", "timestamp": 1619909507945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "cds", "timestamp": 1619909499518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:54:21.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "policy-id", "timestamp": 1619909505495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:54:21.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909510198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-k8s-id", "timestamp": 1619909509472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T22:54:21.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "dcae-sch", "timestamp": 1619909509891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-windriver-id", "timestamp": 1619909507945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:54:21.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909510198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-k8s-id", "timestamp": 1619909509472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "policy-id", "timestamp": 1619909515397, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "cds", "timestamp": 1619909515491, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "dcae-sch", "timestamp": 1619909509891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909510198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-k8s-id", "timestamp": 1619909509472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "policy-id", "timestamp": 1619909516405, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:54:21.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-windriver-id", "timestamp": 1619909516497, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vfwb89ea210cddf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:54:21.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "cds", "timestamp": 1619909516495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-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-05-01T22:54:21.542Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b5b9a4a-c351-45b3-9dfe-7fd295b110dc 2021-05-01T22:54:21.542Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b5b9a4a-c351-45b3-9dfe-7fd295b110dc 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-05-01T22:54:21.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "dcae-sch", "timestamp": 1619909509891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.549Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.549Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909510198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:54:21.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "policy-id", "timestamp": 1619909517408, "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-05-01T22:54:21.553Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b5b9a4a-c351-45b3-9dfe-7fd295b110dc 2021-05-01T22:54:21.553Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b5b9a4a-c351-45b3-9dfe-7fd295b110dc 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-05-01T22:54:21.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-k8s-id", "timestamp": 1619909517531, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vfwb89ea210cddf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:54:21.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-windriver-id", "timestamp": 1619909517998, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:54:21.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "ves-openapi-manager", "timestamp": 1619909517572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909518392, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vfwb89ea210cddf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T22:54:21.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-k8s-id", "timestamp": 1619909518683, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:54:21.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-windriver-id", "timestamp": 1619909519152, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:54:21.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "ves-openapi-manager", "timestamp": 1619909517572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vfwb89ea210cddf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909519658, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:54:21.563Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-windriver-id", "timestamp": 1619909520157, "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-05-01T22:54:21.567Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b5b9a4a-c351-45b3-9dfe-7fd295b110dc 2021-05-01T22:54:21.567Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b5b9a4a-c351-45b3-9dfe-7fd295b110dc 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-05-01T22:54:21.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-k8s-id", "timestamp": 1619909520154, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:54:21.572Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "ves-openapi-manager", "timestamp": 1619909517572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "aai-ml", "timestamp": 1619909519629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-windriver-id", "timestamp": 1619909521159, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vfwb89ea210cddf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:54:21.574Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "ves-openapi-manager", "timestamp": 1619909517572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-k8s-id", "timestamp": 1619909521177, "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-05-01T22:54:21.579Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b5b9a4a-c351-45b3-9dfe-7fd295b110dc 2021-05-01T22:54:21.579Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b5b9a4a-c351-45b3-9dfe-7fd295b110dc 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-05-01T22:54:21.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "aai-ml", "timestamp": 1619909519629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vfwb89ea210cddf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909521357, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T22:54:21.586Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "clamp", "timestamp": 1619909521232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.586Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "ves-openapi-manager", "timestamp": 1619909517572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-k8s-id", "timestamp": 1619909522179, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vfwb89ea210cddf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:54:21.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "aai-ml", "timestamp": 1619909519629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909522361, "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-05-01T22:54:21.592Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b5b9a4a-c351-45b3-9dfe-7fd295b110dc 2021-05-01T22:54:21.593Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b5b9a4a-c351-45b3-9dfe-7fd295b110dc 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-05-01T22:54:21.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "clamp", "timestamp": 1619909521232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vfwb89ea210cddf0_modules.json", "status": "NOTIFIED" } 2021-05-01T22:54:21.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "ves-openapi-manager", "timestamp": 1619909517572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "aai-ml", "timestamp": 1619909519629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909523366, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vfwb89ea210cddf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T22:54:21.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "clamp", "timestamp": 1619909521232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "ves-openapi-manager", "timestamp": 1619909517572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "aai-ml", "timestamp": 1619909519629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "clamp", "timestamp": 1619909521232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "aai-ml", "timestamp": 1619909519629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "clamp", "timestamp": 1619909521232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/resourceInstances/vfwb89ea210cddf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "aai-ml", "timestamp": 1619909519629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "clamp", "timestamp": 1619909521232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "aai-ml", "timestamp": 1619909527654, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "clamp", "timestamp": 1619909521232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:54:21.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:54:21.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "aai-ml", "timestamp": 1619909537097, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:54:21.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "clamp", "timestamp": 1619909537503, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:54:21.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "aai-ml", "timestamp": 1619909538100, "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-05-01T22:54:21.609Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b5b9a4a-c351-45b3-9dfe-7fd295b110dc 2021-05-01T22:54:21.610Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b5b9a4a-c351-45b3-9dfe-7fd295b110dc 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-05-01T22:54:21.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "clamp", "timestamp": 1619909539509, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225000/1.0/artifacts/service-Vfw20210501225000-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:54:21.618Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:54:21.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:54:21.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b5b9a4a-c351-45b3-9dfe-7fd295b110dc", "consumerID": "clamp", "timestamp": 1619909540512, "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-05-01T22:54:21.622Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5b5b9a4a-c351-45b3-9dfe-7fd295b110dc 2021-05-01T22:54:21.623Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b5b9a4a-c351-45b3-9dfe-7fd295b110dc 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-05-01T22:54:36.528Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:54:36.536Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 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-05-01T22:54:36.539Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:54:36.539Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:54:36.539Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:54:36.539Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:55:06.539Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:55:06.547Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 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-05-01T22:55:06.549Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:55:06.549Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:55:06.549Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:55:06.549Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:55:20.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:55:20.985Z||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-05-01T22:55:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:55:30.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:55:36.549Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:55:36.558Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 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-05-01T22:55:36.560Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:55:36.560Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:55:36.560Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:55:36.560Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:56:06.560Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2021-05-01T22:56:06.561Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 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-05-01T22:56:06.566Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e94dbe6-c298-47f8-9d37-7fd82c897a16 and serviceModelVersionId: 840ec944-f272-4487-8ba4-7b881cc17eb7 2021-05-01T22:56:06.566Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b70fa6b-8b7b-450b-8cb4-886bd32a2498 2021-05-01T22:56:06.567Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b70fa6b-8b7b-450b-8cb4-886bd32a2498/model-vers/model-ver/840ec944-f272-4487-8ba4-7b881cc17eb7?depth=0 2021-05-01T22:56:06.572Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T22:56:06.607Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8b70fa6b-8b7b-450b-8cb4-886bd32a2498/model-vers/model-ver/840ec944-f272-4487-8ba4-7b881cc17eb7?depth=0|INFO|500||Invoke 2021-05-01T22:56:06.607Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8b70fa6b-8b7b-450b-8cb4-886bd32a2498/model-vers/model-ver/840ec944-f272-4487-8ba4-7b881cc17eb7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8b70fa6b-8b7b-450b-8cb4-886bd32a2498/model-vers/model-ver/840ec944-f272-4487-8ba4-7b881cc17eb7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6e94dbe6-c298-47f8-9d37-7fd82c897a16], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e9117abc-76df-473c-86af-bf788ad6e2d1], X-ECOMP-RequestID=[6e94dbe6-c298-47f8-9d37-7fd82c897a16], X-TransactionId=[], X-ONAP-RequestID=[6e94dbe6-c298-47f8-9d37-7fd82c897a16], Content-Type=[application/merge-patch+json]} 2021-05-01T22:56:06.624Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8b70fa6b-8b7b-450b-8cb4-886bd32a2498/model-vers/model-ver/840ec944-f272-4487-8ba4-7b881cc17eb7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-05-01T22:56:06.787Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8b70fa6b-8b7b-450b-8cb4-886bd32a2498/model-vers/model-ver/840ec944-f272-4487-8ba4-7b881cc17eb7?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/8b70fa6b-8b7b-450b-8cb4-886bd32a2498/model-vers/model-ver/840ec944-f272-4487-8ba4-7b881cc17eb7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210501-22:56:06:626-45398], vertex-id=[180232], Content-Length=[0], Date=[Sat, 01 May 2021 22:56:06 GMT], Content-Type=[application/json]} 2021-05-01T22:56:06.788Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8b70fa6b-8b7b-450b-8cb4-886bd32a2498/model-vers/model-ver/840ec944-f272-4487-8ba4-7b881cc17eb7?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T22:56:06.789Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8b70fa6b-8b7b-450b-8cb4-886bd32a2498/model-vers/model-ver/840ec944-f272-4487-8ba4-7b881cc17eb7?depth=0|INFO|500||InvokeReturn 2021-05-01T22:56:06.789Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T22:56:06.789Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||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-05-01T22:56:06.794Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||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-05-01T22:56:06.794Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e94dbe6-c298-47f8-9d37-7fd82c897a16 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2021-05-01T22:56:06.795Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-05-01T22:56:06.795Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:56:06.798Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:56:06.798Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909766794, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2021-05-01T22:56:06.898Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:56:06.899Z||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-05-01T22:56:06.899Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:56:06.913Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:56:06.914Z||pool-55-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-05-01T22:56:07.812Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T22:56:07.812Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"280087b0-7e3e-4c05-9868-09aff79c4753","serviceName":"Demo_pNF_kjBmWOqTxKjR02YwfVid","serviceVersion":"1.0","serviceUUID":"7710d0c9-6541-457a-bc59-b740a9823542","serviceDescription":"catalog service description","serviceInvariantUUID":"b6e971a7-fc6e-4019-8c44-f9666258ca87","resources":[{"resourceInstanceName":"pNF 6d20b19c-a5eb 0","resourceName":"pNF 6d20b19c-a5eb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"81eda22a-f977-4355-82e3-07f0a448c6cb","resourceInvariantUUID":"773c464f-5313-4426-9925-507d246df789","resourceCustomizationUUID":"781f2c4a-eafc-4048-ab67-7ea724078211","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vf-license-model.xml","artifactChecksum":"NTMyNzIwNDVlZGEzNGFlZGVlOWU3Zjg5ODBmOGQyNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bc9cb989-e1da-4c46-adef-617c4cf1ef51","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/pNF.csar","artifactChecksum":"OTBjM2I5ODU5NDFkMmIyZDNlODk5MGI1YTEwNzllZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"61e04ded-5c26-47fc-93df-658380b9ba6f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6019c7f1-cc34-480d-b2ec-6875179670fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vendor-license-model.xml","artifactChecksum":"MjQ5NGJiMDA0OGI1OGM3ZTRjZmE5NjhmMzE0ZThlYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0831dbe3-a5d9-4b12-8ecd-5734b3a29efb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1b05ab88-dbec-4974-9002-23ff222d21e4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"af7eb315-bb53-4653-813e-864e2c8b83a7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKjbmwoqtxkjr02ywfvid-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-template.yml","artifactChecksum":"ZmFiMDk5ODhiYzM1NDU3NmMwODJmMThkNTNmMjQ2ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2755e6da-65c1-40d9-9d17-5d237fa60d26","artifactVersion":"1"},{"artifactName":"service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar","artifactChecksum":"MTEzOTQ3OTA5NmVmOTY2MjVjMzkzM2I2OGFkMjhhZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c2e83129-7217-418b-8d80-6a0aa2a19596","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T22:56:07.812Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:56:07.813Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:56:07.814Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:56:07.815Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:07.915Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:56:07.916Z||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-05-01T22:56:07.916Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:56:07.926Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:56:07.926Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:56:08.815Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:56:08.816Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:56:08.817Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:56:08.817Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:08.918Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:56:08.919Z||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-05-01T22:56:08.919Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:56:08.929Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:56:08.929Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:56:09.818Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:56:09.819Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:56:09.821Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:56:09.822Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:09.922Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T22:56:09.922Z||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-05-01T22:56:09.922Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:56:09.931Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:56:09.931Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:56:10.822Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:56:10.823Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:56:10.825Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:56:10.826Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:10.926Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:56:10.927Z||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-05-01T22:56:10.927Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:56:10.939Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:56:10.939Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:56:11.826Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:56:11.827Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:56:11.829Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:56:11.829Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:11.930Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:56:11.931Z||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-05-01T22:56:11.931Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:56:11.940Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:56:11.940Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:56:12.830Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:56:12.831Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:56:12.834Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:56:12.834Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:12.934Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:56:12.935Z||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-05-01T22:56:12.935Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:56:12.945Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:56:12.945Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:56:13.834Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:56:13.836Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:56:13.837Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:56:13.838Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:13.938Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:56:13.939Z||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-05-01T22:56:13.939Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:56:13.948Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:56:13.949Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:56:14.838Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T22:56:14.839Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:56:14.841Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:56:14.842Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:56:14.942Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:56:14.943Z||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-05-01T22:56:14.943Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:56:14.952Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:56:14.953Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:56:15.843Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "serviceName": "Demo_pNF_kjBmWOqTxKjR02YwfVid", "serviceVersion": "1.0", "serviceUUID": "7710d0c9-6541-457a-bc59-b740a9823542", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b6e971a7-fc6e-4019-8c44-f9666258ca87", "resources": [ { "resourceInstanceName": "pNF 6d20b19c-a5eb 0", "resourceCustomizationUUID": "781f2c4a-eafc-4048-ab67-7ea724078211", "resourceName": "pNF 6d20b19c-a5eb", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "81eda22a-f977-4355-82e3-07f0a448c6cb", "resourceInvariantUUID": "773c464f-5313-4426-9925-507d246df789", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "artifactChecksum": "MTEzOTQ3OTA5NmVmOTY2MjVjMzkzM2I2OGFkMjhhZTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c2e83129-7217-418b-8d80-6a0aa2a19596" } ], "workloadContext": "Production" } 2021-05-01T22:56:15.843Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T22:56:15.843Z|6e94dbe6-c298-47f8-9d37-7fd82c897a16|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7710d0c9-6541-457a-bc59-b740a9823542 ASDC 2021-05-01T22:56:15.844Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:280087b0-7e3e-4c05-9868-09aff79c4753 ServiceName:Demo_pNF_kjBmWOqTxKjR02YwfVid ServiceVersion:1.0 ServiceUUID:7710d0c9-6541-457a-bc59-b740a9823542 ServiceInvariantUUID:b6e971a7-fc6e-4019-8c44-f9666258ca87 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar ArtifactUUID:c2e83129-7217-418b-8d80-6a0aa2a19596 ArtifactChecksum:MTEzOTQ3OTA5NmVmOTY2MjVjMzkzM2I2OGFkMjhhZTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6d20b19c-a5eb 0 ResourceCustomizationUUID:781f2c4a-eafc-4048-ab67-7ea724078211 ResourceInvariantUUID:773c464f-5313-4426-9925-507d246df789 ResourceName:pNF 6d20b19c-a5eb ResourceType:PNF ResourceUUID:81eda22a-f977-4355-82e3-07f0a448c6cb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-01T22:56:15.844Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7710d0c9-6541-457a-bc59-b740a9823542 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-05-01T22:56:15.867Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T22:56:15.867Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T22:56:15.867Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T22:56:15.868Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c2e83129-7217-418b-8d80-6a0aa2a19596 from URL: /sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:15.868Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T22:56:15.868Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:16.511Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T22:56:16.517Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar c2e83129-7217-418b-8d80-6a0aa2a19596 83325 2021-05-01T22:56:16.518Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar ASDC sendASDCNotification 2021-05-01T22:56:16.518Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:16.518Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T22:56:16.518Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:56:16.521Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:56:16.521Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909776518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:56:16.621Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T22:56:16.621Z||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-05-01T22:56:16.622Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:56:16.629Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:56:16.630Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:56:17.522Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T22:56:17.524Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T22:56:17.524Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c2e83129-7217-418b-8d80-6a0aa2a19596, URL: /sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar to file: /app/ASDC/1/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:17.525Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:17.525Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:17.525Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:17.640Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7364919501984554977/Definitions/service-DemoPnfKjbmwoqtxkjr02ywfvid-template.yml 2021-05-01T22:56:18.285Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T22:56:18.285Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-01T22:56:18.285Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:18.285Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-01T22:56:18.285Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||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-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:18.286Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:18.286Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||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-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:18.286Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||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-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:18.286Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||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-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:18.286Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d20b19c-a5eb 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:18.286Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||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-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:18.286Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d20b19c-a5eb 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-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:18.286Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-01T22:56:18.287Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:56:18.287Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_kjBmWOqTxKjR02YwfVid is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:56:18.287Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Node template pNF 6d20b19c-a5eb 0 is matching search criteria 2021-05-01T22:56:18.287Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-01T22:56:18.287Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6d20b19c-a5eb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T22:56:18.288Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:56:18.288Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_kjBmWOqTxKjR02YwfVid is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:56:18.288Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Node template pNF 6d20b19c-a5eb 0 is matching search criteria 2021-05-01T22:56:18.288Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-01T22:56:18.288Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6d20b19c-a5eb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T22:56:18.288Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:56:18.289Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_kjBmWOqTxKjR02YwfVid is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:56:18.289Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:56:18.289Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_kjBmWOqTxKjR02YwfVid is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:56:18.289Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:56:18.289Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_kjBmWOqTxKjR02YwfVid is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:56:18.289Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:56:18.289Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_kjBmWOqTxKjR02YwfVid is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:56:18.290Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:56:18.290Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_kjBmWOqTxKjR02YwfVid is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:56:18.290Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_kjBmWOqTxKjR02YwfVid Description:catalog service description Model UUID:7710d0c9-6541-457a-bc59-b740a9823542 Model Version:NULL Model InvariantUuid:b6e971a7-fc6e-4019-8c44-f9666258ca87 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-05-01T22:56:18.296Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 81eda22a-f977-4355-82e3-07f0a448c6cb 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-05-01T22:56:18.299Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||pNF 6d20b19c-a5eb 0 2021-05-01T22:56:18.299Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 81eda22a-f977-4355-82e3-07f0a448c6cb 2021-05-01T22:56:18.300Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 7710d0c9-6541-457a-bc59-b740a9823542 2021-05-01T22:56:18.300Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7710d0c9-6541-457a-bc59-b740a9823542 2021-05-01T22:56:18.300Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6d20b19c-a5eb 0 81eda22a-f977-4355-82e3-07f0a448c6cb 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-05-01T22:56:18.304Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:56:18.304Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_kjBmWOqTxKjR02YwfVid is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:56:18.305Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7710d0c9-6541-457a-bc59-b740a9823542: pNF 6d20b19c-a5eb 2021-05-01T22:56:18.305Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||Processing PNF resource: 81eda22a-f977-4355-82e3-07f0a448c6cb 2021-05-01T22:56:18.305Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T22:56:18.306Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_kjBmWOqTxKjR02YwfVid is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T22:56:18.306Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||Resource customization UUID: 781f2c4a-eafc-4048-ab67-7ea724078211 is the same as notified resource customizationUUID: 781f2c4a-eafc-4048-ab67-7ea724078211 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-05-01T22:56:18.353Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6d20b19c-a5eb 81eda22a-f977-4355-82e3-07f0a448c6cb 0 ASDC deployResourceStructure 2021-05-01T22:56:18.353Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar ASDC sendASDCNotification 2021-05-01T22:56:18.354Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar 2021-05-01T22:56:18.354Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T22:56:18.354Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T22:56:18.355Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T22:56:18.355Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909778353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:56:18.456Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T22:56:18.457Z||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-05-01T22:56:18.457Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T22:56:18.466Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:56:18.466Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T22:56:19.356Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:56:19.365Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T22:56:19.368Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:56:19.368Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:56:19.368Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:56:19.368Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:56:20.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:56:20.985Z||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-05-01T22:56:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:56:21.614Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:56:21.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-k8s-id", "timestamp": 1619909749472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-windriver-id", "timestamp": 1619909747945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "dcae-sch", "timestamp": 1619909749891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "policy-id", "timestamp": 1619909745495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909750198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-k8s-id", "timestamp": 1619909749472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-windriver-id", "timestamp": 1619909747945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "dcae-sch", "timestamp": 1619909749891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "policy-id", "timestamp": 1619909745495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909750198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-k8s-id", "timestamp": 1619909749472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-windriver-id", "timestamp": 1619909747945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "dcae-sch", "timestamp": 1619909749891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "policy-id", "timestamp": 1619909745495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909750198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-k8s-id", "timestamp": 1619909749472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-windriver-id", "timestamp": 1619909747945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "dcae-sch", "timestamp": 1619909749891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "policy-id", "timestamp": 1619909745495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909750198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "cds", "timestamp": 1619909754518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-windriver-id", "timestamp": 1619909747945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-k8s-id", "timestamp": 1619909749472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "dcae-sch", "timestamp": 1619909749891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "policy-id", "timestamp": 1619909745495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909750198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "cds", "timestamp": 1619909754518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-k8s-id", "timestamp": 1619909749472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-windriver-id", "timestamp": 1619909747945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "dcae-sch", "timestamp": 1619909749891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "policy-id", "timestamp": 1619909745495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909750198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "cds", "timestamp": 1619909754518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-k8s-id", "timestamp": 1619909749472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-windriver-id", "timestamp": 1619909747945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "dcae-sch", "timestamp": 1619909749891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "policy-id", "timestamp": 1619909745495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909750198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "cds", "timestamp": 1619909754518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "ves-openapi-manager", "timestamp": 1619909757572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-k8s-id", "timestamp": 1619909749472, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:56:21.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-windriver-id", "timestamp": 1619909747945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:56:21.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "dcae-sch", "timestamp": 1619909749891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "policy-id", "timestamp": 1619909745495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:56:21.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "multicloud-starlingx-id", "timestamp": 1619909750198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:56:21.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "cds", "timestamp": 1619909754518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "ves-openapi-manager", "timestamp": 1619909757572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "policy-id", "timestamp": 1619909759565, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:56:21.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:56:21.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "cds", "timestamp": 1619909754518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "ves-openapi-manager", "timestamp": 1619909757572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "aai-ml", "timestamp": 1619909759629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "policy-id", "timestamp": 1619909760568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:56:21.632Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:56:21.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "cds", "timestamp": 1619909754518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "ves-openapi-manager", "timestamp": 1619909757572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "aai-ml", "timestamp": 1619909759629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "policy-id", "timestamp": 1619909761570, "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-05-01T22:56:21.643Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae6c22ef-8ee8-4d37-b8be-441deeec817b 2021-05-01T22:56:21.644Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6c22ef-8ee8-4d37-b8be-441deeec817b 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-05-01T22:56:21.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "clamp", "timestamp": 1619909761232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "cds", "timestamp": 1619909754518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:56:21.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "ves-openapi-manager", "timestamp": 1619909757572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "aai-ml", "timestamp": 1619909759629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "clamp", "timestamp": 1619909761232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "ves-openapi-manager", "timestamp": 1619909757572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "aai-ml", "timestamp": 1619909759629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "clamp", "timestamp": 1619909761232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "ves-openapi-manager", "timestamp": 1619909757572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "aai-ml", "timestamp": 1619909759629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "cds", "timestamp": 1619909764492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:56:21.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:56:21.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "clamp", "timestamp": 1619909761232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "ves-openapi-manager", "timestamp": 1619909757572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "aai-ml", "timestamp": 1619909759629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "cds", "timestamp": 1619909765496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-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-05-01T22:56:21.656Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae6c22ef-8ee8-4d37-b8be-441deeec817b 2021-05-01T22:56:21.656Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6c22ef-8ee8-4d37-b8be-441deeec817b 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-05-01T22:56:21.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "clamp", "timestamp": 1619909761232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "aai-ml", "timestamp": 1619909759629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "ves-openapi-manager", "timestamp": 1619909766735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T22:56:21.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:56:21.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e94dbe6-c298-47f8-9d37-7fd82c897a16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909766794, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2021-05-01T22:56:21.662Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:56:21.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "clamp", "timestamp": 1619909761232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "aai-ml", "timestamp": 1619909759629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "ves-openapi-manager", "timestamp": 1619909767752, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/resourceInstances/pnf302d92800a900/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "clamp", "timestamp": 1619909761232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.663Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "aai-ml", "timestamp": 1619909768596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:56:21.664Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:56:21.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.664Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "ves-openapi-manager", "timestamp": 1619909768754, "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-05-01T22:56:21.667Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ae6c22ef-8ee8-4d37-b8be-441deeec817b 2021-05-01T22:56:21.668Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6c22ef-8ee8-4d37-b8be-441deeec817b 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-05-01T22:56:21.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "clamp", "timestamp": 1619909761232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:56:21.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "aai-ml", "timestamp": 1619909772496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:56:21.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:56:21.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/resourceInstances/pnf6d20b19ca5eb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "aai-ml", "timestamp": 1619909773499, "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-05-01T22:56:21.680Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae6c22ef-8ee8-4d37-b8be-441deeec817b 2021-05-01T22:56:21.680Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6c22ef-8ee8-4d37-b8be-441deeec817b 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-05-01T22:56:21.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T22:56:21.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "NOTIFIED" } 2021-05-01T22:56:21.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-05-01T22:56:21.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909776518, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:56:21.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:56:21.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909778353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKjbmwoqtxkjr02ywfvid/1.0/artifacts/service-DemoPnfKjbmwoqtxkjr02ywfvid-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:56:21.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:56:21.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:56:21.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "clamp", "timestamp": 1619909779532, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T22:56:21.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:56:49.368Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:56:49.379Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T22:56:49.382Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:56:49.383Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:56:49.383Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:56:49.383Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:57:19.384Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:57:19.393Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T22:57:19.395Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:57:19.395Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:57:19.395Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:57:19.395Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:57:20.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:57:20.985Z||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-05-01T22:57:20.986Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:57:21.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:57:21.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:57:21.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "clamp", "timestamp": 1619909781539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXezbrduemcpa0ws6uodd/1.0/artifacts/service-DemoPnfXezbrduemcpa0ws6uodd-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T22:57:21.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T22:57:49.395Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:57:49.405Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T22:57:49.408Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:57:49.408Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:57:49.408Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:57:49.408Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:58:19.408Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:58:19.417Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T22:58:19.419Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:58:19.420Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:58:19.420Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:58:19.420Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:58:20.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:58:20.985Z||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-05-01T22:58:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:58:21.509Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:58:21.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-05-01T22:58:21.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae6c22ef-8ee8-4d37-b8be-441deeec817b", "consumerID": "clamp", "timestamp": 1619909782543, "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-05-01T22:58:21.517Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae6c22ef-8ee8-4d37-b8be-441deeec817b 2021-05-01T22:58:21.517Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6c22ef-8ee8-4d37-b8be-441deeec817b 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-05-01T22:58:49.420Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:58:49.429Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T22:58:49.432Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:58:49.432Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:58:49.432Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:58:49.432Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:59:19.432Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:59:19.441Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T22:59:19.444Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:59:19.444Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:59:19.444Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:59:19.444Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T22:59:20.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T22:59:20.985Z||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-05-01T22:59:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T22:59:30.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T22:59:49.444Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T22:59:49.452Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T22:59:49.453Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T22:59:49.453Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T22:59:49.454Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T22:59:49.454Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T23:00:19.454Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T23:00:19.463Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T23:00:19.465Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T23:00:19.465Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T23:00:19.465Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T23:00:19.465Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T23:00:20.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T23:00:20.985Z||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-05-01T23:00:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T23:00:30.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:00:49.465Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T23:00:49.472Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T23:00:49.473Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T23:00:49.473Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T23:00:49.473Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T23:00:49.474Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T23:01:19.474Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2021-05-01T23:01:19.474Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 280087b0-7e3e-4c05-9868-09aff79c4753 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-05-01T23:01:19.478Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 280087b0-7e3e-4c05-9868-09aff79c4753 and serviceModelVersionId: 7710d0c9-6541-457a-bc59-b740a9823542 2021-05-01T23:01:19.478Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6e971a7-fc6e-4019-8c44-f9666258ca87 2021-05-01T23:01:19.479Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6e971a7-fc6e-4019-8c44-f9666258ca87/model-vers/model-ver/7710d0c9-6541-457a-bc59-b740a9823542?depth=0 2021-05-01T23:01:19.484Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T23:01:19.516Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b6e971a7-fc6e-4019-8c44-f9666258ca87/model-vers/model-ver/7710d0c9-6541-457a-bc59-b740a9823542?depth=0|INFO|500||Invoke 2021-05-01T23:01:19.516Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b6e971a7-fc6e-4019-8c44-f9666258ca87/model-vers/model-ver/7710d0c9-6541-457a-bc59-b740a9823542?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b6e971a7-fc6e-4019-8c44-f9666258ca87/model-vers/model-ver/7710d0c9-6541-457a-bc59-b740a9823542?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[280087b0-7e3e-4c05-9868-09aff79c4753], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[467ea66f-9d6d-4e64-b731-c33508ad0047], X-ECOMP-RequestID=[280087b0-7e3e-4c05-9868-09aff79c4753], X-TransactionId=[], X-ONAP-RequestID=[280087b0-7e3e-4c05-9868-09aff79c4753], Content-Type=[application/merge-patch+json]} 2021-05-01T23:01:19.537Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b6e971a7-fc6e-4019-8c44-f9666258ca87/model-vers/model-ver/7710d0c9-6541-457a-bc59-b740a9823542?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2021-05-01T23:01:19.600Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b6e971a7-fc6e-4019-8c44-f9666258ca87/model-vers/model-ver/7710d0c9-6541-457a-bc59-b740a9823542?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/b6e971a7-fc6e-4019-8c44-f9666258ca87/model-vers/model-ver/7710d0c9-6541-457a-bc59-b740a9823542?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210501-23:01:19:540-86661], vertex-id=[401576], Content-Length=[0], Date=[Sat, 01 May 2021 23:01:19 GMT], Content-Type=[application/json]} 2021-05-01T23:01:19.601Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b6e971a7-fc6e-4019-8c44-f9666258ca87/model-vers/model-ver/7710d0c9-6541-457a-bc59-b740a9823542?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T23:01:19.601Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b6e971a7-fc6e-4019-8c44-f9666258ca87/model-vers/model-ver/7710d0c9-6541-457a-bc59-b740a9823542?depth=0|INFO|500||InvokeReturn 2021-05-01T23:01:19.601Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T23:01:19.601Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||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-05-01T23:01:19.605Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||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-05-01T23:01:19.605Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 280087b0-7e3e-4c05-9868-09aff79c4753 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2021-05-01T23:01:19.605Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2021-05-01T23:01:19.605Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:19.607Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:19.607Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910079605, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2021-05-01T23:01:19.707Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:19.708Z||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-05-01T23:01:19.708Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:19.719Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:19.719Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-01T23:01:20.617Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-05-01T23:01:20.617Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"dbc7e980-aa7b-4e24-8e31-380cfec8b52f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"18ab965e-4fa2-4b7d-a8e7-f92c7613b6ab","serviceDescription":"service","serviceInvariantUUID":"b025f325-a5d6-40dd-955e-f10857c25e47","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"783d471c-ca44-4c36-a0b5-81d20da71e6b","resourceInvariantUUID":"1e6e50fc-ba21-414f-9d3b-d12cb1b87abc","resourceCustomizationUUID":"ac9680cd-4330-4903-8ce5-7ce78b8a6e29","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":"NjUwNWYzMTg5MmRhNTNkNGIzNzczNjc4ZTA4NmI4MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"91d0ff1f-0c6e-47c7-b534-febeae89564d","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":"65f94c80-7f25-4629-b927-daae83fb2d08","artifactVersion":"2","generatedFromUUID":"795a3c64-f490-489b-bf01-8e6f8096e073"},{"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":"795a3c64-f490-489b-bf01-8e6f8096e073","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":"MzFmZjNjZjcyMWIzYzY2YmUxMjdjM2RjM2M0OThmZjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f34aafe-e2ab-45a1-aa5b-68e588192ff5","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":"bfb250c9-17bd-4dd2-aa30-bbe00bc1f7d6","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":"181ac1ec-0064-4c8a-acfe-0d839bb94769","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":"9a667d41-5257-4afe-a5d7-aa020bbcf1d7","artifactVersion":"2","generatedFromUUID":"bfb250c9-17bd-4dd2-aa30-bbe00bc1f7d6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmUxODUzNWU3NTY1ODc5NWI0ZjAxM2FhNDg5NzgxNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ee1ce3d7-fd47-4c2d-832b-b34255b1293d","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODYyZDI2MjcwOWMxYmZjNmVkOGQ5N2UzZmFjNWJjZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a9d11b40-2474-4ca0-a45a-e1b14e8d4e8a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T23:01:20.617Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T23:01:20.618Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:20.620Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:20.620Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:20.720Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:20.721Z||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-05-01T23:01:20.721Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:20.731Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:20.732Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:20.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T23:01:20.985Z||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-05-01T23:01:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:21.610Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:21.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-windriver-id", "timestamp": 1619910047945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "dcae-sch", "timestamp": 1619910049891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619910050198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "policy-id", "timestamp": 1619910045495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-k8s-id", "timestamp": 1619910049472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-windriver-id", "timestamp": 1619910047945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vfw65fe1cb5e4060_modules.json", "status": "NOTIFIED" } 2021-05-01T23:01:21.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619910050198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vfw65fe1cb5e4060_modules.json", "status": "NOTIFIED" } 2021-05-01T23:01:21.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "dcae-sch", "timestamp": 1619910049891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vfw65fe1cb5e4060_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "policy-id", "timestamp": 1619910045495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vfw65fe1cb5e4060_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-k8s-id", "timestamp": 1619910049472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vfw65fe1cb5e4060_modules.json", "status": "NOTIFIED" } 2021-05-01T23:01:21.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "cds", "timestamp": 1619910054518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-windriver-id", "timestamp": 1619910047945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T23:01:21.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "dcae-sch", "timestamp": 1619910049891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619910050198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T23:01:21.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "policy-id", "timestamp": 1619910045495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T23:01:21.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-k8s-id", "timestamp": 1619910049472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T23:01:21.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "cds", "timestamp": 1619910054518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vfw65fe1cb5e4060_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-windriver-id", "timestamp": 1619910047945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "dcae-sch", "timestamp": 1619910049891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619910050198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "policy-id", "timestamp": 1619910045495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-k8s-id", "timestamp": 1619910049472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "cds", "timestamp": 1619910054518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-windriver-id", "timestamp": 1619910047945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T23:01:21.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "dcae-sch", "timestamp": 1619910049891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619910050198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T23:01:21.621Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T23:01:21.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "policy-id", "timestamp": 1619910045495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-k8s-id", "timestamp": 1619910049472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T23:01:21.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.622Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:21.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "cds", "timestamp": 1619910054518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "ves-openapi-manager", "timestamp": 1619910057572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-windriver-id", "timestamp": 1619910047945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619910050198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "dcae-sch", "timestamp": 1619910049891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "policy-id", "timestamp": 1619910045495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-k8s-id", "timestamp": 1619910049472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "cds", "timestamp": 1619910054518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "ves-openapi-manager", "timestamp": 1619910057572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vfw65fe1cb5e4060_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-windriver-id", "timestamp": 1619910047945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "NOTIFIED" } 2021-05-01T23:01:21.624Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:21.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.625Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-01T23:01:21.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "dcae-sch", "timestamp": 1619910049891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619910050198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "NOTIFIED" } 2021-05-01T23:01:21.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "policy-id", "timestamp": 1619910045495, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "NOTIFIED" } 2021-05-01T23:01:21.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-k8s-id", "timestamp": 1619910049472, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "NOTIFIED" } 2021-05-01T23:01:21.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "cds", "timestamp": 1619910054518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "ves-openapi-manager", "timestamp": 1619910057572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "aai-ml", "timestamp": 1619910059629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "cds", "timestamp": 1619910054518, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "NOTIFIED" } 2021-05-01T23:01:21.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "ves-openapi-manager", "timestamp": 1619910057572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619910061220, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vfw65fe1cb5e4060_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:21.627Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "aai-ml", "timestamp": 1619910059629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vfw65fe1cb5e4060_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-k8s-id", "timestamp": 1619910061253, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vfw65fe1cb5e4060_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:21.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-windriver-id", "timestamp": 1619910061266, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vfw65fe1cb5e4060_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:21.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "policy-id", "timestamp": 1619910061265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:21.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "clamp", "timestamp": 1619910061232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "ves-openapi-manager", "timestamp": 1619910057572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "aai-ml", "timestamp": 1619910059629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "policy-id", "timestamp": 1619910062269, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T23:01:21.629Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "clamp", "timestamp": 1619910061232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vfw65fe1cb5e4060_modules.json", "status": "NOTIFIED" } 2021-05-01T23:01:21.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "ves-openapi-manager", "timestamp": 1619910057572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "aai-ml", "timestamp": 1619910059629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "policy-id", "timestamp": 1619910063273, "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-05-01T23:01:21.640Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1512a89-cfef-4ee9-95b7-bc677682fdf2 2021-05-01T23:01:21.641Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1512a89-cfef-4ee9-95b7-bc677682fdf2 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-05-01T23:01:21.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "clamp", "timestamp": 1619910061232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-k8s-id", "timestamp": 1619910064054, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:21.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619910064055, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:21.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-windriver-id", "timestamp": 1619910064101, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:21.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "cds", "timestamp": 1619910064157, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:21.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "ves-openapi-manager", "timestamp": 1619910057572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "aai-ml", "timestamp": 1619910059629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "clamp", "timestamp": 1619910061232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "cds", "timestamp": 1619910065161, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-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-05-01T23:01:21.653Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a1512a89-cfef-4ee9-95b7-bc677682fdf2 2021-05-01T23:01:21.653Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1512a89-cfef-4ee9-95b7-bc677682fdf2 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-05-01T23:01:21.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "aai-ml", "timestamp": 1619910059629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "clamp", "timestamp": 1619910061232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-k8s-id", "timestamp": 1619910066185, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:21.660Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "aai-ml", "timestamp": 1619910059629, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "NOTIFIED" } 2021-05-01T23:01:21.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-windriver-id", "timestamp": 1619910066293, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:21.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619910066454, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:21.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "clamp", "timestamp": 1619910061232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-k8s-id", "timestamp": 1619910067209, "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-05-01T23:01:21.665Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1512a89-cfef-4ee9-95b7-bc677682fdf2 2021-05-01T23:01:21.665Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1512a89-cfef-4ee9-95b7-bc677682fdf2 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-05-01T23:01:21.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-windriver-id", "timestamp": 1619910067299, "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-05-01T23:01:21.675Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1512a89-cfef-4ee9-95b7-bc677682fdf2 2021-05-01T23:01:21.675Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1512a89-cfef-4ee9-95b7-bc677682fdf2 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-05-01T23:01:21.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619910067457, "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-05-01T23:01:21.686Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1512a89-cfef-4ee9-95b7-bc677682fdf2 2021-05-01T23:01:21.686Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1512a89-cfef-4ee9-95b7-bc677682fdf2 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-05-01T23:01:21.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "aai-ml", "timestamp": 1619910067560, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:21.692Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "clamp", "timestamp": 1619910061232, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "NOTIFIED" } 2021-05-01T23:01:21.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-k8s-id", "timestamp": 1619910068210, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vfw65fe1cb5e4060_modules.json", "status": "DEPLOY_OK" } 2021-05-01T23:01:21.692Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-windriver-id", "timestamp": 1619910068301, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vfw65fe1cb5e4060_modules.json", "status": "DEPLOY_OK" } 2021-05-01T23:01:21.693Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "multicloud-starlingx-id", "timestamp": 1619910068460, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/resourceInstances/vfw65fe1cb5e4060/artifacts/vfw65fe1cb5e4060_modules.json", "status": "DEPLOY_OK" } 2021-05-01T23:01:21.693Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "clamp", "timestamp": 1619910076564, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:21.693Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "aai-ml", "timestamp": 1619910077292, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T23:01:21.693Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "aai-ml", "timestamp": 1619910078295, "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-05-01T23:01:21.697Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a1512a89-cfef-4ee9-95b7-bc677682fdf2 2021-05-01T23:01:21.697Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1512a89-cfef-4ee9-95b7-bc677682fdf2 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-05-01T23:01:21.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "clamp", "timestamp": 1619910078570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501225918/1.0/artifacts/service-Vfw20210501225918-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T23:01:21.704Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1512a89-cfef-4ee9-95b7-bc677682fdf2", "consumerID": "clamp", "timestamp": 1619910079573, "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-05-01T23:01:21.709Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a1512a89-cfef-4ee9-95b7-bc677682fdf2 2021-05-01T23:01:21.709Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1512a89-cfef-4ee9-95b7-bc677682fdf2 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-05-01T23:01:21.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "280087b0-7e3e-4c05-9868-09aff79c4753", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910079605, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2021-05-01T23:01:21.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:01:21.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:01:21.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:21.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:01:21.725Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:21.726Z||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-05-01T23:01:21.726Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:21.735Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:21.736Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-01T23:01:22.625Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T23:01:22.626Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:22.628Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:22.628Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-01T23:01:22.728Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:22.729Z||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-05-01T23:01:22.729Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:22.738Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:22.738Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-01T23:01:23.629Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T23:01:23.630Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:23.632Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:23.632Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T23:01:23.732Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:23.733Z||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-05-01T23:01:23.733Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:23.741Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:23.742Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:24.633Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T23:01:24.634Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:24.636Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:24.636Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T23:01:24.736Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:24.737Z||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-05-01T23:01:24.737Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:24.747Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:24.747Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:25.636Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T23:01:25.637Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:25.639Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:25.639Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:25.739Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:25.740Z||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-05-01T23:01:25.740Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:25.759Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:25.759Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:26.639Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T23:01:26.640Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:26.641Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:26.641Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-01T23:01:26.742Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T23:01:26.742Z||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-05-01T23:01:26.743Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:26.751Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:26.751Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:27.642Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T23:01:27.643Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:27.646Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:27.647Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T23:01:27.747Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:27.748Z||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-05-01T23:01:27.748Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:27.760Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:27.760Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:28.648Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T23:01:28.648Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:28.650Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:28.650Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T23:01:28.751Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:28.751Z||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-05-01T23:01:28.752Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:28.766Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:28.766Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:29.652Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "18ab965e-4fa2-4b7d-a8e7-f92c7613b6ab", "serviceDescription": "service", "serviceInvariantUUID": "b025f325-a5d6-40dd-955e-f10857c25e47", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "ac9680cd-4330-4903-8ce5-7ce78b8a6e29", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "783d471c-ca44-4c36-a0b5-81d20da71e6b", "resourceInvariantUUID": "1e6e50fc-ba21-414f-9d3b-d12cb1b87abc", "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": "65f94c80-7f25-4629-b927-daae83fb2d08", "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": "795a3c64-f490-489b-bf01-8e6f8096e073", "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": "MzFmZjNjZjcyMWIzYzY2YmUxMjdjM2RjM2M0OThmZjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f34aafe-e2ab-45a1-aa5b-68e588192ff5", "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": "bfb250c9-17bd-4dd2-aa30-bbe00bc1f7d6", "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": "9a667d41-5257-4afe-a5d7-aa020bbcf1d7", "generatedFromUUID": "bfb250c9-17bd-4dd2-aa30-bbe00bc1f7d6" }, "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": "9a667d41-5257-4afe-a5d7-aa020bbcf1d7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ODYyZDI2MjcwOWMxYmZjNmVkOGQ5N2UzZmFjNWJjZjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a9d11b40-2474-4ca0-a45a-e1b14e8d4e8a" } ], "workloadContext": "Production" } 2021-05-01T23:01:29.652Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T23:01:29.652Z|280087b0-7e3e-4c05-9868-09aff79c4753|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 18ab965e-4fa2-4b7d-a8e7-f92c7613b6ab ASDC 2021-05-01T23:01:29.653Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:dbc7e980-aa7b-4e24-8e31-380cfec8b52f ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:18ab965e-4fa2-4b7d-a8e7-f92c7613b6ab ServiceInvariantUUID:b025f325-a5d6-40dd-955e-f10857c25e47 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:a9d11b40-2474-4ca0-a45a-e1b14e8d4e8a ArtifactChecksum:ODYyZDI2MjcwOWMxYmZjNmVkOGQ5N2UzZmFjNWJjZjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:ac9680cd-4330-4903-8ce5-7ce78b8a6e29 ResourceInvariantUUID:1e6e50fc-ba21-414f-9d3b-d12cb1b87abc ResourceName:basic_cnf ResourceType:VF ResourceUUID:783d471c-ca44-4c36-a0b5-81d20da71e6b 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:65f94c80-7f25-4629-b927-daae83fb2d08 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:795a3c64-f490-489b-bf01-8e6f8096e073 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:1f34aafe-e2ab-45a1-aa5b-68e588192ff5 ArtifactChecksum:MzFmZjNjZjcyMWIzYzY2YmUxMjdjM2RjM2M0OThmZjY= 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:bfb250c9-17bd-4dd2-aa30-bbe00bc1f7d6 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:9a667d41-5257-4afe-a5d7-aa020bbcf1d7 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:9a667d41-5257-4afe-a5d7-aa020bbcf1d7 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-01T23:01:29.653Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18ab965e-4fa2-4b7d-a8e7-f92c7613b6ab 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-05-01T23:01:29.681Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T23:01:29.682Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T23:01:29.682Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T23:01:29.682Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a9d11b40-2474-4ca0-a45a-e1b14e8d4e8a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-01T23:01:29.682Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T23:01:29.682Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-01T23:01:29.848Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T23:01:29.852Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a9d11b40-2474-4ca0-a45a-e1b14e8d4e8a 71164 2021-05-01T23:01:29.852Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-01T23:01:29.852Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-01T23:01:29.852Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T23:01:29.853Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:29.854Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:29.855Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910089852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:29.955Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:29.955Z||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-05-01T23:01:29.955Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:29.965Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:29.965Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:30.855Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T23:01:30.856Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-05-01T23:01:30.857Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a9d11b40-2474-4ca0-a45a-e1b14e8d4e8a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-01T23:01:30.857Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-05-01T23:01:30.857Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-01T23:01:30.858Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-01T23:01:30.949Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3619199157521430408/Definitions/service-BasicCnf-template.yml 2021-05-01T23:01:31.893Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T23:01:31.894Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-01T23:01:31.894Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-01T23:01:31.894Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-05-01T23:01:31.894Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:31.894Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:31.895Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:31.895Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:31.895Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:31.895Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-05-01T23:01:31.895Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:31.895Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T23:01:31.895Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T23:01:31.896Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-01T23:01:31.896Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T23:01:31.896Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:31.896Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T23:01:31.896Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T23:01:31.896Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-05-01T23:01:31.896Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T23:01:31.896Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:31.897Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T23:01:31.897Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:31.897Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-01T23:01:31.897Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-05-01T23:01:31.897Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2021-05-01T23:01:31.897Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-01T23:01:31.897Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:31.898Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T23:01:31.898Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:31.898Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T23:01:31.898Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T23:01:31.898Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:31.899Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T23:01:31.899Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T23:01:31.899Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:31.899Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T23:01:31.899Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T23:01:31.899Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:31.899Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-01T23:01:31.899Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-01T23:01:31.899Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=78c04db7-3ce8-4e9f-833c-1514d23e3942 2021-05-01T23:01:31.900Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:31.900Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T23:01:31.900Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:31.900Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T23:01:31.900Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:31.900Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T23:01:31.900Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:31.900Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T23:01:31.900Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:18ab965e-4fa2-4b7d-a8e7-f92c7613b6ab Model Version:NULL Model InvariantUuid:b025f325-a5d6-40dd-955e-f10857c25e47 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:e5adfe59-1808-46af-888f-3acdeba9dbf7 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1e6e50fc-ba21-414f-9d3b-d12cb1b87abc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ac9680cd-4330-4903-8ce5-7ce78b8a6e29 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1fe90fc4-3510-40c9-ac14-17196b88508b ModelName:BasicCnf..base_dummy..module-0 ModelUuid:d63d3c96-3321-4d88-be1f-a998a83c6be4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:78c04db7-3ce8-4e9f-833c-1514d23e3942 ModelInvariantUuid:8b1f0660-04e2-426e-8cca-47b6a45b9f70 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:62ecf9f0-d10b-4101-a633-598d8ad0e312 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:017ccd13-bb98-48c2-bdcf-24dd7ddfdf84 ModelInvariantUuid:bf70c556-5e01-428a-a47c-866b4029c10c ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:deb5d955-13e1-4bad-8313-a59b272b2fcb 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-05-01T23:01:31.906Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 783d471c-ca44-4c36-a0b5-81d20da71e6b 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-05-01T23:01:31.908Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||basic_cnf 0 2021-05-01T23:01:31.908Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 783d471c-ca44-4c36-a0b5-81d20da71e6b 2021-05-01T23:01:31.909Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 65f94c80-7f25-4629-b927-daae83fb2d08 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-01T23:01:31.909Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T23:01:31.909Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:32.397Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T23:01:32.398Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 65f94c80-7f25-4629-b927-daae83fb2d08 12 2021-05-01T23:01:32.399Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:32.399Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:32.399Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T23:01:32.399Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:32.402Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:32.402Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910092399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:32.502Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:32.503Z||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-05-01T23:01:32.503Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:32.521Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:32.522Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-05-01T23:01:33.403Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 795a3c64-f490-489b-bf01-8e6f8096e073 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-01T23:01:33.403Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T23:01:33.403Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:34.007Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T23:01:34.007Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 795a3c64-f490-489b-bf01-8e6f8096e073 2688 2021-05-01T23:01:34.007Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:34.007Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:34.007Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T23:01:34.008Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:34.009Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:34.009Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910094007, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:34.110Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T23:01:34.110Z||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-05-01T23:01:34.111Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:34.119Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:34.120Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:35.011Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1f34aafe-e2ab-45a1-aa5b-68e588192ff5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-01T23:01:35.012Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T23:01:35.012Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:35.604Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T23:01:35.604Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 1f34aafe-e2ab-45a1-aa5b-68e588192ff5 828 2021-05-01T23:01:35.604Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:35.605Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:35.605Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T23:01:35.605Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:35.607Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:35.607Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910095604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:35.707Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:35.708Z||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-05-01T23:01:35.708Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:35.716Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:35.717Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:36.607Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1fe90fc4-3510-40c9-ac14-17196b88508b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d63d3c96-3321-4d88-be1f-a998a83c6be4", "vfModuleModelCustomizationUUID": "0797b913-b552-4f1d-8f33-fc918194f0fc", "isBase": true, "artifacts": [ "795a3c64-f490-489b-bf01-8e6f8096e073", "bfb250c9-17bd-4dd2-aa30-bbe00bc1f7d6", "9a667d41-5257-4afe-a5d7-aa020bbcf1d7" ], "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-05-01T23:01:36.612Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d63d3c96-3321-4d88-be1f-a998a83c6be4 VfModuleModelInvariantUUID:1fe90fc4-3510-40c9-ac14-17196b88508b VfModuleModelDescription:NULL Artifacts UUID List:{ 795a3c64-f490-489b-bf01-8e6f8096e073 , bfb250c9-17bd-4dd2-aa30-bbe00bc1f7d6 , 9a667d41-5257-4afe-a5d7-aa020bbcf1d7 } 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-05-01T23:01:36.614Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1fe90fc4-3510-40c9-ac14-17196b88508b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d63d3c96-3321-4d88-be1f-a998a83c6be4", "vfModuleModelCustomizationUUID": "0797b913-b552-4f1d-8f33-fc918194f0fc", "isBase": true, "artifacts": [ "795a3c64-f490-489b-bf01-8e6f8096e073", "bfb250c9-17bd-4dd2-aa30-bbe00bc1f7d6", "9a667d41-5257-4afe-a5d7-aa020bbcf1d7" ], "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-05-01T23:01:36.614Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d63d3c96-3321-4d88-be1f-a998a83c6be4 VfModuleModelInvariantUUID:1fe90fc4-3510-40c9-ac14-17196b88508b VfModuleModelDescription:NULL Artifacts UUID List:{ 795a3c64-f490-489b-bf01-8e6f8096e073 , bfb250c9-17bd-4dd2-aa30-bbe00bc1f7d6 , 9a667d41-5257-4afe-a5d7-aa020bbcf1d7 } 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-05-01T23:01:36.615Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bfb250c9-17bd-4dd2-aa30-bbe00bc1f7d6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-01T23:01:36.615Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T23:01:36.615Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:36.896Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T23:01:36.896Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bfb250c9-17bd-4dd2-aa30-bbe00bc1f7d6 1164 2021-05-01T23:01:36.896Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:36.897Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:36.897Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T23:01:36.897Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:36.898Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:36.898Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910096896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:36.999Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T23:01:37.000Z||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-05-01T23:01:37.000Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:37.009Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:37.009Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:37.899Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9a667d41-5257-4afe-a5d7-aa020bbcf1d7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-01T23:01:37.900Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-05-01T23:01:37.900Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:38.488Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-05-01T23:01:38.488Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9a667d41-5257-4afe-a5d7-aa020bbcf1d7 200 2021-05-01T23:01:38.489Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:38.489Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:38.489Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T23:01:38.489Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:38.491Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:38.491Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910098489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-01T23:01:38.591Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:38.592Z||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-05-01T23:01:38.592Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:38.602Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:38.602Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-01T23:01:39.492Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 18ab965e-4fa2-4b7d-a8e7-f92c7613b6ab 2021-05-01T23:01:39.493Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 783d471c-ca44-4c36-a0b5-81d20da71e6b 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=? 2021-05-01T23:01:39.504Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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 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-05-01T23:01:39.509Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:39.509Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T23:01:39.509Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-05-01T23:01:39.509Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= ac9680cd-4330-4903-8ce5-7ce78b8a6e29 2021-05-01T23:01:39.509Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ac9680cd-4330-4903-8ce5-7ce78b8a6e29 matches Tosca VF Customization UUID: ac9680cd-4330-4903-8ce5-7ce78b8a6e29 2021-05-01T23:01:39.509Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: ac9680cd-4330-4903-8ce5-7ce78b8a6e29 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-05-01T23:01:39.511Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:39.511Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T23:01:39.512Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id ac9680cd-4330-4903-8ce5-7ce78b8a6e29: {\"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-05-01T23:01:39.512Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e1eeaa2 2021-05-01T23:01:39.512Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:39.512Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T23:01:39.512Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0797b913-b552-4f1d-8f33-fc918194f0fc 2021-05-01T23:01:39.512Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0797b913-b552-4f1d-8f33-fc918194f0fc 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-05-01T23:01:39.514Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:39.514Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T23:01:39.514Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T23:01:39.514Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:39.515Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T23:01:39.515Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T23:01:39.515Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:39.515Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-01T23:01:39.515Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-01T23:01:39.515Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=78c04db7-3ce8-4e9f-833c-1514d23e3942 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-05-01T23:01:39.517Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:39.517Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T23:01:39.518Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T23:01:39.518Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:39.518Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T23:01:39.518Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ac9680cd-4330-4903-8ce5-7ce78b8a6e29 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-05-01T23:01:39.520Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:39.520Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T23:01:39.520Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 18ab965e-4fa2-4b7d-a8e7-f92c7613b6ab: basic_cnf 2021-05-01T23:01:39.520Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:39.520Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T23:01:39.521Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:39.521Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T23:01:39.521Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:39.521Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T23:01:39.521Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:39.521Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T23:01:39.521Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T23:01:39.522Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T23:01:39.522Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:39.577Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 783d471c-ca44-4c36-a0b5-81d20da71e6b 1 ASDC deployResourceStructure 2021-05-01T23:01:39.577Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:39.578Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:39.578Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-01T23:01:39.578Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:39.580Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:39.580Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910099577, "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-05-01T23:01:39.680Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:39.681Z||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-05-01T23:01:39.681Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:39.690Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:39.690Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:40.581Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:40.581Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:40.581Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-01T23:01:40.582Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:40.583Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:40.584Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910100581, "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-05-01T23:01:40.684Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:40.685Z||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-05-01T23:01:40.685Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:40.694Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:40.694Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:41.584Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:41.585Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:41.585Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T23:01:41.585Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:41.587Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:41.587Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910101584, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T23:01:41.687Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:41.688Z||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-05-01T23:01:41.688Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:41.698Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:41.699Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:42.587Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:42.588Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:42.588Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T23:01:42.588Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:42.590Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:42.591Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910102587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-01T23:01:42.691Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:42.692Z||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-05-01T23:01:42.692Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:42.703Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:42.703Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:43.591Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:43.592Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||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-05-01T23:01:43.592Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T23:01:43.593Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:43.594Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:43.595Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910103591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-01T23:01:43.695Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T23:01:43.695Z||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-05-01T23:01:43.695Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:43.704Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:43.704Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:44.595Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-01T23:01:44.597Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-01T23:01:44.597Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T23:01:44.597Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-05-01T23:01:44.599Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T23:01:44.599Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910104595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T23:01:44.699Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T23:01:44.700Z||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-05-01T23:01:44.700Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as hDfS5Awf2pSdwJE0) ... 2021-05-01T23:01:44.709Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:01:44.710Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T23:01:45.600Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbc7e980-aa7b-4e24-8e31-380cfec8b52f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T23:01:45.608Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbc7e980-aa7b-4e24-8e31-380cfec8b52f 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-05-01T23:01:45.609Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T23:01:45.609Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T23:01:45.609Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T23:01:45.609Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T23:02:15.610Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbc7e980-aa7b-4e24-8e31-380cfec8b52f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T23:02:15.618Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbc7e980-aa7b-4e24-8e31-380cfec8b52f 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-05-01T23:02:15.620Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T23:02:15.620Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T23:02:15.620Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T23:02:15.620Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T23:02:20.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T23:02:20.985Z||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-05-01T23:02:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T23:02:21.111Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:02:21.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:02:21.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-01T23:02:21.112Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:02:45.621Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbc7e980-aa7b-4e24-8e31-380cfec8b52f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T23:02:45.629Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbc7e980-aa7b-4e24-8e31-380cfec8b52f 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-05-01T23:02:45.631Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T23:02:45.631Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T23:02:45.631Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T23:02:45.632Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T23:03:15.632Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbc7e980-aa7b-4e24-8e31-380cfec8b52f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T23:03:15.643Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbc7e980-aa7b-4e24-8e31-380cfec8b52f 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-05-01T23:03:15.645Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T23:03:15.645Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T23:03:15.645Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T23:03:15.645Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T23:03:20.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T23:03:20.985Z||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-05-01T23:03:20.985Z||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 hDfS5Awf2pSdwJE0) ... 2021-05-01T23:03:21.510Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T23:03:21.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T23:03:21.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:03:21.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619909456031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T23:03:21.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-05-01T23:03:21.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910089852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T23:03:21.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:03:21.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910092399, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-01T23:03:21.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:03:21.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910094007, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-01T23:03:21.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:03:21.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910095604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T23:03:21.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:03:21.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910096896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T23:03:21.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:03:21.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910098489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-01T23:03:21.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:03:21.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910099577, "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-05-01T23:03:21.515Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:03:21.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910100581, "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-05-01T23:03:21.515Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:03:21.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910101584, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T23:03:21.515Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:03:21.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910102587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-01T23:03:21.515Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:03:21.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910103591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-01T23:03:21.515Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:03:21.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T23:03:21.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dbc7e980-aa7b-4e24-8e31-380cfec8b52f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619910104595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T23:03:21.516Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T23:03:45.645Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dbc7e980-aa7b-4e24-8e31-380cfec8b52f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-01T23:03:45.654Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dbc7e980-aa7b-4e24-8e31-380cfec8b52f 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-05-01T23:03:45.656Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T23:03:45.656Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T23:03:45.656Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T23:03:45.656Z|dbc7e980-aa7b-4e24-8e31-380cfec8b52f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.